.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;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.float-end {
    float: right !important;
}

.w-100 {
    width: 100% !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.g-3 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.g-3 > [class*="col-"],
.g-3 > [class^="col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.btn-close {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    opacity: 0.75;
}

.btn-close::before {
    content: "\00d7";
    font-size: 1.35rem;
    line-height: 1;
}

.btn-close:hover,
.btn-close:focus {
    opacity: 1;
    text-decoration: none;
}

.alert .btn-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
}

.input-group > .auth-input-addon {
    display: flex;
    align-items: center;
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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