.wdp-politic {
    text-align: center;
    padding: 5px 0;
    font-size: 12px;
}

.wdp-politic strong {
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
    transition: all .3s ease;
}

.wdp-politic strong:hover {
    opacity: .7;
}

.wdp-politic-overall {
    display: none;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.wdp-politic-popup {
    width: calc(100% - 60px);
    max-width: 500px;
    margin-top: 50px;
    background: #fff;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
}

.wdp-politic-popup-close {
    position: fixed;
    top: 15px;
    right: 5px;
    width: 20px;
    height: 20px;
}

.wdp-politic-popup-close span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
}

.wdp-politic-popup-close span:last-child {
    transform: rotate(-45deg);
}

.admin-bar .wdp-politic-popup-close {
    top: 40px;
}