/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* Offset for fixed header when scrolling to anchor */
#spanish-contact-form {
    scroll-margin-top: 100px;
}

/* Smaller Practice Areas heading on this page */
.hm-practice-area h2 {
    font-size: 64px !important;
}

/* Unified background color for the Spanish landing page */
body,
.wrapper,
#content,
#main,
.site-content,
.content-area {
    background-color: #FBF9F6 !important;
}

.durable-landing-page-content {
    max-width: 900px;
    margin: 0 auto;
    background-color: #FBF9F6;
    padding-top: 30px;
    padding-bottom: 50px;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Remove any lines from parent containers */
.durable-landing-page-content .container {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Remove separator lines that may appear on mobile */
.durable-landing-page-content::before,
.durable-landing-page-content::after,
.durable-landing-page-content .container::before,
.durable-landing-page-content .container::after {
    display: none !important;
    border: none !important;
    content: none !important;
}

/* Mobile padding for content container */
@media (max-width: 480px) {
    .durable-landing-page-content {
        padding-left: 8px;
        padding-right: 8px;
    }
}

/* Center the button links */
.durable-landing-page-content p:has(a) {
    text-align: center;
}
.durable-landing-page-content li{
    list-style-type: circle; /* Changes a specific item to a hollow circle */
}

/* Style links like site buttons (cmn-btn) */
.durable-landing-page-content a {
    font-family: 'Quattrocento Sans';
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    background-color: #2a3322 !important;
    text-decoration: none;
    padding: 22px 50px;
    border-radius: 50px;
    text-transform: uppercase;
    position: relative;
    transition: none;
    margin: 0 0 10px 0;
}

.durable-landing-page-content a:hover {
    background-color: #555952 !important;
    color: #fff !important;
}
.durable-landing-page-content a::before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/cmn-btn-bfr-1.webp);
    background-repeat: no-repeat;
    width: 95px;
    height: 25px;
}
.durable-landing-page-content a:hover::before {
    background-image: url(../images/cmn-btn-bfr-2.webp);
}

/* Add padding below the settlement/guidance section */
.hminjury-top-sec {
    padding-bottom: 80px !important;
}

/* Compensation statement section */
.durable-compensation-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
}
.durable-compensation-section h3 {
    font-family: 'Radley', serif;
    font-size: 36px;
    font-weight: 400;
    color: #2a3322;
    margin: 0;
}