.guest-header-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #ead28a;
    border-radius: 999px;
    color: #725600;
    background: #fff7d7;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.guest-readonly-banner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 20px;
    padding: 14px 16px;
    border: 1px solid #ead28a;
    border-radius: 12px;
    color: #5f4900;
    background: #fff9e7;
}

.guest-readonly-banner::before {
    content: "👁";
    flex: 0 0 auto;
    line-height: 1.3;
}

.guest-readonly-banner strong,
.guest-readonly-banner span {
    display: block;
}

.guest-readonly-banner span {
    margin-top: 2px;
    color: #78672c;
    font-size: 13px;
    line-height: 1.45;
}

.guest-detail-state {
    display: inline-flex;
    align-items: center;
    padding: 10px 13px;
    border: 1px solid #ead28a;
    border-radius: 10px;
    color: #685000;
    background: #fff7d7;
    font-size: 13px;
    font-weight: 800;
}

.readonly-card {
    border-color: #ead28a;
    background: #fffaf0;
}

@media (max-width: 1120px) {
    .guest-header-badge {
        display: none;
    }
}

@media (max-width: 760px) {
    .site-header .header-actions form:last-child {
        display: none;
    }
}
