.acem-optin-wrapper {
max-width: 520px;
margin: 0 auto;
padding: 36px 40px;
background: #ffffff;
border-radius: 10px;
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
font-family: 'Georgia', serif;
}
.acem-optin-title {
margin: 0 0 24px;
font-size: 1.5rem;
line-height: 1.3;
color: #1a1a2e;
font-weight: 700;
text-align: center;
} .acem-field-group {
margin-bottom: 18px;
}
.acem-label {
display: block;
margin-bottom: 6px;
font-size: 0.875rem;
font-weight: 600;
color: #333;
font-family: Arial, sans-serif;
}
.acem-required {
color: #e74c3c;
margin-left: 2px;
}
.acem-input {
display: block;
width: 100%;
padding: 12px 16px;
font-size: 1rem;
line-height: 1.5;
color: #222;
background: #fafafa;
border: 2px solid #e0e0e0;
border-radius: 6px;
box-sizing: border-box;
transition: border-color 0.2s ease, box-shadow 0.2s ease;
font-family: Arial, sans-serif;
-webkit-appearance: none;
}
.acem-input:focus {
outline: none;
border-color: #2ecc71;
box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.15);
background: #fff;
}
.acem-input.acem-error {
border-color: #e74c3c;
box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
} .acem-checkbox-group {
padding: 12px 0;
}
.acem-checkbox-label {
display: flex;
align-items: flex-start;
gap: 10px;
cursor: pointer;
font-family: Arial, sans-serif;
}
.acem-checkbox {
flex-shrink: 0;
width: 18px;
height: 18px;
margin: 2px 0 0;
accent-color: #2ecc71;
cursor: pointer;
}
.acem-checkbox-text {
font-size: 0.8125rem;
color: #555;
line-height: 1.5;
}
.acem-checkbox-text a {
color: #2ecc71;
text-decoration: underline;
} .acem-submit-btn {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 100%;
padding: 14px 24px;
font-size: 1rem;
font-weight: 700;
color: #fff;
background: linear-gradient(135deg, #2ecc71, #27ae60);
border: none;
border-radius: 6px;
cursor: pointer;
transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
font-family: Arial, sans-serif;
letter-spacing: 0.5px;
box-shadow: 0 4px 14px rgba(46, 204, 113, 0.35);
}
.acem-submit-btn:hover:not(:disabled) {
transform: translateY(-1px);
box-shadow: 0 6px 20px rgba(46, 204, 113, 0.45);
}
.acem-submit-btn:active:not(:disabled) {
transform: translateY(0);
box-shadow: 0 2px 8px rgba(46, 204, 113, 0.3);
}
.acem-submit-btn:disabled {
opacity: 0.7;
cursor: not-allowed;
} .acem-btn-spinner {
display: none;
width: 16px;
height: 16px;
border: 2px solid rgba(255,255,255,0.4);
border-top-color: #fff;
border-radius: 50%;
animation: acem-spin 0.7s linear infinite;
}
.acem-loading .acem-btn-spinner {
display: inline-block;
}
.acem-loading .acem-btn-text {
opacity: 0.8;
}
@keyframes acem-spin {
to { transform: rotate(360deg); }
} .acem-optin-messages {
margin-bottom: 16px;
}
.acem-message {
padding: 14px 18px;
border-radius: 6px;
font-size: 0.9375rem;
font-family: Arial, sans-serif;
line-height: 1.5;
margin: 12px 0;
}
.acem-message-success {
background: #d4edda;
color: #155724;
border: 1px solid #c3e6cb;
}
.acem-message-error {
background: #f8d7da;
color: #721c24;
border: 1px solid #f5c6cb;
}
.acem-message-info {
background: #d1ecf1;
color: #0c5460;
border: 1px solid #bee5eb;
} .acem-hp-field {
position: absolute !important;
left: -9999px !important;
width: 1px !important;
height: 1px !important;
overflow: hidden !important;
} .acem-unsubscribe-wrap {
max-width: 480px;
margin: 48px auto;
text-align: center;
} @media (max-width: 560px) {
.acem-optin-wrapper {
padding: 24px 20px;
border-radius: 8px;
box-shadow: none;
border: 1px solid #e5e5e5;
}
.acem-optin-title {
font-size: 1.25rem;
}
.acem-input {
font-size: 0.9375rem;
}
}