h1 {
    margin-bottom: 20px;
}
#title-image-module img {
    border-radius: 16px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

/* Download-Email reports form */
#download-form-container .download-field-subtitle {
    color: #FFF;
    font-family: 'Avant Garde Regular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
#download-form-container .wpcf7-not-valid-tip {
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.4px;
    margin-top: 7px;
}
.wpcf7-response-output {
    background-color: #EE4D9B;
    color: #FFF;
    font-family: 'Avant Garde Regular', Arial, Helvetica, sans-serif;
    border: none !important;
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
    padding-right: 15% !important;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}
.wpcf7-response-output.submit {
    background-image: url('/wp-content/uploads/2024/11/contact-sent-message.webp');
}
.wpcf7-response-output.error {
    background-image: url('/wp-content/uploads/2024/11/contact-error-message.webp');
}
#download-file-link,
.ebd_results {
    display: none !important;
}
#download-form-container .download-field {
    width: 29vw;
    border-radius: 100px;
    background-color: unset;
    border: 2px solid #FFF;
    font-family: 'Avant Garde Bold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 19.07px;
    color: #FFF;
    padding: 11px 20px;
    margin-top: 3px;
}
#download-form-container .download-field::placeholder {
    color: #FFF;
}
#download-form-container .download-submit-button {
    border-radius: 50px;
    background-color: unset;
    border: 2px solid #FFF;
    color: #FFF;
    font-family: 'Avant Garde Bold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 19.07px;
    text-align: center;
    cursor: pointer;
    padding: 13px 21px;
    margin-top: 15px;
}
#download-form-container .download-submit-button:hover {
    background-color: #b20056 !important;
}
@media (max-width: 768px) {
    #download-form-container .download-field {
        width: 100%;
    }
    .wpcf7-response-output {
        display: block;
        padding: 10px !important;
        font-size: 16px;
        line-height: 22px;
        padding-right: 25% !important;
        padding-right: 16% !important;
        background-size: 20px;
    }
}

/* Custom dropdown */
#download-form-container .download-dropdown {
    display: none;
}
#custom-dropdown-container {
    width: 29vw;
}
#custom-dropdown-selected {
    width: 29vw;
    border-radius: 100px;
    padding: 11px 20px;
    margin-top: 3px;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #FFF;
    background-image: url('/wp-content/uploads/2024/12/dropdown-icon-white.webp');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    position: relative;
    z-index: 200;
}
#custom-dropdown-list {
    border-radius: 32px;
    background-color: #FFF;
    top: 57px;
    position: absolute;
    padding: 20px;
    width: 29vw;
    display: none;
    z-index: 1000;
}
#custom-dropdown-container li {
    color: #EE4D9B;
    font-family: 'Avant Garde Bold';
    font-size: 16px;
    line-height: 36px;
    list-style: none;
    cursor: pointer;
}
@media (max-width: 768px) {
    #custom-dropdown-container,
    #custom-dropdown-selected,
    #custom-dropdown-list {
        width: 85vw;
    }
}

/* More Reports section */
#more-free-reports-module {
    border-radius: 16px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
    background-color: #FFF;
}
#more-free-reports-module img {
    height: 240px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
#more-free-reports-module .entry-title {
    margin-bottom: 5px;
}
#more-free-reports-module .entry-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
#more-free-reports-module .entry-title,
#more-free-reports-module .post-meta,
#more-free-reports-module .post-content,
#more-free-reports-module .blog-post-footer {
    padding-left: 12px;
    padding-right: 12px;
}
#more-free-reports-module .blog-post-footer {
    display: flex;
    margin-top: 35px;
    align-items: center;
    justify-content: space-between;
}
#more-free-reports-module .more-link {
    font-family: 'Avant Garde Bold';
    background-color: #FFF;
    color: #EE4D9B;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 50px;
    border: 2px solid rgba(238, 77, 155, 1);
    cursor: pointer;
    width: fit-content;
}
#more-free-reports-module .more-link:hover {
    background-color: #b20056;
    color: #FFF;
    border-color: #b20056;
}
#more-free-reports-module .more-link::after {
    font-family: ETmodules !important;
    font-weight: 400 !important;
    content: '5';
    position: relative;
    top: 1px;
}
#more-free-reports-module .category-label {
    position: absolute;
    border-radius: 100px;
    background-color: #009977;
    color: #FFF;
    font-family: 'Avant Garde Bold';
    font-size: 16px;
    line-height: 19.07px;
    text-align: center;
    padding: 7px 15px;
    top: 16px;
    right: 14px;
}
#more-free-reports-module .free-label {
    position: absolute;
    bottom: 4px;
    right: 14px;
    background-color: #E42085;
    color: #FFF;
    border-radius: 100px;
    padding: 8px 15px;
    font-family: 'Avant Garde Bold';
    font-size: 16px;
    line-height: 19.07px;
    text-align: center;
}
@media (min-width: 981px) {
    #more-free-reports-module article {
        margin-bottom: 15px !important;
        padding-bottom: 0px !important;
    }
}
@media (max-width: 980px) {
    #more-free-reports-module article {
        padding-bottom: 20px;
    }
}
@media (max-width: 768px) {
    #more-free-reports-row {
        padding-bottom: 0px !important;
        display: flex;        
        overflow: scroll;
        width: 100%;
    }
    #more-free-reports-row .et_pb_column {
        margin-bottom: 0px !important;
        width: 85vw !important;
        margin-left: 5px;
        margin-right: 20px;
    }
    #more-free-reports-module {
        height: auto;
        width: 75vw;
    }
    #more-free-reports-module img {
        height: 180px;
    }
    #more-free-reports-module .more-link {
        width: 50%;
        text-align: center;
    }
    #more-free-reports-module .entry-title {
        margin-bottom: 15px;
    }
    #more-free-reports-row article {
        padding-bottom: 15px;
    }
    #more-free-reports-row .free-label {
        bottom: 28px;
    }
}