/* CSP Compliance - Inline Styles Converted to Classes */

/* Find Your Nearest Agent Page */
.agent-search-container-positioned {
    position: relative;
}

.agent-search-input-styled {
    border: 1px solid var(--secondary-color);
    border-radius: 7px;
    height: 100%;
}

.agent-search-button-styled {
    color: var(--primary-color);
    border: 1px solid var(--secondary-color);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.show-less-btn-hidden {
    display: none;
}

/* Forms & Product Pages */
.product-form-hidden {
    display: none !important;
}

/* Join Our Team Page */
.file-input-hidden {
    display: none;
}

/* Become an Agent Page - iframes */
.agent-iframe-styled {
    height: 500px;
    width: 99%;
    border: none;
}

/* About Us Page */
.about-us-bottom-bg {
    background-size: cover;
    background-position: center;
}

/* Home Page */
.cover-image-full-width {
    width: 100% !important;
    margin-right: 0px !important;
}

.faq-text-hidden {
    display: none;
}

/* Features Page */
.table-smooth-scroll {
    scroll-behavior: smooth;
}

.feature-img-max-height {
    max-height: 120px;
}

.table-body-no-border {
    border-top: 0px white;
}

.feature-card-header {
    background-color: #EFEDF5;
    border-radius: 24px 24px 0px 0px;
}

.feature-card-img {
    max-width: 80%;
}
