a.tyc {
    color: #d9ae11;
    }

a.tyc:hover {
    color: #fecd19;
    }

.btn-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #000000;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background: var(--primary-hover-color);
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}

.btn-share {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2em;
    width: 2em;
    border: 1px solid var(--primary-contrast);
    background: #fecd19;
    border-radius: 2em;
    color: #000000;
}

.chat-widget__btn {
    background: #FECD19;
    color: #000;
}

@media screen and (min-width: 768px) {
    .bs-footer__social .btn-social {
        color: #0d0d0d;
        background-color: #fecd19;
    }
}

.article-title {
    font-size: clamp(1.875rem, 4vw, 2.75rem);
    font-weight: var(--font-regular);
    color: #1B363C;
    line-height: 1.2;
    margin: 0;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}

.bs-footer__section-menu, .bs-footer__section-contact, .bs-footer__section-policies {
    padding-bottom: 2rem;
    text-align: center;
}