:root {
    --bs-body-font-family: 'Montserrat', sans-serif;
    --bs-heading-font-family: 'Montserrat', sans-serif;
    --tsm-dark-color1: #0e0d0b;
    --tsm-dark-color2: #418382;
    --tsm-dark-color2-25: rgba(65, 131, 130,0.25);
    --tsm-light-color1: #ffffff;
    --tsm-light-color2: #f5f5f5;
    --tsm-light-color2-25: #fff3cd;
    --tsm-active-opacity: 1;
    --tsm-inactive-opacity: 0.25;
    --tsm-fontsize-small: 8px;
    --tsm-fontsize-medium: 12px;
    --tsm-fontsize-large: 24px;
}

.tsm-active-false {
    opacity: var(--tsm-inactive-opacity);
}

.tsm-active-true {
    opacity: var(--tsm-active-opacity);
}

.tsm-site-logo {
    border-right: 3px solid var(--tsm-light-color2);
    padding: 10px;
}

.tsm-fieldname {
    font-weight: bold;
    color: var(--tsm-dark-color1);
}

.tsm-underline {
    width: 100%;
    border-bottom: 2px solid var(--tsm-dark-color2);
    margin-bottom: 10px;
    margin-top: 10px;
    opacity: var(--tsm-inactive-opacity);
}

.tsm-heading-underline {
    width: 320px;
    border: 2px solid var(--tsm-dark-color2);
}

.tsm-experience-info {
    font-size : var(--tsm-fontsize-medium);
}

.tsm-link-badge {
    width: 45px;
    border-radius: 0px 0px 10px 0;
}

.tsm-external-link {
    color: var(--tsm-dark-color1);
    font-weight: bold;
    text-decoration: none;
}

    .tsm-external-link:hover {
        color: var(--tsm-dark-color2);
    }

.tsm-bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
}

.tsm-bg-dark {
    --bs-bg-opacity: 1;
    background-color: var(--tsm-dark-color2-25) !important;
}

.tsm-price-number {
    background: var(--tsm-dark-color2);
    border-radius: 5px;
    width: 50px;
    height: 25px;
    text-align: center;
    color: var(--tsm-light-color1);
}

.tsm-mapDataOverlay {
    padding: 10px;
    background: var(--tsm-light-color1);
    height: auto;
    border: 1px solid var(--tsm-dark-color2-25);
    top: 600px;
}

.tsm-line {
    background: var(--tsm-dark-color2);
    width: 100%;
    height: 1px;
}