*,
*::before,
*::after {
    box-sizing: border-box;
}

/* --- zzyCaptcha Widget --- */
.zzy-captcha-widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 74px;
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    padding: 0 12px;
    margin-bottom: 20px;
}

.zzy-captcha-checkbox-container {
    display: flex;
    align-items: center;
}

.zzy-captcha-checkbox {
    width: 28px;
    height: 28px;
    border: 2px solid #c1c1c1;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.zzy-captcha-checkbox.verified {
    background-color: #28a745;
    border-color: #28a745;
}

.zzy-captcha-checkbox.verified .checkmark {
    display: block;
}

.checkmark {
    display: none;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.zzy-captcha-label {
    margin-left: 12px;
    font-size: 14px;
    color: #000;
}

.zzy-captcha-logo {
    font-size: 10px;
    color: #555;
    text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-items: center;
		gap: 5px;
}

.zzy-captcha-logo img {
    width: 50px; 
    height: 50px;
    margin: 0 auto -10px;
}

/* --- zzyCaptcha Modal --- */
.zzy-captcha-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 1000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.zzy-captcha-modal {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    position: relative;
    width: 360px;
}

.zzy-captcha-modal-header {
    padding: 12px;
    background: #f1f1f1;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zzy-captcha-modal-close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.zzy-captcha-modal-close:hover { color: #000; }

.zzy-captcha-modal-body {
    padding: 20px;
}

.zzy-captcha-modal-body iframe {
    width: 100%;
    height: 320px;
    border: none;
}*,
*::before,
*::after {
    box-sizing: border-box;
}

/* --- Potatoblock Captcha Widget --- */
.pb-captcha-widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 74px;
    background-color: #f9f9f9;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    padding: 0 12px;
    margin-bottom: 20px;
}

.pb-captcha-checkbox-container {
    display: flex;
    align-items: center;
}

.pb-captcha-checkbox {
    width: 28px;
    height: 28px;
    border: 2px solid #c1c1c1;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.pb-captcha-checkbox.verified {
    background-color: #28a745;
    border-color: #28a745;
}

.pb-captcha-checkbox.verified .checkmark {
    display: block;
}

.checkmark {
    display: none;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.pb-captcha-label {
    margin-left: 12px;
    font-size: 14px;
    color: #000;
}

.pb-captcha-logo {
    font-size: 10px;
    color: #555;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    gap: 5px;
}

.pb-captcha-logo img {
    width: 50px; 
    height: 50px;
    margin: 0 auto -10px;
}

/* --- Modal --- */
.pb-captcha-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.pb-captcha-modal {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    position: relative;
    width: 360px;
}

.pb-captcha-modal-header {
    padding: 12px;
    background: #f1f1f1;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pb-captcha-modal-close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.pb-captcha-modal-close:hover { color: #000; }

.pb-captcha-modal-body {
    padding: 20px;
}

.pb-captcha-modal-body iframe {
    width: 100%;
    height: 320px;
    border: none;
}
