

#master-resource-container-384 .resource-content {
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 50px 20px !important;
}


#master-resource-container-384 .resource-content h1 {
    font-size: 42px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    color: #1f2937 !important;
}


#master-resource-container-384 .resource-content p {
    font-size: 18px !important;
    line-height: 1.7 !important;
    color: #4b5563 !important;
    margin-bottom: 20px !important;
}


#master-resource-container-384 .resource-content strong {
    font-weight: 700 !important;
    color: #1f2937 !important;
}


#master-resource-container-384 .resource-content ul {
    margin: 25px 0 !important;
    padding-left: 25px !important;
}

#master-resource-container-384 .resource-content ul li {
    font-size: 17px !important;
    line-height: 1.7 !important;
    margin-bottom: 12px !important;
    color: #374151 !important;
}


#master-resource-container-384 .resource-content .download-cta {
    display: inline-block !important;
    margin: 20px 0 40px !important;
    padding: 14px 30px !important;
    background: #1f5eff !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    transition: all 0.3s ease !important;
}

#master-resource-container-384 .resource-content .download-cta:hover {
    background: #1748c7 !important;
    transform: translateY(-1px) !important;
}


#master-resource-container-384 .resource-content .wpcf7 {
    max-width: 700px !important;
    margin: 30px auto 0 !important;
    padding: 35px !important;
    background: #f7f8fa !important;
    border-radius: 8px !important;
}


#master-resource-container-384 .resource-content .wpcf7 label {
    display: block !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    margin-bottom: 8px !important;
}


#master-resource-container-384 .resource-content .wpcf7 input[type="text"], #master-resource-container-384 .resource-content .wpcf7 input[type="email"], #master-resource-container-384 .resource-content .wpcf7 input[type="tel"], #master-resource-container-384 .resource-content .wpcf7 select, #master-resource-container-384 .resource-content .wpcf7 textarea {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 13px 15px !important;
    margin-bottom: 18px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 5px !important;
    background: #ffffff !important;
    font-size: 15px !important;
    outline: none !important;
}


#master-resource-container-384 .resource-content .wpcf7 input:focus, #master-resource-container-384 .resource-content .wpcf7 select:focus, #master-resource-container-384 .resource-content .wpcf7 textarea:focus {
    border-color: #1f5eff !important;
}


#master-resource-container-384 .resource-content .wpcf7 input[type="submit"] {
    width: 100% !important;
    padding: 14px 25px !important;
    border: none !important;
    border-radius: 5px !important;
    background: #1f5eff !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

#master-resource-container-384 .resource-content .wpcf7 input[type="submit"]:hover {
    background: #1748c7 !important;
}


#master-resource-container-384 .resource-content .wpcf7 .required {
    color: #dc2626 !important;
}


#master-resource-container-384 .resource-content .privacy-text {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #6b7280 !important;
    margin-top: 15px !important;
}


@media (max-width: 767px){

    #master-resource-container-384 .resource-content {
        padding: 30px 15px !important;
    
}

    #master-resource-container-384 .resource-content h1 {
        font-size: 30px !important;
    
}

    #master-resource-container-384 .resource-content p {
        font-size: 16px !important;
    
}

    #master-resource-container-384 .resource-content ul li {
        font-size: 16px !important;
    
}

    #master-resource-container-384 .resource-content .wpcf7 {
        padding: 25px 18px !important;
    
}
}