/**
 * Theme: Sunset Earth & Slate (Chak 176 GB Poian)
 * Focus: Mobile-First, SEO-Heavy, Fast Loading, Place Schema
 */

.v176-earth-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 8px;
    direction: rtl;
    text-align: right;
    font-family: 'Jameel Noori Nastaleeq', Arial, sans-serif;
    background-color: #f7f3f0;
}

/* Header Section - Sunset Orange & Slate Trim */
.v176-header {
    background: #454d55; /* Slate Gray */
    padding: 12px 10px;
    border-radius: 8px;
    text-align: center;
    border-bottom: 4px solid #e67e22; /* Sunset Orange */
    margin-bottom: 10px;
}

.v176-main-title {
    color: #ffffff !important;
    font-size: 1.25rem !important; /* Compact headings for mobile space */
    margin: 0 0 5px 0 !important;
    font-weight: bold;
}

.v176-uc-badge {
    background: #e67e22;
    color: #ffffff;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: bold;
}

/* 3D Tile System */
.v176-tile {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border-top: 5px solid #d32f2f; /* Red Brand Accent Writing */
}

.v176-h2 {
    color: #454d55;
    font-size: 1.1rem !important; /* Smaller headings to maximize content display */
    margin: 0 0 10px 0 !important;
    border-bottom: 1px dashed #e67e22;
    padding-bottom: 5px;
}

/* SEO Content: Dark Grey Text with Red Emphasis */
.v176-text p {
    color: #d32f2f; /* Red writing for main content as per request */
    line-height: 1.8;
    font-size: 0.95rem;
    margin-bottom: 12px;
    text-align: justify;
}

/* Map Button Styling (Active) */
.v176-map-btn {
    display: block;
    background: #454d55;
    color: #e67e22 !important;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    box-shadow: 0 4px #2c3136;
    transition: 0.2s;
}

.v176-map-btn:active {
    transform: translateY(2px);
    box-shadow: 0 2px #2c3136;
}

.v176-hint { font-size: 0.85rem; color: #7f8c8d; margin-bottom: 10px; }

/* People Section (Static Info) */
.v176-person-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fafafa;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #eee;
    margin-bottom: 8px;
    border-right: 4px solid #454d55; /* Slate accent */
}

.v176-p-details { display: flex; flex-direction: column; }
.v176-p-name { font-weight: bold; color: #454d55; font-size: 0.95rem; }
.v176-p-role { font-size: 0.75rem; color: #95a5a6; }

.v176-static-tag {
    background: #f1f1f1;
    color: #e67e22;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: bold;
    cursor: default;
}

/* News Section */
.v176-news-ul { list-style: none; padding: 0; margin: 0; }
.v176-news-ul li {
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: 0.9rem;
    color: #2c3e50;
}

/* Gallery Style */
.v176-gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.v176-img-box img { width: 100%; border-radius: 6px; display: block; border: 1px solid #ddd; }

/* Mobile-First Adjustments */
@media (max-width: 600px) {
    .v176-tile { padding: 12px; }
}