.widget_2.big_icon {
    overflow: hidden;
}

.widget_2.big_icon::before {
    right: 16px;
    z-index: 0;
    pointer-events: none;
}

.widget_2.big_icon .body {
    position: relative;
    z-index: 1;
}

.widget_2.big_icon .body h6 {
    max-width: 100%;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
}

.audit-section-title {
    margin-bottom: 22px;
    text-align: center;
}

.audit-section-title h2 {
    margin-bottom: 6px;
    color: #1f2937;
    font-weight: 700;
}

.audit-section-title p {
    margin-bottom: 0;
    color: #6b7280;
}

.audit-room-grid {
    margin-bottom: -24px;
}

.audit-room-card {
    margin-bottom: 24px;
}

.audit-accomodation-item {
    height: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    text-align: left;
}

.audit-room-image {
    height: 220px;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
    position: relative;
}

.audit-room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.audit-card-badge {
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: #b7791f;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.95rem;
}

.audit-room-body {
    padding: 18px 18px 16px;
}

.audit-room-body .sec_h4 {
    margin-bottom: 6px;
    color: #1f2937;
    font-weight: 700;
}

.audit-room-body .room-location {
    color: #6b7280;
    font-style: italic;
    margin-bottom: 8px;
}

.audit-room-body .room-location small {
    display: block;
    margin-top: 2px;
    font-style: normal;
}

.audit-room-body .room-type-line {
    color: #d97706;
    font-weight: 700;
    margin-bottom: 12px;
}

.audit-room-meta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    color: #0ea5a4;
    font-weight: 600;
    margin-bottom: 14px;
}

.audit-room-meta span {
    display: inline-flex;
    align-items: center;
}

.audit-action-code {
    color: #b45309;
    font-weight: 800;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 14px;
}

.audit-change-preview {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.audit-change-preview strong {
    display: block;
    color: #1f2937;
    margin-bottom: 4px;
}

.audit-change-preview pre {
    max-height: 96px;
    margin: 0;
    padding: 10px;
    border-radius: 8px;
    background: #f8fafc;
    color: #475569;
    white-space: pre-wrap;
    overflow: auto;
    font-size: 0.78rem;
}

.audit-room-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.audit-room-actions .btn {
    border-radius: 8px;
    font-weight: 700;
}

.audit-session-line {
    display: block;
    margin-top: 12px;
    color: #94a3b8;
}

.authentication .row {
    align-items: stretch;
}

.authentication .auth-image-panel {
    min-height: 100%;
    background: url("../images/signin.jpg") center center / cover no-repeat;
}

@media (max-width: 575.98px) {
    .audit-change-preview {
        grid-template-columns: 1fr;
    }
}
