#tlmb-tech-stack-section {
    margin: clamp(56px, 8vw, 112px) auto;
    padding: 0 24px;
}

#tlmb-tech-stack-section .tlmb-tech-stack__shell {
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(28px, 4vw, 44px) clamp(18px, 3.6vw, 34px) clamp(26px, 4.2vw, 46px);
    border: 1px solid #e2e8f0 !important;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    box-shadow: 0 22px 62px rgba(15, 23, 42, 0.08);
}

#tlmb-tech-stack-section .tlmb-tech-stack__header {
    text-align: center;
}

#tlmb-tech-stack-section .tlmb-tech-stack__title {
    margin: 0 !important;
    color: #0f172a !important;
    font-family: "Onest", sans-serif !important;
    font-size: clamp(30px, 4.1vw, 46px) !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.025em;
}

#tlmb-tech-stack-section .tlmb-tech-stack__subtitle {
    margin: 12px auto 0 !important;
    max-width: 760px;
    color: #475569 !important;
    font-family: "Inter Tight", sans-serif !important;
    font-size: clamp(15px, 1.9vw, 20px) !important;
    line-height: 1.4 !important;
}

#tlmb-tech-stack-section .tlmb-tech-stack__tabs {
    margin: clamp(22px, 3vw, 32px) auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#tlmb-tech-stack-section .tlmb-tech-stack__tab {
    appearance: none;
    border: 1px solid #d0d8e4 !important;
    background: #f1f5f9 !important;
    color: #0f172a !important;
    border-radius: 999px !important;
    padding: 9px 15px;
    font-family: "Onest", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

#tlmb-tech-stack-section .tlmb-tech-stack__tab:hover,
#tlmb-tech-stack-section .tlmb-tech-stack__tab:focus-visible {
    border-color: #94a3b8 !important;
    background: #e7edf7 !important;
    transform: translateY(-1px);
    outline: none;
}

#tlmb-tech-stack-section .tlmb-tech-stack__tab.is-active {
    background: #0f172a !important;
    border-color: #0f172a !important;
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.28);
    transform: translateY(-1px);
}

#tlmb-tech-stack-section .tlmb-tech-stack__grid {
    margin-top: clamp(24px, 3vw, 34px);
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: clamp(14px, 1.6vw, 18px);
}

#tlmb-tech-stack-section .tlmb-tech-card {
    border: 1px solid #dbe4ef !important;
    border-radius: 20px;
    padding: 14px 10px 12px;
    min-height: 126px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #ffffff !important;
    transition: opacity 0.26s ease, transform 0.26s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

#tlmb-tech-stack-section .tlmb-tech-card:hover {
    transform: translateY(-2px);
    border-color: #93c5fd !important;
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.14);
}

#tlmb-tech-stack-section .tlmb-tech-card.is-muted {
    opacity: 0.28;
    transform: none;
}

#tlmb-tech-stack-section .tlmb-tech-card.is-mobile-hidden {
    display: none !important;
}

#tlmb-tech-stack-section.is-filtered .tlmb-tech-card.is-match {
    opacity: 1;
    border-color: #0f172a !important;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
    transform: translateY(-3px);
    background: #ffffff !important;
}

#tlmb-tech-stack-section.is-filtered .tlmb-tech-card.is-match .tlmb-tech-card__icon {
    border-color: #1d4ed8;
    background: #eff6ff;
}

#tlmb-tech-stack-section.is-filtered .tlmb-tech-card.is-match .tlmb-tech-card__label {
    color: #0b1220 !important;
    font-weight: 700 !important;
}

#tlmb-tech-stack-section.is-filtered .tlmb-tech-card.is-muted {
    opacity: 0.16;
    filter: grayscale(0.18);
}

#tlmb-tech-stack-section .tlmb-tech-card__icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#tlmb-tech-stack-section .tlmb-tech-card__img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
}

#tlmb-tech-stack-section .tlmb-tech-card__icon--invert .tlmb-tech-card__img {
    filter: invert(1);
}

#tlmb-tech-stack-section .tlmb-tech-card__initials {
    display: none;
    color: #0f172a;
    font-family: "Onest", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

#tlmb-tech-stack-section .tlmb-tech-card__icon.is-fallback .tlmb-tech-card__img {
    display: none;
}

#tlmb-tech-stack-section .tlmb-tech-card__icon.is-fallback .tlmb-tech-card__initials {
    display: inline-flex;
}

#tlmb-tech-stack-section .tlmb-tech-card__label {
    margin: 0 !important;
    text-align: center;
    color: #0f172a !important;
    font-family: "Inter Tight", sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}

#tlmb-tech-stack-section .tlmb-tech-stack__more {
    margin: 10px auto 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbd5e1 !important;
    border-radius: 999px !important;
    background: #f8fafc !important;
    color: #0f172a !important;
    font-family: "Onest", sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1;
    padding: 7px 13px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

#tlmb-tech-stack-section .tlmb-tech-stack__more:hover,
#tlmb-tech-stack-section .tlmb-tech-stack__more:focus-visible {
    background: #eff6ff !important;
    border-color: #93c5fd !important;
    color: #1e3a8a !important;
    outline: none;
}

@media (max-width: 1220px) {
    #tlmb-tech-stack-section .tlmb-tech-stack__grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    #tlmb-tech-stack-section {
        padding: 0 16px;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__shell {
        border-radius: 24px;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    #tlmb-tech-stack-section {
        margin: clamp(20px, 5.5vw, 44px) auto;
        padding: 0 10px;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__shell {
        padding: 14px 10px 12px;
        border-radius: 16px;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__title {
        font-size: clamp(20px, 5.4vw, 26px) !important;
        line-height: 1.08 !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__subtitle {
        margin-top: 5px !important;
        font-size: clamp(12px, 2.8vw, 13px) !important;
        line-height: 1.25 !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__tabs {
        margin-top: 8px;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        gap: 5px;
        padding-bottom: 0;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__tabs::-webkit-scrollbar {
        display: none;
        height: 0;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__tab {
        padding: 5px 9px;
        font-size: 11px !important;
        min-height: 28px;
        white-space: nowrap;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__grid {
        margin-top: 10px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
    }

    #tlmb-tech-stack-section .tlmb-tech-card {
        min-height: 84px;
        border-radius: 12px;
        padding: 8px 4px 6px;
        gap: 6px;
    }

    #tlmb-tech-stack-section .tlmb-tech-card__icon {
        width: 32px;
        height: 32px;
        border-radius: 10px;
    }

    #tlmb-tech-stack-section .tlmb-tech-card__img {
        width: 18px;
        height: 18px;
    }

    #tlmb-tech-stack-section .tlmb-tech-card__label {
        font-size: 10px !important;
        line-height: 1.12 !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
    }
}

@media (max-width: 560px) {
    #tlmb-tech-stack-section {
        margin: clamp(12px, 4.6vw, 24px) auto;
        padding: 0 8px;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__shell {
        padding: 10px 8px 10px;
        border-radius: 12px;
        box-shadow: 0 7px 16px rgba(15, 23, 42, 0.07);
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__title {
        font-size: clamp(17px, 5.6vw, 20px) !important;
        line-height: 1.05 !important;
        letter-spacing: -0.015em;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__subtitle {
        display: none;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__tabs {
        margin-top: 7px;
        gap: 4px;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__tab {
        padding: 4px 8px;
        font-size: 10px !important;
        min-height: 24px;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__more {
        margin-top: 8px;
        font-size: 10px !important;
        padding: 5px 10px;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__grid {
        margin-top: 8px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
    }

    #tlmb-tech-stack-section .tlmb-tech-card {
        min-height: 72px;
        border-radius: 10px;
        padding: 6px 2px 5px;
        gap: 4px;
    }

    #tlmb-tech-stack-section .tlmb-tech-card__icon {
        width: 28px;
        height: 28px;
        border-radius: 8px;
    }

    #tlmb-tech-stack-section .tlmb-tech-card__img {
        width: 16px;
        height: 16px;
    }

    #tlmb-tech-stack-section .tlmb-tech-card__initials {
        font-size: 8.5px;
    }

    #tlmb-tech-stack-section .tlmb-tech-card__label {
        font-size: 9px !important;
        line-height: 1.06 !important;
    }

    #tlmb-tech-stack-section.is-filtered .tlmb-tech-card.is-match {
        transform: none;
        box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12);
    }

    #tlmb-tech-stack-section.is-filtered .tlmb-tech-card.is-muted {
        opacity: 0.28;
    }
}

@media (max-width: 380px) {
    #tlmb-tech-stack-section {
        padding: 0 7px;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__shell {
        padding: 8px 7px;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__title {
        font-size: 16px !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__tab {
        padding: 3px 7px;
        font-size: 9.5px !important;
        min-height: 22px;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__more {
        font-size: 9px !important;
        padding: 4px 8px;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__grid {
        gap: 5px;
    }

    #tlmb-tech-stack-section .tlmb-tech-card {
        min-height: 66px;
        padding: 5px 2px;
        gap: 3px;
    }

    #tlmb-tech-stack-section .tlmb-tech-card__icon {
        width: 24px;
        height: 24px;
    }

    #tlmb-tech-stack-section .tlmb-tech-card__img {
        width: 14px;
        height: 14px;
    }

    #tlmb-tech-stack-section .tlmb-tech-card__label {
        font-size: 8.5px !important;
    }
}

/* Refined layout aligned to TerabitLab visual language */
#tlmb-tech-stack-section {
    --tlmb-ts-bg: #e7ecf2;
    --tlmb-ts-surface-top: #f8fbff;
    --tlmb-ts-surface-bottom: #edf2fb;
    --tlmb-ts-ink: #1a1f36;
    --tlmb-ts-muted: #5f6879;
    --tlmb-ts-accent: #6366f1;
    --tlmb-ts-line: rgba(26, 31, 54, 0.15);
    --tlmb-ts-line-soft: rgba(26, 31, 54, 0.08);
    --tlmb-ts-card-hover: rgba(255, 255, 255, 0.74);
    margin: clamp(52px, 7vw, 108px) auto !important;
    padding: 0 24px !important;
}

#tlmb-tech-stack-section .tlmb-tech-stack__shell {
    position: relative;
    overflow: hidden;
    max-width: 1220px;
    margin: 0 auto;
    padding: clamp(30px, 4.1vw, 50px) clamp(20px, 3.8vw, 56px) clamp(30px, 4.1vw, 50px) !important;
    border: 1px solid var(--tlmb-ts-line-soft) !important;
    border-radius: clamp(22px, 2.8vw, 34px) !important;
    background: linear-gradient(180deg, var(--tlmb-ts-surface-top) 0%, var(--tlmb-ts-surface-bottom) 100%) !important;
    box-shadow: 0 24px 54px rgba(26, 31, 54, 0.1) !important;
}

#tlmb-tech-stack-section .tlmb-tech-stack__shell::before,
#tlmb-tech-stack-section .tlmb-tech-stack__shell::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

#tlmb-tech-stack-section .tlmb-tech-stack__shell::before {
    top: -130px;
    right: -92px;
    width: 310px;
    height: 310px;
    border-radius: 999px;
    background: radial-gradient(circle at center, rgba(99, 102, 241, 0.2) 0%, rgba(99, 102, 241, 0) 72%);
}

#tlmb-tech-stack-section .tlmb-tech-stack__shell::after {
    left: -120px;
    bottom: -170px;
    width: 360px;
    height: 360px;
    border-radius: 999px;
    background: radial-gradient(circle at center, rgba(26, 31, 54, 0.09) 0%, rgba(26, 31, 54, 0) 74%);
}

#tlmb-tech-stack-section .tlmb-tech-stack__header {
    position: relative;
    z-index: 1;
    text-align: left !important;
}

#tlmb-tech-stack-section .tlmb-tech-stack__eyebrow {
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--tlmb-ts-ink) !important;
    font-family: "Bai Jamjuree", sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0.02em;
    opacity: 0.9;
}

#tlmb-tech-stack-section .tlmb-tech-stack__eyebrow-line {
    width: 66px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #6366f1 0%, #818cf8 100%);
}

#tlmb-tech-stack-section .tlmb-tech-stack__title {
    margin: 14px 0 0 !important;
    max-width: 11ch;
    color: var(--tlmb-ts-ink) !important;
    font-family: "Onest", sans-serif !important;
    font-size: clamp(40px, 6vw, 66px) !important;
    font-weight: 700 !important;
    line-height: 0.96 !important;
    letter-spacing: -0.03em;
    text-transform: lowercase;
}

#tlmb-tech-stack-section .tlmb-tech-stack__subtitle {
    margin: 15px 0 0 !important;
    max-width: 640px;
    color: var(--tlmb-ts-muted) !important;
    font-family: "Inter Tight", sans-serif !important;
    font-size: clamp(15px, 1.5vw, 20px) !important;
    line-height: 1.45 !important;
}

#tlmb-tech-stack-section .tlmb-tech-stack__tabs {
    display: none !important;
}

#tlmb-tech-stack-section .tlmb-tech-stack__grid {
    position: relative;
    z-index: 1;
    margin-top: clamp(26px, 3vw, 38px) !important;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    column-gap: clamp(14px, 1.8vw, 22px);
    row-gap: clamp(18px, 2.2vw, 30px);
}

#tlmb-tech-stack-section .tlmb-tech-card {
    min-height: 150px !important;
    padding: 8px 8px 10px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 14px !important;
    border: 1px solid transparent !important;
    border-radius: 20px !important;
    background: transparent !important;
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

#tlmb-tech-stack-section .tlmb-tech-card:hover {
    transform: translateY(-2px);
    border-color: var(--tlmb-ts-line-soft) !important;
    background: var(--tlmb-ts-card-hover) !important;
    box-shadow: none !important;
}

#tlmb-tech-stack-section .tlmb-tech-card.is-mobile-hidden {
    display: none !important;
}

#tlmb-tech-stack-section .tlmb-tech-card.is-muted {
    opacity: 0.24;
    filter: grayscale(0.2) saturate(0.58);
}

#tlmb-tech-stack-section.is-filtered .tlmb-tech-card.is-match {
    opacity: 1;
    border-color: rgba(99, 102, 241, 0.3) !important;
    background: rgba(255, 255, 255, 0.88) !important;
    box-shadow: 0 12px 30px rgba(99, 102, 241, 0.12) !important;
}

#tlmb-tech-stack-section .tlmb-tech-card__icon {
    width: 72px !important;
    height: 72px !important;
    border-radius: 22px !important;
    border: 1px solid var(--tlmb-ts-line-soft) !important;
    background: #ffffff !important;
    box-shadow: 0 10px 22px rgba(26, 31, 54, 0.09);
}

#tlmb-tech-stack-section .tlmb-tech-card__img {
    width: 46px !important;
    height: 46px !important;
}

#tlmb-tech-stack-section .tlmb-tech-card__initials {
    color: var(--tlmb-ts-ink) !important;
    font-family: "Onest", sans-serif !important;
    font-size: 18px;
    font-weight: 700;
}

#tlmb-tech-stack-section .tlmb-tech-card__label {
    margin: 0 !important;
    max-width: 15ch;
    text-align: center;
    color: var(--tlmb-ts-ink) !important;
    font-family: "Onest", sans-serif !important;
    font-size: clamp(12px, 1.1vw, 17px) !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.01em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

#tlmb-tech-stack-section .tlmb-tech-stack__more {
    margin: 16px auto 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tlmb-ts-line) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.85) !important;
    color: var(--tlmb-ts-ink) !important;
    font-family: "Onest", sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1;
    padding: 8px 14px;
}

#tlmb-tech-stack-section .tlmb-tech-stack__more:hover,
#tlmb-tech-stack-section .tlmb-tech-stack__more:focus-visible {
    border-color: rgba(99, 102, 241, 0.38) !important;
    background: #ffffff !important;
    color: var(--tlmb-ts-accent) !important;
    outline: none;
}

@media (max-width: 1280px) {
    #tlmb-tech-stack-section .tlmb-tech-stack__grid {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 1024px) {
    #tlmb-tech-stack-section {
        padding: 0 14px !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__shell {
        border-radius: 24px !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 820px) {
    #tlmb-tech-stack-section {
        margin: clamp(22px, 6vw, 42px) auto !important;
        padding: 0 10px !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__shell {
        padding: 20px 14px 16px !important;
        border-radius: 18px !important;
        box-shadow: 0 16px 34px rgba(26, 31, 54, 0.09) !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__shell::before,
    #tlmb-tech-stack-section .tlmb-tech-stack__shell::after {
        display: none;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__eyebrow {
        font-size: 13px !important;
        gap: 10px;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__eyebrow-line {
        width: 46px;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__title {
        margin-top: 10px !important;
        font-size: clamp(34px, 12vw, 46px) !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__subtitle {
        display: none !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__grid {
        margin-top: 18px !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 14px 10px !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-card {
        min-height: 126px !important;
        border-radius: 14px !important;
        padding: 6px 3px 8px !important;
        gap: 10px !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-card__icon {
        width: 56px !important;
        height: 56px !important;
        border-radius: 17px !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-card__img {
        width: 34px !important;
        height: 34px !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-card__label {
        font-size: 12px !important;
        line-height: 1.14 !important;
    }
}

@media (max-width: 560px) {
    #tlmb-tech-stack-section {
        margin: clamp(16px, 5vw, 30px) auto !important;
        padding: 0 8px !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__shell {
        padding: 16px 12px 14px !important;
        border-radius: 15px !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__eyebrow {
        font-size: 12px !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__title {
        font-size: clamp(30px, 11vw, 40px) !important;
        max-width: 9ch;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__grid {
        gap: 11px 8px !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-card {
        min-height: 112px !important;
        gap: 8px !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-card__icon {
        width: 50px !important;
        height: 50px !important;
        border-radius: 15px !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-card__img {
        width: 30px !important;
        height: 30px !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-card__label {
        font-size: 11px !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-stack__more {
        margin-top: 12px !important;
        font-size: 11px !important;
        padding: 7px 12px;
    }
}

@media (max-width: 380px) {
    #tlmb-tech-stack-section .tlmb-tech-stack__title {
        font-size: clamp(27px, 10vw, 34px) !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-card {
        min-height: 102px !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-card__icon {
        width: 44px !important;
        height: 44px !important;
        border-radius: 13px !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-card__img {
        width: 27px !important;
        height: 27px !important;
    }

    #tlmb-tech-stack-section .tlmb-tech-card__label {
        font-size: 10px !important;
    }
}
