/*
 * Păreri și recenzii - spacing + responsive fallback only.
 * Pages reuse Milk_v2's own components (faq-title, panel, post/postprofile,
 * forabg/topiclist, forumlist_grid tiles), so colours, fonts and borders are
 * inherited from the active theme. We deliberately do NOT override theme styling.
 */

.otst-rec-intro p {
	margin-bottom: 0.9em;
}

.otst-rec-intro p:last-child {
	margin-bottom: 0;
}

.otst-rec-site {
	opacity: 0.85;
}

.otst-rec-section {
	margin-top: 20px;
}

/* The theme's 3-column grid uses floats; contain them. */
.otst-rec-grid ul.forums:after {
	content: '';
	display: table;
	clear: both;
}

.otst-rec-grid .tile_inner {
	min-height: 0;
}

.otst-rec-grid .otst-rec-more {
	display: block;
	clear: both;
	padding-top: 12px;
	font-weight: 600;
}

.otst-rec-review .otst-rec-permalink {
	margin-top: 10px;
	font-size: 0.9em;
}

.otst-rec-topics {
	margin-top: 15px;
}

.otst-rec-cta {
	margin-top: 15px;
}

.otst-rec-cta h3 {
	margin-top: 0;
}

.otst-rec-cta-buttons .button {
	margin: 5px 10px 0 0;
}

/* Official studio symbols: identical 72x72 boxes so the three cards line up. */
.otst-rec-logo-box {
	display: block;
	height: 72px;
	margin-bottom: 10px;
}

.otst-rec-logo {
	width: 72px;
	height: 72px;
	object-fit: contain;
}

/* Wide symbols (Heylux butterfly): same row height, more width so the visual size matches. */
.otst-rec-logo.otst-rec-logo-wide {
	width: 104px;
}

.otst-rec-logo-inline.otst-rec-logo-wide {
	width: 58px;
}

.otst-rec-logo-inline {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 8px;
}

/* Milk_v2 has no breakpoint for the grid; stack the cards on narrow screens. */
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.otst-rec-grid li.row {
		float: none;
		width: 100%;
	}
}
