﻿/* header */
natgen-design-system-provider[brand=goodsam] .autogs-header-border {
    border-color: var(--color-primary-base);
}

natgen-design-system-provider[brand=goodsam] #autogs-click-to-chat {
    background-color: #23410A;
    display: block !important;
}

natgen-design-system-provider[brand=goodsam] #autogs-header-call-icon {
    color: black;
    height: 36px !important;
    width: 36px !important;
    vertical-align: middle;
}

.autoQuote #autogs-click-to-chat {
    background: url(images/icon-click-to-chat.png) no-repeat right 5px bottom 3px #353535;
    text-align: left;
    display: block;
    width: 70px;
    height: 40px;
    text-decoration: none;
    font-style: italic;
    border-radius: 5px;
}

    .autoQuote #autogs-click-to-chat::part(control) {
        text-align: left;
    }

@@media (max-width: 500px) {
    .autoQuote #autogs-click-to-chat {
        display: none;
    }
}

natgen-design-system-provider[brand=goodsam] .credit-card-charged-text {
    font-size: 16px;
}

natgen-design-system-provider[brand=goodsam] .payment-body-text {
    font-size: 16px;
}

natgen-design-system-provider[brand=goodsam] .auto-goodsam-title {
    color: var(--color-primary-base);
}