/* Unique CSS for Village 476 GB - Olive & Amber Theme */

.v476_wrapper {
    background-color: #f7f9f2;
    direction: rtl;
    text-align: right;
    line-height: 1.6;
}

/* Slim Header for Mobile First Fold Content */
.v476_head {
    background: #556b2f; /* Olive Drab */
    color: #ffffff;
    padding: 8px 15px;
    border-bottom: 3px solid #ffbf00; /* Amber Accent */
}

.v476_flex_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v476_h1 {
    margin: 0;
    font-size: 0.95rem;
    font-weight: bold;
    color: #ffffff;
}

.v476_badge {
    background: #ffbf00;
    color: #556b2f;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: bold;
}

/* Container Body */
.v476_content {
    padding: 10px;
    max-width: 650px;
    margin: 0 auto;
}

/* Map Button */
.v476_map_btn {
    display: block;
    background: #ffffff;
    color: #556b2f !important;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    border: 1px solid #556b2f;
    margin-bottom: 12px;
    box-shadow: 0 4px 0 #ffbf00;
}

/* Card Components */
.v476_card {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.v476_accent_box {
    background: #fdfaf0;
    border-right: 5px solid #556b2f;
}

.v476_h2 {
    font-size: 0.9rem;
    color: #556b2f;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    font-weight: bold;
}

.v476_article_text p {
    font-size: 0.9rem;
    color: #444;
    margin-bottom: 10px;
}

/* Notable People Styling */
.v476_people_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.v476_person {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #eef1e6;
}

.v476_initial {
    width: 35px;
    height: 35px;
    background: #556b2f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.8rem;
    margin-left: 12px;
}

.v476_p_data strong {
    display: block;
    font-size: 0.85rem;
    color: #333;
}

.v476_p_data small {
    font-size: 0.75rem;
    color: #777;
}

/* Desktop Adjustment */
@media (min-width: 768px) {
    .v476_people_list { flex-direction: row; }
    .v476_person { flex: 1; }
}