.popup-plugin {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    max-width: 500px;
    width: 100%;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.popup-plugin-content {
    text-align: center;
}

.popup-plugin-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.popup-plugin-link {
    display: block;
    margin-top: 10px;
    text-align: center;
    color: #0073aa;
    text-decoration: none;
}

.popup-plugin-close-link {
    display: block;
    margin-top: 10px;
    text-align: center;
    color: #dc3232;
    text-decoration: none;
}

.popup-plugin-close-link:hover,
.popup-plugin-link:hover {
    text-decoration: underline;
}

.popup-plugin-content {
    display: flex;
    flex-wrap: wrap;
}

.popup-plugin-content div {
    width:100%; 
padding:10px;
	text-align:left;
}

.popup-plugin-link, .popup-plugin-close-link {
    flex: 1;
    padding: 10px;
font-family: 'Montserrat', sans-serif;
}

