.wcccm-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.wcccm-overlay {
    display: none;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

#wcccm-accept-btn {
    margin-top: 15px;
    padding: 10px 20px;
    background: #0071a1;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.wcccm-modal-content>p>a {
	color: blue;
	font-weight: bold;
}

.container {
	z-index: 222 !important;
}
