@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;900&display=swap');
html { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
* {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
}

body {
    font-size: 13px;
}

.dynamic-banner {
    width: 158px;
    height: 598px;
    border: 1px solid #cccccc;
    overflow: hidden;
    position: relative;
}

.dynamic-banner a {
    display: block;
    width: 158px;
    height: 598px;
    z-index: 10;
    cursor: pointer;
}

.agent-hero {
    height: 250px;
    background-size: cover;
    background-position: center;

}

.logo {
    box-shadow: 0 0px 10px rgb(0 0 0 / 0.5);
    padding: 8px;
    display: flex;
    justify-content: center;

}

.logo img {
    max-width: 80%;
}

.banner-content-wrap {
    height: 348px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;

}

.agent-name {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
    font-size: 1.3em;
    color: #313944;
    line-height: 1.2;
}

.agent-desc {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    text-align: center;
    width: 75%;
    margin: 0 auto;
    color: #313944;
}

.cta {
    margin: 0 auto;
    width: fit-content;
    font-family: 'Mulish', sans-serif;
    font-weight: 900;
    color: #313944;
    padding: 7px 12px 9px;
    border: 1px solid #313944;
    border-radius: 3px;
    font-size: 1em;
    text-align: center;
    height: 14px;
    transition: all .2s;
}

.homes-logo {
    height: 24px;
    width: 100%;
    background-size: 75%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/logo.svg');
    margin-bottom: 1.5vh;
}

/* BRAND ALTERNATIVE -------------------------------- */

.ad-wrapper.dark .logo {
    box-shadow: 0 0px 10px rgb(0 0 0 / 0.8);
}

.ad-wrapper.dark .agent-name,
.ad-wrapper.dark .agent-desc {
    color: #fff;
}

.ad-wrapper.dark .cta {
    color: #fff;
    border: 1px solid #fff;
}

.ad-wrapper.dark .homes-logo {
    background-image: url('../img/logo-rev.svg');
}
