/*
Theme Name: Newspaper Child
Template: Newspaper
Version: 1.1
*/

/* Brands v3.2: Full-width contact row + notice row + Fluent Support form */

.tm-ticket-notice-row {
	display: none;
}

.tm-ticket-notice-row.is-visible {
	display: table-row;
}

.tm-ticket-cell {
	padding: 0 !important;
	background: #fcfcfc;
}

.tm-ticket-cell-inner {
	padding: 22px 24px 24px;
	border-top: 1px solid #ececec;
	background: #fcfcfc;
}

.tm-ticket-cell-inner--notice {
	padding-top: 16px;
	padding-bottom: 16px;
}

.tm-contact-panel {
	display: block;
	margin-top: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.tm-contact-form-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	margin: 0 0 16px;
}

.tm-contact-form-head h3 {
	margin: 0;
	font-size: 22px;
	line-height: 1.15;
}

.tm-contact-form-sub {
	font-size: 13px;
	color: #666;
	margin-top: 4px;
}

.tm-contact-form-grid {
	display: grid;
	gap: 12px;
}

.tm-contact-form-grid input,
.tm-contact-form-grid textarea,
.tm-contact-form-grid input[type="file"] {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	font: inherit;
	background: #fff;
	box-sizing: border-box;
}

.tm-contact-form-grid input[type="file"] {
	padding: 10px 12px;
}

.tm-contact-form-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.tm-contact-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	background: #fff;
	color: #111;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

.tm-contact-label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #555;
	margin-bottom: 6px;
}

.tm-ticket-notice {
	margin: 0 0 14px;
	padding: 12px 14px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.45;
}

.tm-ticket-notice--success {
	background: #edf8ef;
	border: 1px solid #b9dfbf;
	color: #1f5f2c;
}

.tm-ticket-notice--error {
	background: #fff1f1;
	border: 1px solid #e2b8b8;
	color: #8a1f1f;
}

@media (max-width: 767px) {
	.tm-ticket-cell-inner {
		padding: 18px 16px 20px;
	}

	.tm-contact-form-head {
		display: block;
	}

	.tm-contact-form-head h3 {
		font-size: 20px;
	}

	.tm-contact-form-actions {
		flex-direction: column;
		align-items: stretch;
	}
}

.tm-archive-toggle-wrap{display:block;clear:both;margin-top:-10px;margin-bottom:20px}
.tm-toggle-archive{max-width:100%;white-space:normal;text-align:center}
.tm-section-head{clear:both}
.tm-section-head h2{display:block;max-width:100%;text-wrap:balance}
@media (max-width:767px){.tm-archive-toggle-wrap{margin-bottom:16px}.tm-toggle-archive{width:100%;justify-content:center}}
