/* Fix for excessive spacing after Contact Me section */
.awilo_fn_contactme {
    margin-bottom: 0 !important;
}

/* Consistent spacing between all sections */
.awilo_fn_content section {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Special spacing for content section (legal pages) */
#content {
    padding-top: 100px !important;
}

/* Remove extra spacing from dividers */
.awilo_fn_divider {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* TEMPORARY: Hide contact form */
.awilo_fn_contact_form {
    display: none !important;
}

/* Contact form button styling */
.awilo_fn_contact_sendbtn {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    width: 100%;
}

/* Text content styling for legal pages */
.awilo_fn_text_content {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

.awilo_fn_text_content h3 {
    color: #ae45ff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: "Rubik", sans-serif;
}

.awilo_fn_text_content h3:first-child {
    margin-top: 0;
}

.awilo_fn_text_content p {
    color: #aaa;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.awilo_fn_text_content a {
    color: #ae45ff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.awilo_fn_text_content a:hover {
    color: #fff;
}

.awilo_fn_text_content strong {
    color: #fff;
    font-weight: 600;
}

.awilo_fn_text_content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.awilo_fn_text_content ul li {
    color: #aaa;
    font-size: 16px;
    line-height: 1.8;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.awilo_fn_text_content ul li:before {
    content: "•";
    color: #ae45ff;
    font-size: 20px;
    position: absolute;
    left: 10px;
    top: -2px;
}

/* Contact form success message */
.returnmessage {
    display: none;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}

.returnmessage.success {
    background-color: rgba(174, 69, 255, 0.1);
    border: 2px solid #ae45ff;
    color: #ae45ff;
}

.contact_error {
    color: #ff4545;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.empty_notice {
    display: none;
    padding: 15px;
    margin-bottom: 20px;
    background-color: rgba(255, 69, 69, 0.1);
    border: 2px solid #ff4545;
    border-radius: 5px;
    text-align: center;
}

.empty_notice span {
    color: #ff4545;
    font-size: 14px;
}
