/*
Theme Name:   Newspaper Child
Description:  Child theme for Newspaper (tagDiv) — all site customizations live here so parent updates never get overwritten.
Author:       PatchNoteHub
Template:     Newspaper
Version:      1.0.0
Text Domain:  newspaper-child
*/

@import url("../Newspaper/style.css");

/* Custom overrides go below this line */

/* Ad zones — placeholder markup, dims reserved to standard IAB sizes to avoid CLS */
.ad-zone {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 24px auto;
	background: #f4f5f7;
	border: 1px dashed #c8ccd2;
	overflow: hidden;
	box-sizing: content-box;
}

.ad-zone__label {
	font-size: 11px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #5a5f66;
}

.ad-zone--header,
.ad-zone--footer {
	width: 728px;
	max-width: 100%;
	min-height: 90px;
}

.ad-zone--in-content {
	width: 336px;
	max-width: 100%;
	min-height: 280px;
	float: right;
	margin: 4px 0 16px 24px;
}

.ad-zone--sidebar {
	width: 300px;
	max-width: 100%;
	min-height: 250px;
}

@media (max-width: 780px) {
	.ad-zone--header,
	.ad-zone--footer {
		width: 320px;
		min-height: 50px;
	}

	.ad-zone--in-content {
		float: none;
		width: 300px;
		margin: 16px auto;
	}
}
