#popup-promotional.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#popup-promotional .modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    max-width: 500px;
    width: 100%;
}

#popup-promotional .close-button {
    position: absolute;
    top: -50px;
    right: -50px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    z-index: 1;
}

#popup-promotional .file-info,
#popup-promotional .image-info {
    margin-bottom: 20px;
}

#popup-promotional .modal-image {
    max-width: 100%;
    height: auto;
}

#popup-promotional a {
    color: #007bff;
    text-decoration: none;
}

#popup-promotional a:hover {
    text-decoration: underline;
}
