#tt_sm_worldMap {
    min-width: 190px;
    max-width: 330px;
}

.tt_sm {
    border-radius: 1rem !important;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .5);
    z-index: 1000000;
    background-color: white;
    padding: 1rem;
    opacity: 1;
    font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
    color: black;
}

.tt_name_sm {
    float: left;
    font-weight: bold;
    font-size: 18px !important;
    padding-right: 28px;
}

.xmark_sm {
    position: absolute;
    right: 1rem !important;
    top: 1rem !important;
    cursor: pointer;
    line-height: 0px;
    width: 1.25rem;
}

.tt_custom_sm {}

.tt_mobile_sm {
    margin-top: 5px;
}

.btn_simplemaps {
    color: #d44407 !important;
    text-decoration: none;
    background: #ffffff !important;
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    /* width: 100%; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.43;
    margin-top: .5rem;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid white;
    transition: border-bottom 0.2s;
    display: inline-flex;
    align-items: center;


    &::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='%23d44407' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m8.25 4.5 7.5 7.5-7.5 7.5' /%3E%3C/svg%3E%0A");
        display: inline-block;
        color: #d44407;
        margin-left: 0.5rem;
        width: 1rem;
        height: 1rem;
        stroke: #d44407;
    }
}

.btn_simplemaps:hover {
    border-bottom: 1px solid #d44407;
}
