.head-title {
    font-family: "ubuntu-medium" !important;
    font-size: 24px;
    text-align: start;
    word-wrap: break-word;
    text-decoration: none;
    line-height: 32px;
    display: flex;
    letter-spacing: 0;
    color: #004990;
    width: 100%;
}



    .content p a {
        font-family: "ubuntu-medium" !important;
        background: transparent;
        width: 100%;
        color: #004990;
        line-height: 22px;
        margin: 0;
        padding: 0;
        font-size: 16px;
        text-decoration: none;
    }

.yk-route-banner {
    display: flex;
    background-color: #f3f7fb;
    width: 100%;
    height: fit-content;
    border-radius: 8px;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    gap: 8px;
}

.yk-button {
    gap: 10px;
    display: flex;
    width: fit-content;
    color: white;
    height: fit-content;
    white-space: nowrap;
    word-wrap: normal;
    text-decoration: none;
    overflow-x: visible;
    text-overflow: ellipsis;
    font-family: "ubuntu-medium" !important;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    border-radius: 8px;
    padding: 10px 16px;
    background-color: #004990;
}

    .yk-button img {
        width: 20px;
        height: 20px;
    }

.map-wrapper {
    width: 100%;
    height: 100%;
}

.map-box {
    width: 100%;
    height: fit-content;
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

form {
    gap: 24px;
    height: fit-content;
    width: 100%;
}

input[type="search"] {
    width: 100%;
    display: flex;
    height: fit-content;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    gap: 4px;
    padding: 10px;
    padding-left: 30px;
    font-family: "ubuntu-regular" !important;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #212121;
    background-color: white;
    background-repeat: no-repeat;
}

input::placeholder {
    color: #9e9e9e;
    opacity: 1;
}

.btn-filled {
    font-family: "ubuntu-medium" !important;
    font-size: 16px;
    color: #ffffff;
    background-color: #004990;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: start;
    word-wrap: break-word;
    text-decoration: none;
    line-height: 22px;
    width: fit-content;
    height: fit-content;
    border-radius: 8px;
    border: 0px solid transparent;
    padding: 10px 16px;
    gap: 8px;
}

.map-wrapper img,
svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row-cols-1 .h-card {
    display: flex;
    background-color: transparent;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    height: fit-content;
    align-items: start;
    justify-content: center;
    width: 100%;
    min-width: fit-content;
    letter-spacing: 0;
    font-family: "ubuntu-regular" !important;
    color: #212121;
    line-height: 24px;
    align-items: center;
    text-align: start;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    font-size: 16px;
    text-decoration: none;
}

.h-card:hover {
    border: 2px solid #e0e0e0;
}

.row-cols-1 .subeName {
    font-family: "ubuntu-medium" !important;
    margin-right: auto;
}

.row-cols-1 .address {
    margin-right: auto;
}

.row-cols-1 .phone-faks {
    width: 100%;
    justify-content: start;
    gap: 16px;
    display: flex;
    font-family: "ubuntu-medium" !important;
}

.row-cols-1 .btns {
    width: 100%;
    justify-content: start;
    gap: 16px;
    display: flex;
    font-family: "ubuntu-medium" !important;
}

    .row-cols-1 .btns .btn-filled {
        padding: 7px 12px;
    }

.row {
    --bs-gutter-y: 24px !important;
}
