/*
Theme Name: Hello TechMag Child
Theme URI: https://gooyait.com/
Description: Lightweight child theme for GooyaIT tech magazine based on Hello Elementor.
Author: GooyaIT
Template: hello-elementor
Version: 0.1.3
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: hello-techmag-child
*/

.techmag-pcp-author-box--social-left .techmag-pcp-author-box__socials,
.techmag-pcp-author-box--social-right .techmag-pcp-author-box__socials {
	align-self: flex-end;
	margin-block-end: 2px;
}

@media (max-width: 1024px) {
	.techmag-single-layout > .e-con-inner {
		display: flex;
		flex-direction: column;
		inline-size: 100%;
	}

	.techmag-single-main-column,
	.techmag-single-sidebar-column {
		inline-size: 100%;
		max-inline-size: 100%;
		min-inline-size: 0;
	}

	.techmag-single-layout > .e-con-inner > .techmag-single-main-column {
		order: 1;
	}

	.techmag-single-layout > .e-con-inner > .techmag-single-sidebar-column {
		order: 2;
	}
}
