/* ========================================
   JOURNAL SPECIFIC STYLES
   ======================================== */

/* ----- PDF / Download Button ----- */
.doc-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: linear-gradient(135deg, #1a3b6e 0%, #0d2d5a 100%);
	color: #fff !important;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid #c9a227;
	transition: all 0.3s ease;
}

.doc-btn:hover {
	background: linear-gradient(135deg, #8b1538 0%, #a91d3a 100%);
}

/* ----- Motto text (publisher page) ----- */
.journal-motto {
	font-size: 1.2em;
	font-style: italic;
}

/* ----- Alert list spacing (aim & scope page) ----- */
.journal-alert-list {
	margin-top: 10px;
}

/* ----- Mobile button fix ----- */
@media (max-width: 768px) {
	.doc-btn {
		width: 100%;
		justify-content: center;
	}
}
