.cwp-co-container {
    background: rgba( 0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.cwp-co-container .cwp-co {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    width: 100%;
    max-width: 300px;
    max-height: 90vh;
}

.cwp-co-close {
    background: var(--wp--preset--color--primary);
    border: none;
    border-radius: 50%;
    box-shadow: none;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -32px;
    right: -32px;
    cursor: pointer;
}

.cwp-co-close svg {
    fill: #fff;
}