/**
 * In-app browser fixes (Facebook, Instagram, etc.) — text boost + tight news columns.
 */

@media (max-width: 991px) {
	html {
		-webkit-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}
}

html.pl-inapp-browser {
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
}

html.pl-inapp-browser body {
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
}

/* Homepage — "ბოლო სიახლეები" top row (2 large cards) */
html.pl-inapp-browser .stm_latest_news_most_styles .stm-news-with_image.columns-2 .column-content {
	float: none;
	width: 100%;
	clear: both;
}

html.pl-inapp-browser .stm_latest_news_most_styles .stm-news-with_image > div.pad-r-15 .latest-news-loop-with-img,
html.pl-inapp-browser .stm_latest_news_most_styles .stm-news-with_image > div.pad-l-15 .latest-news-loop-with-img {
	padding-left: 0;
	padding-right: 0;
}

html.pl-inapp-browser .stm_latest_news_most_styles .stm-news-with_image .column-content .latest-news-loop-with-img .wrap {
	margin-top: 24px;
	padding-top: 0;
}

html.pl-inapp-browser .stm_latest_news_most_styles .stm-news-with_image .column-content:nth-child(2) .latest-news-loop-with-img .wrap {
	margin-top: 20px;
}

html.pl-inapp-browser .stm_latest_news_most_styles .stm-news-with_image .wrap .meta .meta-middle,
html.pl-inapp-browser .stm_latest_news_most_styles .stm-news-with_image .wrap .meta .meta-middle a {
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	font-size: 16px !important;
	line-height: 1.35 !important;
	font-style: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	word-break: break-word;
}

html.pl-inapp-browser .stm_latest_news_most_styles .stm-news-with_image .row-content {
	float: none;
	width: 100%;
	clear: both;
}

html.pl-inapp-browser .stm_latest_news_most_styles .stm-news-with_image .row-content.pad-r-15 .latest-news-loop-with-img,
html.pl-inapp-browser .stm_latest_news_most_styles .stm-news-with_image .row-content.pad-l-15 .latest-news-loop-with-img {
	padding-left: 0;
	padding-right: 0;
}

html.pl-inapp-browser .stm_latest_news_most_styles .stm-news-with_image .row-content .latest-news-loop-with-img .wrap .meta .meta-middle,
html.pl-inapp-browser .stm_latest_news_most_styles .stm-news-with_image .row-content .latest-news-loop-with-img .wrap .meta .meta-middle a {
	font-size: 15px !important;
	line-height: 1.35 !important;
	-webkit-line-clamp: 3;
}
