/* Sonniss GDC Announcement Page Styles */

/* Container Layout */
.elementor-8 {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 2rem !important;
    color: #f1f1f1 !important;
}

/* Header Section */
.elementor-element-f8f840a {
    margin-bottom: 2rem !important;
}

.elementor-heading-title a {
    color: #f1f1f1 !important;
    font-size: 3rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    letter-spacing: -0.02em !important;
    transition: opacity 0.2s ease !important;
    display: inline-block !important;
    text-align: center !important;
    width: 100% !important;
}

.elementor-heading-title a:hover {
    opacity: 0.9 !important;
}

/* Main Content Sections */
.elementor-widget-text-editor {
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
    color: #e0e0e0 !important;
}

.elementor-widget-text-editor p {
    margin-bottom: 0.75rem !important;
}

.elementor-widget-text-editor .emoji {
    width: 1.2em !important;
    height: 1.2em !important;
    vertical-align: -0.2em !important;
    margin: 0 0.1em !important;
}

/* Form Section */
.fluentform_wrapper_3 {
    background: #171717 !important;
    padding: 0.5rem 0.75rem !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
    margin: 0.125rem 0 !important;
}

.ff-el-group {
    margin-bottom: 0.75rem !important;
}

/* Last form group less margin */
.ff-el-group:last-of-type {
    margin-bottom: 0.5rem !important;
}

.ff-el-input--label {
    color: #f1f1f1 !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    margin-bottom: 0.2rem !important;
}

.ff-el-form-control {
    background: #121212 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #f1f1f1 !important;
    padding: 0.4rem 0.75rem !important;
    border-radius: 4px !important;
    width: 100% !important;
    font-size: 1rem !important;
    transition: all 0.2s ease !important;
}

.ff-el-form-control:focus {
    outline: none !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.ff-btn-submit {
    background-color: #171717 !important;
    color: #f1f1f1 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 0.5rem 1.5rem !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    width: 100% !important;
}

.ff-btn-submit:hover {
    background-color: #252525 !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
}

.ff-message-success {
    border: 1px solid #2f2f2f;
}

/* Copyright Text */
.elementor-element-3578073 p {
    color: #c9c9c9 !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 20px !important;
    text-align: center !important;
    margin: 1.5rem 0 !important;
}

/* Hashtag */
.elementor-element-095691b h2 {
    font-weight: 600 !important;
    font-size: 75px !important;
    color: #dddddd !important;
    font-family: Montserrat, sans-serif !important;
    text-align: center !important;
    margin: 2rem 0 !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .elementor-8 {
        padding: 1rem !important;
    }

    .elementor-heading-title a {
        font-size: 2.5rem !important;
    }

    .elementor-widget-text-editor {
        font-size: 1rem !important;
    }

    .fluentform_wrapper_3 {
        padding: 0.75rem 1rem !important;
        margin: 0.25rem 0 !important;
    }

    .elementor-element-095691b h2 {
        font-size: 50px !important;
    }
}

@media (max-width: 480px) {
    .elementor-heading-title a {
        font-size: 2rem !important;
    }

    .elementor-element-095691b h2 {
        font-size: 40px !important;
        margin: 1.5rem 0 !important;
    }
    
    .ff-el-group {
        margin-bottom: 0.5rem !important;
    }
    
    .ff-el-group:last-of-type {
        margin-bottom: 0.375rem !important;
    }
    
    .fluentform_wrapper_3 {
        padding: 0.375rem 0.625rem !important;
        margin: 0.125rem 0 !important;
    }
    
    .ff-el-form-control {
        padding: 0.35rem 0.5rem !important;
    }
    
    .ff-btn-submit {
        padding: 0.4rem 1rem !important;
    }
}
