.logo-icon > img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    object-position: center;
    display: block;
    border-radius: 0;
    filter: drop-shadow(0 0 0.2rem rgba(255, 255, 255, 0.2));
}

.hidden {
    display: none !important;
}

.fixed {
    display: block !important;
}
.guest-photo {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #dee2e6;
}

.photo-placeholder {
    width: 100%;
    height: 180px;
    background-color: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 14px;
}

.modal-dialog {
    max-width: 900px;
}

.detail-label {
    font-weight: 600;
    color: #495057;
    font-size: 13px;
}

.detail-value {
    color: #212529;
    font-size: 14px;
}

.detail-row {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f3f4;
}

.detail-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.column-header {
    background-color: #f8f9fa;
    padding: 10px 15px;
    margin: -15px -15px 20px -15px;
    border-bottom: 1px solid #dee2e6;
    font-weight: 600;
    color: #495057;
    font-size: 14px;
}

.modal-body .col-md-4 {
    padding: 15px;
    border-right: 1px solid #f1f3f4;
}

.modal-body .col-md-4:last-child {
    border-right: none;
}

@media (max-width: 768px) {
    .modal-body .col-md-4 {
        border-right: none;
        border-bottom: 1px solid #f1f3f4;
        margin-bottom: 15px;
    }

    .modal-body .col-md-4:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
}
