/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/


/* write custom css after this line */

/* ── number_cat archive: issue meta ── */
.rawaa-issue-meta {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(13, 46, 82, 0.1);
}

.rawaa-issue-top {
	display: flex;
	gap: 25px;
	align-items: flex-start;
}

.rawaa-issue-cover {
	flex-shrink: 0;
	width: 200px;
}

.rawaa-issue-cover img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.rawaa-issue-details {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 14px;
	text-align:right;
}

.rawaa-issue-date {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.rawaa-meta-label {
	font-size: 12px;
	color: #b8862a;
	font-weight: 600;
}

.rawaa-meta-value {
	font-size: 16px;
	color: #0d2e52;
	font-weight: 500;
}

.rawaa-issue-description {
	font-size: 14px;
	line-height: 1.8;
	color: #333;
}

.rawaa-issue-description p:last-child {
	margin-bottom: 0;
}

.rawaa-issue-downloads {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	padding-top: 18px;
	border-top: 1px solid rgba(13, 46, 82, 0.08);
}

.rawaa-pdf-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 22px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
	transition: all 0.2s;
}

.rawaa-pdf-desktop {
	background: #0d2e52;
	color: #fff !important;
}

.rawaa-pdf-desktop:hover {
	background: #b8862a;
}

.rawaa-pdf-mobile {
	background: transparent;
	color: #0d2e52 !important;
	border: 1px solid #0d2e52;
}

.rawaa-pdf-mobile:hover {
	background: #0d2e52;
	color: #fff !important;
}

@media (max-width: 480px) {
	.rawaa-issue-top {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.rawaa-issue-cover {
		width: 220px;
	}

	.rawaa-issue-downloads {
		justify-content: center;
	}
}

.rawaa-issue-articles-heading {
	font-size: 20px;
	font-weight: 700;
	color: #0d2e52;
	margin: 25px 0 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #b8862a;
}


/* === Font Resize Accessibility === */
.font-resize-icon .fa-text-height {
	font-size: 15px;
	line-height: 1;
	vertical-align: middle;
}

