.elementor-99 .elementor-element.elementor-element-43d049cb{--display:flex;}.elementor-99 .elementor-element.elementor-element-63d53b2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-4c2a8acd */.cwa-container {
    max-width: 450px;
    margin: 40px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid #f3f4f6;
    overflow: hidden;
}
.cwa-form-wrapper {
    display: none;
    padding: 32px;
}
.cwa-form-wrapper.active {
    display: block;
}
.cwa-form-wrapper h2 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin-bottom: 8px;
    line-height: 1.2;
}
.cwa-form-wrapper p {
    text-align: center;
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 24px;
    margin-top: 0;
}
.cwa-input-group {
    margin-bottom: 24px;
}
.cwa-input-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #1e3a8a;
}
.cwa-input-wrapper {
    position: relative;
}
.cwa-input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    pointer-events: none;
}
.cwa-input-group input {
    width: 100%;
    padding: 12px 16px 12px 48px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    font-size: 14px;
    transition: all 0.2s;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #334155;
}
.cwa-input-group input::placeholder {
    color: #94a3b8;
}
.cwa-input-group input:focus {
    outline: none;
    border-color: #54B435;
    box-shadow: 0 0 0 4px rgba(84, 180, 53, 0.1);
}
.cwa-form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 15px;
}
.cwa-form-actions label {
    display: flex;
    align-items: center;
    color: #1e3a8a;
    cursor: pointer;
    font-weight: normal;
    margin: 0;
}
.cwa-form-actions input[type="checkbox"] {
    margin-right: 12px;
    accent-color: #54B435;
    width: 16px;
    height: 16px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
}
.cwa-form-actions a, .cwa-switch a {
    color: #54B435;
    text-decoration: none;
    font-weight: 500;
}
.cwa-form-actions a:hover, .cwa-switch a:hover {
    color: #469c2b;
}
.cwa-btn {
    width: 100%;
    padding: 14px;
    background-color: #54B435;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cwa-btn:hover {
    background-color: #469c2b;
}
.cwa-btn:disabled {
    background-color: #a3d993;
    cursor: not-allowed;
}
.cwa-switch {
    margin-top: 24px;
    text-align: center;
    font-size: 14px;
    color: #4b5563;
}
.cwa-message {
    margin-bottom: 20px;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    display: none;
}
.cwa-message.error {
    display: block;
    background-color: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}
.cwa-message.success {
    display: block;
    background-color: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}/* End custom CSS */