.tcwd-page-popup-overlay {
    display: none;
    position: fixed;
    z-index: 99999;
    inset: 0;
    background: rgba(0,0,0,0.75);
    justify-content: center;
    align-items: center;
}

.tcwd-page-popup-overlay[aria-hidden="false"] {
    display: flex;
}

.tcwd-page-popup-dialog {
    background: #fff;
    max-width: 700px;
    width: 90%;
    padding: 30px;
    border-radius: 6px;
    position: relative;
	font-size: .8em;
	text-align: center;
}

.tcwd-page-popup-dialog p{
    margin: 0 0 24px 0;
}

.tcwd-page-popup-close {
    background: transparent;
    border: none;
    font-size: 32px;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

body.tcwd-page-popup-open {
    overflow: hidden;
}

.tcwd-page-popup-dialog .wp-block-buttons {
    justify-content: center;
}