/* KOSMAS Google Business Profil – Frontend Styles */

/* Opening hours table */
.kgbp-hours {
    width: 100%;
    border-collapse: collapse;
    font-size: inherit;
    line-height: 1.6;
}

.kgbp-hours__row td {
    padding: 6px 16px 6px 0;
    border-bottom: 1px solid currentColor;
    border-bottom-color: rgba(0,0,0,.08);
    vertical-align: top;
}

.kgbp-hours__day {
    font-weight: 600;
    white-space: nowrap;
    min-width: 110px;
}

.kgbp-hours__times {
    color: inherit;
}

.kgbp-hours__row--closed td {
    color: #aaa;
}

.kgbp-hours__closed-label {
    font-style: italic;
}

/* Vacation notice */
.kgbp-vacation {
    padding: 20px 24px;
    background: #f8f8f8;
    border-left: 3px solid #111;
    line-height: 1.5;
}

.kgbp-vacation__title {
    margin: 0 0 4px;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #555;
}

.kgbp-vacation__dates {
    margin: 0 0 6px;
    font-size: 1.1em;
    font-weight: 600;
    color: #111;
}

.kgbp-vacation__reopen {
    margin: 0;
    font-size: 0.9em;
    color: #444;
}

.kgbp-vacation__more {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    font-size: 0.85em;
    color: #666;
}

.kgbp-vacation__more li {
    padding: 3px 0;
}

.kgbp-vacation__more li::before {
    content: '–';
    margin-right: 6px;
    opacity: 0.5;
}

/* Status badge */
.kgbp-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 2px;
    line-height: 1;
}

.kgbp-status-badge::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}

.kgbp-status-badge--open {
    color: #1a5c2a;
    background: #e8f5e9;
}

.kgbp-status-badge--open::before {
    background: #2e7d32;
}

.kgbp-status-badge--closed {
    color: #7b1c2c;
    background: #fce4ec;
}

.kgbp-status-badge--closed::before {
    background: #c62828;
}
