.agcb-blurred-image {
filter: blur(20px);
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-o-filter: blur(20px);
-ms-filter: blur(20px);
transition: filter 0.3s ease;
} .agcb-login-prompt {
background: #f8f9fa;
border: 2px solid #dee2e6;
border-radius: 8px;
padding: 25px;
margin: 30px 0;
text-align: center;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.agcb-login-prompt p {
margin: 10px 0;
font-size: 16px;
line-height: 1.6;
}
.agcb-login-prompt strong {
color: #333;
font-size: 18px;
}
.agcb-login-prompt a {
color: #0066cc;
text-decoration: none;
font-weight: 600;
padding: 2px 4px;
border-bottom: 2px solid transparent;
transition: border-color 0.2s ease;
}
.agcb-login-prompt a:hover {
border-bottom-color: #0066cc;
} @media (max-width: 768px) {
.agcb-login-prompt {
padding: 20px 15px;
margin: 20px 0;
}
.agcb-login-prompt p {
font-size: 14px;
}
.agcb-login-prompt strong {
font-size: 16px;
}
} .attachment .agcb-blurred-image {
max-width: 100%;
height: auto;
} .gallery .agcb-blurred-image {
width: 100%;
height: auto;
} #age_verification {
cursor: pointer;
width: 18px;
height: 18px;
vertical-align: middle;
} .age-attestation-notice {
background: #fff3cd;
border: 2px solid #ffc107;
border-radius: 4px;
padding: 15px;
margin: 15px 0;
font-size: 14px;
line-height: 1.6;
}
.age-attestation-notice strong {
display: block;
margin-bottom: 8px;
color: #856404;
}  .agcb-gocam-prompt {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border: 2px solid #76b82a;
border-radius: 12px;
padding: 30px;
margin: 30px 0;
text-align: center;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.agcb-gocam-prompt .agcb-prompt-title {
font-size: 20px;
color: #1a1a1a;
margin-bottom: 10px;
}
.agcb-gocam-prompt .agcb-prompt-text {
font-size: 16px;
color: #555;
margin-bottom: 20px;
}
.agcb-gocam-prompt .agcb-prompt-note {
font-size: 14px;
color: #666;
margin-top: 15px;
}
.agcb-gocam-prompt .agcb-prompt-powered {
font-size: 12px;
color: #888;
margin-top: 15px;
}
.agcb-gocam-prompt .agcb-prompt-powered a {
color: #76b82a;
} .agcb-gocam-verify-btn {
display: inline-block;
background: linear-gradient(135deg, #76b82a 0%, #5a9a1f 100%);
color: #fff;
font-size: 18px;
font-weight: 600;
padding: 15px 40px;
border: none;
border-radius: 8px;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(118, 184, 42, 0.3);
}
.agcb-gocam-verify-btn:hover {
background: linear-gradient(135deg, #5a9a1f 0%, #4a8619 100%);
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(118, 184, 42, 0.4);
}
.agcb-gocam-verify-btn:active {
transform: translateY(0);
}
.agcb-gocam-verify-btn:disabled {
background: #ccc;
cursor: not-allowed;
transform: none;
box-shadow: none;
} .agcb-gocam-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.85);
z-index: 999999;
display: flex;
align-items: center;
justify-content: center;
animation: agcb-fadeIn 0.3s ease;
}
@keyframes agcb-fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
.agcb-gocam-overlay-content {
position: relative;
width: 90%;
max-width: 500px;
height: 90%;
max-height: 700px;
background: #fff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
animation: agcb-slideUp 0.3s ease;
}
@keyframes agcb-slideUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.agcb-gocam-overlay-content iframe {
width: 100%;
height: 100%;
border: none;
}
.agcb-gocam-close {
position: absolute;
top: 10px;
right: 10px;
width: 36px;
height: 36px;
background: rgba(0, 0, 0, 0.7);
color: #fff;
border: none;
border-radius: 50%;
font-size: 24px;
line-height: 1;
cursor: pointer;
z-index: 10;
transition: background 0.2s ease;
}
.agcb-gocam-close:hover {
background: rgba(0, 0, 0, 0.9);
} .agcb-notification {
position: fixed;
top: 20px;
left: 50%;
transform: translateX(-50%);
padding: 15px 30px;
border-radius: 8px;
font-size: 16px;
font-weight: 500;
z-index: 1000000;
animation: agcb-slideDown 0.3s ease;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@keyframes agcb-slideDown {
from {
opacity: 0;
transform: translateX(-50%) translateY(-20px);
}
to {
opacity: 1;
transform: translateX(-50%) translateY(0);
}
}
.agcb-notification-success {
background: #d4edda;
color: #155724;
border: 1px solid #c3e6cb;
}
.agcb-notification-error {
background: #f8d7da;
color: #721c24;
border: 1px solid #f5c6cb;
} @media (max-width: 768px) {
.agcb-gocam-prompt {
padding: 20px;
margin: 20px 0;
}
.agcb-gocam-prompt .agcb-prompt-title {
font-size: 18px;
}
.agcb-gocam-prompt .agcb-prompt-text {
font-size: 14px;
}
.agcb-gocam-verify-btn {
font-size: 16px;
padding: 12px 30px;
width: 100%;
}
.agcb-gocam-overlay-content {
width: 95%;
height: 95%;
max-height: none;
border-radius: 8px;
}
.agcb-notification {
width: 90%;
left: 5%;
transform: none;
text-align: center;
}
}