.seo-home-links{
    max-width:1180px;
    margin:28px auto 90px;
    padding:0 16px;
    direction:rtl;
}

.seo-home-links__box{
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:18px;
    padding:22px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.seo-home-links h2{
    margin:0 0 8px;
    font-size:21px;
    line-height:1.6;
}

.seo-home-links p{
    margin:0 0 18px;
    line-height:1.9;
    font-size:14px;
}

.seo-home-links__group{
    margin-top:18px;
}

.seo-home-links__group h3{
    margin:0 0 10px;
    font-size:16px;
}

.seo-home-links__grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:10px;
}

.seo-home-links__grid a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:9px 11px;
    border:1px solid rgba(0,0,0,.08);
    border-radius:12px;
    text-decoration:none;
    color:inherit;
    background:#fafafa;
    font-size:13px;
    text-align:center;
}

.seo-home-links__grid a:hover{
    background:#f3f3f3;
}

.seo-route-page{
    max-width:980px;
    margin:0 auto 100px;
    padding:20px 16px;
    direction:rtl;
}

.seo-route-card{
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:18px;
    padding:22px;
    margin:14px 0;
    line-height:2;
}

.seo-route-card h2,
.seo-route-card h3{
    line-height:1.6;
}

.seo-route-links{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.seo-route-links a{
    text-decoration:none;
    border:1px solid rgba(0,0,0,.08);
    padding:8px 12px;
    border-radius:10px;
    color:inherit;
}

@media (max-width:800px){
    .seo-home-links{
        margin-bottom:96px;
    }

    .seo-home-links__grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .seo-home-links__box,
    .seo-route-card{
        padding:17px;
    }
}

@media (max-width:430px){
    .seo-home-links__grid{
        grid-template-columns:1fr 1fr;
        gap:8px;
    }

    .seo-home-links__grid a{
        min-height:48px;
        font-size:12px;
    }
}

/* SAITBUSMAP_MORE_MENU_STYLE_BEGIN */

.bottom-nav-more {
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    padding: 0;
    margin: 0;
    cursor: pointer;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bottom-nav-more img {
    display: block;
}

body.more-menu-open {
    overflow: hidden;
}

.more-menu-overlay[hidden],
.more-menu-sheet[hidden] {
    display: none !important;
}

.more-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 9998;

    background: rgba(0,0,0,.42);

    opacity: 0;
    transition: opacity .22s ease;
}

.more-menu-overlay.is-open {
    opacity: 1;
}

.more-menu-sheet {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;

    z-index: 9999;

    width: 100%;
    max-width: 600px;
    max-height: 78vh;

    margin: auto;

    padding:
        8px 18px
        calc(24px + env(safe-area-inset-bottom));

    overflow-y: auto;

    direction: rtl;

    background: #fff;
    border-radius: 24px 24px 0 0;

    box-shadow: 0 -12px 40px rgba(0,0,0,.18);

    transform: translateY(105%);
    transition: transform .22s ease;
}

.more-menu-sheet.is-open {
    transform: translateY(0);
}

.more-menu-handle {
    width: 42px;
    height: 4px;
    margin: 3px auto 14px;

    background: #d7d7d7;
    border-radius: 20px;
}

.more-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 20px;
}

.more-menu-header h2 {
    margin: 0;
    font-size: 20px;
}

.more-menu-close {
    width: 38px;
    height: 38px;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: #f2f2f2;

    font-size: 25px;
    line-height: 38px;

    cursor: pointer;
}

.more-menu-group + .more-menu-group {
    margin-top: 24px;
}

.more-menu-group h3 {
    margin: 0 0 12px;
    font-size: 16px;
}

.more-menu-links {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 9px;
}

.more-menu-links a {
    min-height: 46px;

    display: flex;
    align-items: center;

    padding: 10px 12px;

    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;

    background: #fafafa;

    color: inherit;
    text-decoration: none;

    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 380px) {
    .more-menu-links {
        grid-template-columns: 1fr;
    }
}

/* SAITBUSMAP_MORE_MENU_STYLE_END */

