.lightbox {
    position: fixed !important;
    top: 0 !important;
    height: 100vh;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(10px);
}

.lb-outerContainer {
    margin-top: 20px;
    background-color: transparent !important;
}

.lb-image {
    max-width: 90vw !important;
    height: auto !important;
}

.lb-dataContainer {
    position: relative;
    background-color: #fff;
    margin: 20px auto !important;
    max-width: 90vw !important;
    border-radius: 8px;
    padding: 30px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.lb-data .lb-details {
    width: 100%;
    float: none;
}

.lb-data .lb-caption {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
    font-weight: normal;
    text-align: left;
}

.lb-data .lb-caption h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.lb-data .lb-number {
    display: none;
}

.lb-nav {
    z-index: 1000;
}

.lb-closeContainer {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
}

.lb-close {
    filter: invert(1);
}
