.wp-lightbox-container button {
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    top: auto !important;
    bottom: 16px;
}
.wp-lightbox-container button:focus, .wp-lightbox-container button:hover, .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
    background: var(--wp--preset--color--base);
    color: var(--wp--preset--color--text-primary);
}

.wp-lightbox-container button:focus,
.wp-lightbox-container button:hover,
.wp-lightbox-container button:active {
    background: var(--wp--preset--color--text-primary);
    color: var(--wp--preset--color--base);
}

.wp-lightbox-container button::after {
    content: '\2b';
    font: var(--fa-font-regular);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    font-size: var(--wp--preset--font-size--small);
}

.wp-lightbox-container button svg {
    display: none;
}
