.service-title-mobile { display: none; }

.service-copy-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.service-copy-row > a,
.service-copy-row > .service-copy-value {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-page .team_area_info .alxh2 {
    padding-left: 14px;
    border-left: 3px solid #19d065;
    background: transparent;
}

.service-page .snippet-clipboard pre.notranslate {
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(25, 208, 101, .65) rgba(255, 255, 255, .05);
}

.service-page .snippet-clipboard pre.notranslate::-webkit-scrollbar { height: 7px; }
.service-page .snippet-clipboard pre.notranslate::-webkit-scrollbar-track {
    border-radius: 8px;
    background: rgba(255, 255, 255, .05);
}
.service-page .snippet-clipboard pre.notranslate::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: rgba(25, 208, 101, .65);
}
.service-page .snippet-clipboard pre.notranslate::-webkit-scrollbar-thumb:hover {
    background: #19d065;
}

.service-inline-copy {
    display: inline-flex;
    width: 30px;
    height: 30px;
    padding: 0;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 7px;
    background: #1b2438;
    color: #aebbc6;
    cursor: pointer;
    transition: border-color .15s ease, color .15s ease, background .15s ease;
}

.service-inline-copy:hover,
.service-inline-copy.is-copied {
    border-color: #19d065;
    background: rgba(25, 208, 101, .1);
    color: #19d065;
}

.service-inline-copy svg { display: block; }
.service-inline-copy path { fill: currentColor; }

@media (max-width: 767px) {
    .service-page {
        overflow: hidden;
        background: #0b1024;
        color: #dfe5ec;
    }

    .service-page > br { display: none; }

    .service-page > .team_area {
        padding: 104px 0 45px !important;
        background: #0b1024;
    }

    .service-page .container {
        width: 100%;
        max-width: 100%;
        padding-right: 18px;
        padding-left: 18px;
    }

    .service-page .container .container {
        padding-right: 0;
        padding-left: 0;
    }

    .service-page > .team_area > .container > .row,
    .service-page > .team_area > .container > .row > .container > .row {
        margin-right: 0;
        margin-left: 0;
    }

    .service-page > .team_area > .container > .row > [class*="col-"],
    .service-page > .team_area > .container > .row > .container {
        padding-right: 0;
        padding-left: 0;
    }

    .service-page .section_title {
        margin-bottom: 26px !important;
    }

    .service-page .section_title h3 {
        margin: 0 0 18px;
        color: #fff;
        font-size: 30px;
        font-weight: 650;
        line-height: 1.15;
        letter-spacing: -.025em;
    }

    .service-page .section_title img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: none;
        margin: 0 auto;
        object-fit: contain;
    }

    .service-page .team_area_info > h3:first-child {
        display: flex;
        margin: 0 0 14px;
        align-items: center;
        gap: 10px;
        color: #fff;
        font-size: 20px;
    }

    .service-page .team_area_info > h3:first-child::before {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #19d065;
        box-shadow: 0 0 12px rgba(25, 208, 101, .55);
        content: "";
    }

    .service-page .team_area_info > ul:first-of-type {
        display: grid;
        margin: 0;
        padding: 0;
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .service-page .team_area_info > ul:first-of-type li {
        display: grid;
        min-width: 0;
        margin: 0;
        padding: 10px 12px;
        grid-template-columns: minmax(78px, auto) minmax(0, 1fr);
        align-items: center;
        gap: 9px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .07);
        border-radius: 9px;
        background: #141b2e;
        list-style: none;
    }

    .service-page .team_area_info > ul:first-of-type li code {
        justify-self: start;
        color: #b4c0ca;
        font-size: 10px;
        white-space: nowrap;
    }

    .service-page .team_area_info > ul:first-of-type li a {
        min-width: 0;
        overflow: hidden;
        color: #58a6ff;
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .service-page .team_area_info .tab_switch_box {
        display: grid;
        margin: 34px 0 24px;
        padding: 4px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px;
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 11px;
        background: #11182a;
    }

    .service-page .team_area_info .tab_switch {
        min-height: 42px;
        margin: 0;
        border: 0;
        border-radius: 8px;
        color: #8998a5;
        font-size: 13px;
    }

    .service-page .team_area_info .tab_switch.active {
        background: rgba(25, 208, 101, .11);
        color: #19d065;
    }

    .service-page .team_area_info .tab_switch.active::before { display: none; }

    .service-page .tab_content > h2:first-child {
        margin: 4px 0 16px;
        color: #fff;
        font-size: 25px;
        line-height: 1.2;
    }

    .service-page .team_area_info .anchor_box {
        display: flex;
        margin: 0 0 34px;
        padding: 0;
        flex-wrap: nowrap;
        gap: 9px 18px;
        overflow: visible;
    }

    .service-page .team_area_info .anchor_box a[hidden] { display: none !important; }

    .service-page .team_area_info .anchor_box a {
        display: inline;
        min-height: 0;
        margin: 0;
        padding: 0;
        flex: 0 0 auto;
        border: 0;
        border-bottom: 1px dashed #19d065;
        border-radius: 0;
        background: transparent;
        color: #19d065;
        font-size: 13px;
        line-height: 1.7;
        white-space: nowrap;
    }

    .service-page .team_area_info .alxh2 {
        position: relative;
        margin: 42px 0 18px;
        padding: 13px 14px;
        border-left: 3px solid #19d065;
        border-radius: 0 9px 9px 0;
        background: transparent;
        color: #f4f7f9;
        font-size: 21px;
        line-height: 1.3;
        scroll-margin-top: 85px;
    }

    .service-page .team_area_info h3 {
        margin: 25px 0 11px;
        color: #dfe5ec;
        font-size: 15px;
        line-height: 1.45;
    }

    .service-page .team_area_info ul {
        margin: 0 0 18px;
        padding-left: 19px;
    }

    .service-page .team_area_info ul li {
        margin: 7px 0;
        color: #b8c4ce;
        font-size: 13px;
        line-height: 1.55;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .service-page .team_area_info ul li a { overflow-wrap: anywhere; }

    .service-page .team_area_info ul li.service-copy-row {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) 34px;
        align-items: center;
        gap: 8px;
        list-style-position: outside;
    }

    .service-page .service-copy-row > a,
    .service-page .service-copy-row > .service-copy-value {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .service-page .service-inline-copy {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .service-page .service-title-desktop { display: none; }
    .service-page .service-title-mobile { display: inline; }

    .service-page .snippet-clipboard {
        width: 100%;
        margin: 0 0 16px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 10px;
        background: #11182a;
        box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
    }

    .service-page .snippet-clipboard pre.notranslate {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 15px 14px 17px;
        overflow-x: auto;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #dce4ea;
        font-size: 11px;
        line-height: 1.65;
        white-space: pre;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(25, 208, 101, .35) transparent;
    }

    .service-page .snippet-clipboard pre.notranslate code {
        font: inherit;
        white-space: inherit;
    }

    .service-page .ClipboardButton {
        top: 4px;
        right: 4px;
        width: 36px;
        height: 36px;
        margin: 0;
        opacity: .78;
        border-color: rgba(255, 255, 255, .12);
        background: #1a2337;
    }

    .service-page mark {
        border-radius: 3px;
        background: rgba(25, 208, 101, .12);
        color: #52e68f;
    }
}
