/* Force the close button to show */
.pum .pum-close,
.pum .popmake-close {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 9999 !important;
}

.pum-theme-681 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
color: #fff !important;
}

/* Style and position the close button */
.pum .pum-close,
.pum .popmake-close {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    color: #000 !important; /* Make X black */
    font-size: 28px !important;
    font-weight: bold !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    line-height: 1 !important;
}

/* Add hover effect for better UX */
.pum .pum-close:hover,
.pum .popmake-close:hover {
    color: #333 !important;
    transform: scale(1.1);
}