﻿@charset "utf-8";

.tk-renewal {
    --tk-navy: #050505;
    --tk-navy-2: #000;
    --tk-ink: #101010;
    --tk-muted: #2b2b2b;
    --tk-line: rgba(0, 0, 0, .14);
    --tk-gold: #f4c400;
    --tk-gold-2: #ffe352;
    --tk-bg: #fff;
    --tk-red: #e11d2e;
    --tk-white: #fff;
    overflow: hidden;
    color: var(--tk-ink);
    background: #fff;
    font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
    letter-spacing: 0;
    word-break: keep-all;
}

.tk-renewal * { box-sizing: border-box; }
.tk-renewal a { text-decoration: none; }
.tk-renewal p { line-height: 1.85; }

.tk-hero {
    position: relative;
    padding: 118px 20px 48px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .96), rgba(0, 0, 0, .82) 50%, rgba(0, 0, 0, .38)),
        url("../main_banner/main_img02.jpg") center / cover no-repeat;
}

.tk-hero:after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 46px;
    background: linear-gradient(180deg, rgba(255,255,255,0), #fff);
}

.tk-hero__inner,
.tk-proof__inner,
.tk-section,
.tk-cta__inner {
    position: relative;
    z-index: 1;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.tk-hero__inner {
    display: grid;
    gap: 28px;
}

.tk-eyebrow {
    margin: 0 0 12px;
    color: var(--tk-gold-2);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 850;
    letter-spacing: .12em;
}

.tk-hero h1 {
    margin: 0;
    color: #fff;
    font-size: 38px;
    line-height: 1.12;
    font-weight: 900;
}

.tk-hero__copy {
    max-width: 680px;
    margin: 18px 0 0;
    color: rgba(255,255,255,.82);
    font-size: 17px;
    line-height: 1.72;
}

.tk-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.tk-hero__chips span {
    padding: 9px 12px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    color: rgba(255,255,255,.9);
    background: rgba(255,255,255,.08);
    font-size: 13px;
    font-weight: 750;
}

.tk-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.tk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 850;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.tk-btn--gold {
    color: #000;
    background: linear-gradient(135deg, var(--tk-gold-2), var(--tk-gold));
    box-shadow: 0 16px 40px rgba(0,0,0,.25);
}

.tk-btn--ghost {
    color: #fff;
    border: 1px solid rgba(255,255,255,.32);
    background: rgba(255,255,255,.08);
}

.tk-appeal {
    background: #050505;
    color: #fff;
}

.tk-appeal__inner {
    display: grid;
    gap: 24px;
    width: min(1180px, 100%);
    margin: 0 auto;
}

.tk-appeal h2 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 900;
}

.tk-appeal p:not(.tk-eyebrow) {
    margin: 16px 0 0;
    color: rgba(255,255,255,.74);
    font-size: 16px;
    line-height: 1.95;
    word-break: keep-all;
}

.tk-renewal u {
    text-decoration-color: var(--tk-red);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.tk-stat-card {
    padding: 28px;
    border: 1px solid rgba(255,227,82,.45);
    border-radius: 12px;
    background: #000;
}

.tk-stat-card strong {
    display: block;
    color: var(--tk-gold-2);
    font-size: 58px;
    line-height: 1;
    font-weight: 950;
}

.tk-stat-card span {
    display: block;
    margin-top: 12px;
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 800;
}

.tk-hero-panel {
    max-width: 430px;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 10px;
    background: rgba(255,255,255,.94);
    color: var(--tk-ink);
    box-shadow: 0 20px 60px rgba(0,0,0,.28);
}

.tk-hero-panel strong {
    display: block;
    color: var(--tk-navy);
    font-size: 20px;
    line-height: 1.35;
}

.tk-hero-panel p {
    margin: 12px 0;
    color: #000;
    font-size: 15px;
    line-height: 1.9;
    word-break: keep-all;
}

.tk-hero-panel mark {
    display: block;
    padding: 12px;
    color: #000;
    background: var(--tk-gold-2);
    font-size: 15px;
    line-height: 1.65;
    font-weight: 850;
}

.tk-proof {
    padding: 20px;
    background: #fff;
}

.tk-founder-letter {
    padding: 76px 20px;
    color: #fff;
    background: #000;
}

.tk-founder-letter__inner {
    width: min(980px, 100%);
    margin: 0 auto;
}

.tk-founder-letter .tk-eyebrow {
    color: var(--tk-gold);
}

.tk-founder-letter h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 5vw, 54px);
    line-height: 1.28;
    font-weight: 950;
    letter-spacing: 0;
}

.tk-founder-letter__body {
    max-width: 680px;
    margin-top: 42px;
}

.tk-founder-letter__body p {
    margin: 0;
    color: rgba(255,255,255,.9);
    font-size: 17px;
    line-height: 2.15;
}

.tk-founder-letter__body p + p {
    margin-top: 34px;
}

.tk-founder-letter__body u {
    color: var(--tk-gold);
    font-weight: 900;
    text-decoration-color: var(--tk-red);
}

.tk-founder-letter__promise {
    display: grid;
    gap: 12px;
    margin: 34px 0;
    padding: 24px;
    border-left: 4px solid var(--tk-red);
    background: #101010;
}

.tk-founder-letter__promise strong {
    display: block;
    margin-bottom: 4px;
    color: var(--tk-gold);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 950;
}

.tk-founder-letter__promise span {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
}

.tk-founder-letter__promise span:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--tk-gold);
    vertical-align: middle;
}

.tk-founder-letter__sign {
    padding-top: 6px;
    color: #fff !important;
}

.tk-founder-letter__sign b {
    display: inline-block;
    margin-top: 10px;
    color: var(--tk-gold);
    font-size: 22px;
    letter-spacing: .12em;
}

.tk-proof__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--tk-line);
    border-radius: 10px;
    background: var(--tk-line);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .08);
}

.tk-proof__inner div {
    padding: 22px 16px;
    background: #fff;
}

.tk-proof b {
    display: block;
    color: var(--tk-navy);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
}

.tk-proof span {
    display: block;
    margin-top: 6px;
    color: var(--tk-muted);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 700;
}

.tk-section {
    padding: 70px 20px;
}

.tk-section__head {
    max-width: 760px;
    margin-bottom: 28px;
}

.tk-section__head--wide {
    max-width: 980px;
}

.tk-section__head h2,
.tk-cta h2 {
    margin: 0;
    color: var(--tk-navy);
    font-size: 28px;
    line-height: 1.34;
    font-weight: 900;
}

.tk-section__head p:not(.tk-eyebrow) {
    margin: 14px 0 0;
    color: var(--tk-muted);
    font-size: 15px;
    line-height: 1.72;
}

.tk-text-link {
    color: var(--tk-navy);
    border-bottom: 1px solid var(--tk-gold);
    font-weight: 900;
}

.tk-cases,
.tk-documents,
.tk-reservations,
.tk-press,
.tk-reviews {
    background: var(--tk-bg);
}

.tk-case-ticker {
    position: relative;
    overflow: hidden;
    padding: 12px 0;
    border-top: 1px solid var(--tk-line);
    border-bottom: 1px solid var(--tk-line);
}

.tk-case-track {
    display: flex;
    width: max-content;
    gap: 10px;
    animation: tkTicker 46s linear infinite;
}

.tk-reservations {
    color: #fff;
    background: #000;
}

.tk-reservations .tk-section__head h2 {
    color: #fff;
}

.tk-reservations .tk-section__head p {
    color: rgba(255,255,255,.82);
}

.tk-reservation-board {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 18px;
    margin-top: 30px;
}

.tk-reservation-panel {
    overflow: hidden;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    background: linear-gradient(180deg, #1a1a1a, #080808);
    box-shadow: 0 20px 60px rgba(0,0,0,.32);
}

.tk-reservation-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
}

.tk-reservation-panel h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 950;
}

.tk-reservation-panel__head span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    border-radius: 999px;
    color: #000;
    background: var(--tk-gold);
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
}

.tk-reservation-table {
    display: grid;
    gap: 8px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    background: rgba(255,255,255,.04);
}

.tk-reservation-row {
    display: grid;
    grid-template-columns: 1.2fr .6fr .85fr auto;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 7px;
    background: rgba(255,255,255,.055);
}

.tk-reservation-row b,
.tk-reservation-row span,
.tk-reservation-row time {
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 850;
}

.tk-reservation-row em {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 999px;
    color: #000;
    background: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 950;
    white-space: nowrap;
}

.tk-reservation-row em.is-reserved {
    background: var(--tk-gold);
}

.tk-reservation-row em.is-done {
    color: #fff;
    background: var(--tk-red);
}

.tk-reservation-panel--guide p {
    margin: 16px 0 0;
    color: rgba(255,255,255,.86);
    font-size: 16px;
    line-height: 1.85;
}

.tk-reservation-panel--guide ul {
    display: grid;
    gap: 0;
    margin: 28px 0 22px;
    padding: 0;
    list-style: none;
}

.tk-reservation-panel--guide li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.45);
    color: #fff;
}

.tk-reservation-panel--guide li span {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 800;
}

.tk-reservation-panel--guide li b {
    color: var(--tk-red);
    font-size: 14px;
    font-weight: 950;
    white-space: nowrap;
}

@media (max-width: 860px) {
    .tk-reservation-board {
        display: flex;
        grid-template-columns: none;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .tk-reservation-board::-webkit-scrollbar {
        display: none;
    }

    .tk-reservation-panel {
        flex: 0 0 min(560px, 88vw);
        scroll-snap-align: start;
    }

    .tk-reservation-row {
        grid-template-columns: 1fr .45fr;
        gap: 8px;
        padding: 12px;
    }

    .tk-reservation-row time,
    .tk-reservation-row em {
        justify-self: start;
    }
}

@media (max-width: 480px) {
    .tk-founder-letter {
        padding: 58px 20px;
    }

    .tk-founder-letter h2 {
        font-size: 34px;
        line-height: 1.32;
    }

    .tk-founder-letter__body {
        margin-top: 32px;
    }

    .tk-founder-letter__body p {
        font-size: 16px;
        line-height: 2;
    }

    .tk-founder-letter__body p + p {
        margin-top: 28px;
    }

    .tk-reservation-panel {
        padding: 18px;
    }

    .tk-reservation-panel h3 {
        font-size: 22px;
    }

    .tk-reservation-panel__head {
        align-items: flex-start;
        flex-direction: column;
    }

}

.tk-case-card {
    flex: 0 0 auto;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    border: 1px solid rgba(244,196,0,.32);
    border-radius: 6px;
    color: var(--tk-navy);
    background: #fff;
    font-size: 14px;
    font-weight: 850;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .06);
}

.tk-case-grid,
.tk-review-grid,
.tk-reservation-list,
.tk-lawyer-grid,
.tk-doc-grid,
.tk-press-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.tk-case-grid {
    margin-top: 20px;
}

.tk-case-grid a,
.tk-reservation-list article,
.tk-review-grid article,
.tk-press-list a {
    display: block;
    padding: 18px;
    border: 1px solid var(--tk-line);
    border-radius: 10px;
    color: var(--tk-navy);
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .05);
}

.tk-doc-grid {
    margin-top: 24px;
}

.tk-doc-grid article {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--tk-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(0,0,0,.08);
}

.tk-doc-grid article > span {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    transform: rotate(-8deg);
    padding: 8px 12px;
    border: 3px solid #000;
    color: #000;
    background: var(--tk-gold-2);
    font-size: 13px;
    line-height: 1;
    font-weight: 950;
}

.tk-doc-grid img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: top center;
    background: #fff;
    filter: grayscale(100%);
}

.tk-doc-grid h3 {
    margin: 18px 18px 6px;
    color: #000;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 950;
}

.tk-doc-grid p {
    margin: 0 18px 20px;
    color: #000;
    font-size: 14px;
    line-height: 1.65;
}

.tk-result-table {
    overflow: hidden;
    margin-top: 28px;
    border: 1px solid #000;
    border-radius: 12px;
    background: #fff;
}

.tk-case-summary {
    margin-top: 28px;
    padding: 22px;
    border: 2px solid #000;
    border-radius: 14px;
    background: #fff;
}

.tk-case-summary__head {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 2px solid #000;
}

.tk-case-summary__head h3 {
    margin: 0;
    color: #000;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 950;
}

.tk-case-summary__head p {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 1.6;
}

.tk-summary-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.tk-summary-grid div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px;
    border: 1px solid rgba(0,0,0,.14);
    border-left: 4px solid var(--tk-red);
    border-radius: 8px;
    background: #fff;
}

.tk-summary-grid b {
    color: #000;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 900;
}

.tk-summary-grid span {
    color: var(--tk-red);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 950;
}

.tk-table-row {
    display: grid;
    grid-template-columns: 1fr;
    border-top: 1px solid var(--tk-line);
}

.tk-table-row:first-child {
    border-top: 0;
}

.tk-table-row span {
    padding: 14px 16px;
    color: #000;
    font-size: 14px;
    line-height: 1.55;
    border-top: 1px solid rgba(0,0,0,.08);
}

.tk-table-row span:first-child {
    border-top: 0;
    font-weight: 900;
}

.tk-table-head {
    display: none;
    background: #000;
}

.tk-table-head span {
    color: #fff;
    font-weight: 900;
}

.tk-case-grid a {
    font-size: 15px;
    font-weight: 850;
}

.tk-case-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 22px;
    padding: 0 20px;
    border: 1px solid rgba(0,0,0,.18);
    border-radius: 6px;
    color: var(--tk-navy);
    background: #fff;
    font-size: 14px;
    font-weight: 850;
}

.tk-reservation-list {
    grid-template-columns: 1fr;
}

.tk-reservation-list article {
    display: grid;
    grid-template-columns: minmax(78px, auto) minmax(48px, auto) minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 58px;
}

.tk-reservation-list span {
    color: var(--tk-gold);
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.tk-reservation-list b {
    color: var(--tk-navy);
    font-size: 15px;
    white-space: nowrap;
}

.tk-reservation-list em {
    color: #000;
    font-style: normal;
    font-size: 14px;
    line-height: 1.55;
    min-width: 0;
}

.tk-lawyers {
    background: #fff;
}

.tk-press-list a {
    position: relative;
    padding-right: 42px;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 850;
}

.tk-media-proof {
    display: grid;
    gap: 18px;
    margin-bottom: 22px;
    padding: 18px;
    border: 2px solid #000;
    border-radius: 14px;
    background: #fff;
}

.tk-media-proof img {
    display: block;
    width: 100%;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 10px;
}

.tk-media-proof strong {
    display: block;
    color: #000;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 950;
}

.tk-media-proof p {
    margin: 12px 0 0;
    color: #000;
    font-size: 15px;
    line-height: 1.75;
}

.tk-press-list a:after {
    content: "↗";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-weight: 900;
}

.tk-certificates {
    margin-top: 28px;
    padding: 24px;
    border: 2px solid #000;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .08);
}

.tk-certificates__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .16);
}

.tk-certificates__head strong {
    display: block;
    color: #000;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.25;
    font-weight: 950;
    letter-spacing: 0;
}

.tk-certificates__head p {
    margin: 0;
    max-width: 360px;
    color: #000;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 800;
}

.tk-certificate-slider {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.tk-certificate-slider::-webkit-scrollbar {
    display: none;
}

.tk-certificate-slider figure {
    flex: 0 0 min(265px, 78vw);
    overflow: hidden;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .16);
    border-radius: 10px;
    background: #fff;
    scroll-snap-align: start;
}

.tk-certificate-slider img {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: contain;
    object-position: center;
    background: #fff;
}

.tk-certificate-slider figcaption {
    padding: 14px 16px;
    border-top: 2px solid #000;
    background: var(--tk-gold);
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 950;
}

.tk-lawyer-card {
    overflow: hidden;
    display: grid;
    grid-template-columns: 118px 1fr;
    min-height: 228px;
    border: 1px solid var(--tk-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(0, 0, 0, .07);
}

.tk-lawyer-card--leader {
    border-color: rgba(244,196,0,.45);
}

.tk-lawyer-card__photo {
    min-height: 100%;
    background-color: #fff;
    background-position: center top;
    background-size: cover;
}

.tk-lawyer-photo-01 { background-image: url("../inc03/img/img01.jpg"); }
.tk-lawyer-photo-02 { background-image: url("../inc03/img/img02.jpg"); }
.tk-lawyer-photo-03 { background-image: url("../inc03/img/img03.jpg"); }
.tk-lawyer-photo-04 { background-image: url("../inc03/img/img04.jpg"); }
.tk-lawyer-photo-05 { background-image: url("../inc03/img/img05.jpg"); }

.tk-lawyer-card__body {
    padding: 20px 18px;
}

.tk-badge {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--tk-navy);
    background: rgba(244,196,0,.16);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.35;
    white-space: normal;
}

.tk-lawyer-card h4 {
    margin: 12px 0 10px;
    color: var(--tk-navy);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
}

.tk-lawyer-card h4 small {
    display: block;
    margin-top: 4px;
    color: var(--tk-muted);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 750;
}

.tk-lawyer-card ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tk-lawyer-card li {
    position: relative;
    padding-left: 11px;
    color: #000;
    font-size: 13px;
    line-height: 1.58;
}

.tk-lawyer-card li:before {
    content: "";
    position: absolute;
    top: .72em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--tk-gold);
}

.tk-review-grid article span {
    color: var(--tk-gold);
    font-size: 14px;
    font-weight: 900;
}

.tk-review-grid p {
    margin: 12px 0;
    color: #000;
    font-size: 15px;
    line-height: 1.82;
}

.tk-review-grid b {
    color: var(--tk-navy);
    font-size: 13px;
}

.tk-review-proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 22px;
}

.tk-review-proof figure {
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--tk-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0,0,0,.07);
}

.tk-review-proof img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: top center;
}

.tk-cta {
    padding: 80px 20px;
    color: #fff;
    background: #000;
}

.tk-cta__inner {
    text-align: center;
}

.tk-cta h2 {
    color: #fff;
}

.tk-cta p:not(.tk-eyebrow) {
    max-width: 760px;
    margin: 18px auto 0;
    color: rgba(255,255,255,.78);
    font-size: 16px;
    line-height: 1.8;
}

.tk-cta strong {
    display: block;
    margin: 24px 0 26px;
    color: var(--tk-gold-2);
    font-size: 20px;
    line-height: 1.4;
    font-weight: 900;
}

@keyframes tkTicker {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (hover: hover) {
    .tk-btn:hover,
    .tk-case-more:hover,
    .tk-case-grid a:hover,
    .tk-case-card:hover {
        transform: translateY(-2px);
    }
    .tk-btn--ghost:hover {
        color: #000;
        background: #fff;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tk-case-track { animation: none; }
}

@media (min-width: 720px) {
    .tk-proof__inner,
    .tk-case-grid,
    .tk-review-grid,
    .tk-reservation-list,
    .tk-doc-grid,
    .tk-press-list,
    .tk-review-proof {
        grid-template-columns: repeat(4, 1fr);
    }
    .tk-doc-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .tk-press-list,
    .tk-review-proof {
        grid-template-columns: repeat(3, 1fr);
    }
    .tk-review-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .tk-reservation-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .tk-lawyer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .tk-lawyer-card {
        grid-template-columns: 136px 1fr;
    }
    .tk-table-row {
        grid-template-columns: .8fr 1.4fr 1fr;
    }
    .tk-table-head {
        display: grid;
    }
    .tk-table-row span {
        border-top: 0;
        border-left: 1px solid rgba(0,0,0,.1);
    }
    .tk-table-row span:first-child {
        border-left: 0;
    }
    .tk-summary-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .tk-hero {
        min-height: 560px;
        padding: 88px 40px 64px;
        display: flex;
        align-items: center;
    }
    .tk-hero__inner {
        grid-template-columns: minmax(0, 1fr) 410px;
        align-items: center;
        gap: 70px;
    }
    .tk-appeal__inner {
        grid-template-columns: minmax(0, 1fr) 320px;
        align-items: center;
    }
    .tk-hero h1 {
        font-size: 58px;
    }
    .tk-section {
        padding: 96px 40px;
    }
    .tk-section__head h2,
    .tk-cta h2 {
        font-size: 40px;
    }
    .tk-lawyer-grid {
        grid-template-columns: repeat(5, 1fr);
        align-items: stretch;
    }
    .tk-lawyer-card {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .tk-lawyer-card__photo {
        height: 220px;
        min-height: 220px;
    }
    .tk-lawyer-card__body {
        padding: 20px;
    }
    .tk-lawyer-card h4 {
        font-size: 19px;
    }
    .tk-doc-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .tk-media-proof {
        grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
        align-items: center;
    }
    .tk-summary-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .tk-hero {
        padding-top: 104px;
    }
    .tk-hero h1 {
        font-size: 34px;
    }
    .tk-btn {
        width: 100%;
    }
    .tk-proof__inner {
        grid-template-columns: 1fr;
    }
    .tk-reservation-list article {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    .tk-certificates {
        padding: 18px;
        border-radius: 12px;
    }
    .tk-certificates__head {
        display: block;
    }
    .tk-certificates__head p {
        margin-top: 8px;
    }
    .tk-certificate-slider figure {
        flex-basis: 82vw;
    }
    .tk-certificate-slider img {
        height: 340px;
    }
    .tk-lawyer-card {
        grid-template-columns: 1fr;
    }
    .tk-lawyer-card__photo {
        height: 230px;
        min-height: 230px;
    }
}

/* Slider refinements */
.tk-reservation-list,
.tk-review-grid,
.tk-review-proof,
.tk-video-slider {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.tk-reservation-list::-webkit-scrollbar,
.tk-review-grid::-webkit-scrollbar,
.tk-review-proof::-webkit-scrollbar,
.tk-video-slider::-webkit-scrollbar {
    height: 8px;
}

.tk-reservation-list::-webkit-scrollbar-thumb,
.tk-review-grid::-webkit-scrollbar-thumb,
.tk-review-proof::-webkit-scrollbar-thumb,
.tk-video-slider::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #f4c400;
}

.tk-reservation-list article {
    flex: 0 0 min(460px, 84vw);
    scroll-snap-align: start;
}

.tk-review-grid article {
    flex: 0 0 min(370px, 84vw);
    min-height: 245px;
    scroll-snap-align: start;
}

.tk-review-proof figure {
    flex: 0 0 min(360px, 84vw);
    scroll-snap-align: start;
}

.tk-review-proof img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center center;
    background: #fff;
}

.tk-video-slider {
    margin-top: 18px;
}

.tk-video-card {
    flex: 0 0 min(260px, 78vw);
    overflow: hidden;
    scroll-snap-align: start;
    border: 1px solid var(--tk-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0,0,0,.08);
}

.tk-video-card iframe {
    display: block;
    width: 100%;
    aspect-ratio: 9 / 16;
    border: 0;
    background: #000;
}

.tk-video-card h3 {
    margin: 0;
    padding: 14px 16px 16px;
    color: #000;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 900;
}

.tk-lawyer-card__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tk-badge {
    justify-content: center;
    min-height: 34px;
    padding: 7px 12px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: var(--tk-gold-2);
}

.tk-lawyer-card h4 {
    margin-top: 0;
}

@media (min-width: 1024px) {
    .tk-reservation-list article {
        flex-basis: 520px;
    }

    .tk-review-grid article {
        flex-basis: 360px;
    }

    .tk-review-proof figure {
        flex-basis: 380px;
    }

    .tk-video-card {
        flex-basis: 240px;
    }
}

/* Final responsive polish */
.tk-hero__copy {
    max-width: 760px;
    line-height: 1.85;
}

.tk-doc-grid,
.tk-reservation-list,
.tk-review-grid,
.tk-review-proof {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.tk-doc-grid::-webkit-scrollbar,
.tk-reservation-list::-webkit-scrollbar,
.tk-review-grid::-webkit-scrollbar,
.tk-review-proof::-webkit-scrollbar {
    display: none;
}

.tk-doc-grid {
    padding: 4px 2px 18px;
}

.tk-doc-grid article {
    flex: 0 0 min(318px, 84vw);
    scroll-snap-align: start;
    background: #fff;
}

.tk-doc-grid img {
    width: 100%;
    height: 430px;
    max-height: 58vh;
    object-fit: contain;
    object-position: center center;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

.tk-doc-grid h3 {
    margin-top: 16px;
}

.tk-reservation-list {
    padding: 4px 2px 18px;
}

.tk-reservation-list article {
    flex: 0 0 min(520px, 86vw);
    min-height: 66px;
    scroll-snap-align: start;
}

.tk-reservation-list span i {
    font-style: normal;
}

.tk-review-grid {
    padding: 4px 2px 18px;
}

.tk-review-grid article {
    flex: 0 0 min(380px, 86vw);
    min-height: 260px;
    scroll-snap-align: start;
}

.tk-review-proof {
    align-items: stretch;
    padding: 4px 2px 18px;
}

.tk-review-proof figure {
    flex: 0 0 min(390px, 88vw);
    display: flex;
    align-items: center;
    justify-content: center;
    scroll-snap-align: start;
    background: #fff;
}

.tk-review-proof img {
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: contain;
    object-position: center center;
}

.tk-lawyer-card__body {
    min-height: 252px;
    padding-top: 22px;
}

.tk-badge {
    width: fit-content;
    max-width: 100%;
    min-width: 128px;
    height: 36px;
    min-height: 36px;
    padding: 0 14px;
    justify-content: center;
    border-radius: 8px;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
}

.tk-read-popup {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9999;
    width: min(340px, calc(100vw - 36px));
    padding: 20px;
    border: 2px solid var(--tk-gold);
    border-radius: 12px;
    color: #fff;
    background: #050505;
    box-shadow: 0 22px 60px rgba(0,0,0,.28);
}

.tk-read-popup.is-hidden {
    display: none;
}

.tk-read-popup__close {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 32px;
    height: 32px;
    border: 0;
    color: #fff;
    background: transparent;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.tk-read-popup p {
    margin: 0 0 8px;
    color: var(--tk-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
}

.tk-read-popup strong {
    display: block;
    padding-right: 28px;
    color: #fff;
    font-size: 18px;
    line-height: 1.45;
}

.tk-read-popup a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 14px;
    padding: 0 16px;
    border-radius: 8px;
    color: #000;
    background: var(--tk-gold);
    font-weight: 900;
}

@media (max-width: 480px) {
    .tk-doc-grid article,
    .tk-review-grid article,
    .tk-review-proof figure,
    .tk-reservation-list article {
        flex-basis: 88vw;
    }

    .tk-doc-grid img {
        height: 360px;
        max-height: none;
    }

    .tk-reservation-list article {
        grid-template-columns: 1fr;
        gap: 5px;
        min-height: 116px;
    }

    .tk-read-popup {
        right: 12px;
        bottom: 12px;
        width: calc(100vw - 24px);
    }
}

/* Clean case result section */
.tk-cases .tk-section__head {
    max-width: 860px;
}

.tk-cases .tk-section__head h2 {
    letter-spacing: 0;
}

.tk-case-ticker {
    overflow: visible;
    margin-top: 30px;
    padding: 0;
    border: 0;
    background: transparent;
}

.tk-case-ticker:before,
.tk-case-ticker:after {
    display: none;
}

.tk-case-track {
    width: 100%;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    animation: none !important;
    transform: none !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.tk-case-track::-webkit-scrollbar {
    display: none;
}

.tk-case-card {
    display: flex;
    flex: 0 0 min(258px, 78vw);
    min-width: 0;
    min-height: 76px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    padding: 17px 18px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 8px;
    color: #050505;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0,0,0,.045);
    scroll-snap-align: start;
}

.tk-case-card b {
    color: #050505;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 900;
}

.tk-case-card span {
    color: #000;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
}

.tk-case-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.tk-case-grid::-webkit-scrollbar {
    display: none;
}

.tk-case-grid a {
    display: flex;
    flex: 0 0 min(275px, 78vw);
    min-height: 56px;
    align-items: center;
    border-radius: 8px;
    box-shadow: none;
    font-weight: 900;
    scroll-snap-align: start;
}

.tk-case-more {
    margin-top: 22px;
    border-radius: 8px;
}

/* Lawyer cards also behave as a responsive slider. */
.tk-lawyer-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 2px 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.tk-lawyer-grid::-webkit-scrollbar {
    display: none;
}

.tk-lawyer-card {
    flex: 0 0 min(270px, 84vw);
    scroll-snap-align: start;
}

@media (min-width: 1024px) {
    .tk-case-card {
        flex-basis: 260px;
    }

    .tk-case-grid a {
        flex-basis: 275px;
    }

    .tk-lawyer-card {
        flex-basis: 224px;
    }
}

/* Normalize lawyer card badge placement. */
.tk-lawyer-card {
    align-self: stretch !important;
    overflow: hidden !important;
}

.tk-lawyer-card__photo {
    height: 220px !important;
    min-height: 220px !important;
    flex: 0 0 220px !important;
    display: block !important;
}

.tk-lawyer-card__body {
    display: grid !important;
    grid-template-rows: 40px auto 1fr !important;
    align-content: start !important;
    gap: 10px !important;
    min-height: 0 !important;
    padding: 18px 16px !important;
}

.tk-lawyer-card .tk-badge {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: start !important;
    justify-self: center !important;
    width: min(178px, 100%) !important;
    min-width: 0 !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    border-radius: 8px !important;
    background: var(--tk-gold) !important;
    color: #000 !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
}

.tk-lawyer-card h4 {
    margin: 0 !important;
    min-height: 48px;
}

.tk-lawyer-card ul {
    align-self: start !important;
    gap: 8px !important;
    margin-top: 0 !important;
}

@media (max-width: 480px) {
    .tk-lawyer-card__photo {
        height: 230px;
        min-height: 230px;
        flex-basis: 230px;
    }

    .tk-lawyer-card__body {
        grid-template-rows: 40px auto 1fr !important;
        padding: 18px 16px !important;
    }
}

/* Final case ticker: stable responsive belt layout. */
.tk-cases {
    overflow: hidden;
}

.tk-case-ticker {
    overflow: hidden !important;
    width: 100vw;
    margin: 34px 0 0 50%;
    padding: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, .18) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .18) !important;
    background: #0b0b0b !important;
    transform: translateX(-50%);
}

.tk-case-marquee {
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.tk-case-marquee:first-child {
    border-top: 0;
}

.tk-case-marquee--two {
    background: #121212;
}

.tk-case-marquee .tk-case-track {
    display: flex !important;
    width: max-content !important;
    gap: 0 !important;
    overflow: visible !important;
    animation: tkCaseBelt 34s linear infinite !important;
    scroll-snap-type: none !important;
    scrollbar-width: none;
}

.tk-case-marquee--two .tk-case-track {
    animation-name: tkCaseBeltReverse !important;
    animation-duration: 40s !important;
}

.tk-case-marquee:hover .tk-case-track {
    animation-play-state: paused;
}

.tk-case-card {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 60px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: row !important;
    gap: 12px !important;
    padding: 0 28px !important;
    border: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, .14) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    scroll-snap-align: none !important;
}

.tk-case-card em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 10px;
    border-radius: 3px;
    background: var(--tk-gold);
    color: #000;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
}

.tk-case-card b {
    color: #fff !important;
    font-size: 17px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
}

.tk-case-card span {
    color: var(--tk-gold) !important;
    font-size: 17px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
}

.tk-case-more {
    display: inline-flex;
    margin-top: 24px;
}

@keyframes tkCaseBelt {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
}

@keyframes tkCaseBeltReverse {
    from { transform: translate3d(-50%, 0, 0); }
    to { transform: translate3d(0, 0, 0); }
}

@media (max-width: 640px) {
    .tk-case-ticker {
        margin-top: 26px;
    }

    .tk-case-card {
        min-height: 54px !important;
        gap: 9px !important;
        padding: 0 18px !important;
    }

    .tk-case-card em {
        height: 24px;
        padding: 0 8px;
        font-size: 11px;
    }

    .tk-case-card b,
    .tk-case-card span {
        font-size: 14px !important;
    }
}

/* Gnuboard fixed-width reset for the renewal main page only. */
html,
body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

body:has(.tk-renewal) #hd,
body:has(.tk-renewal) #wrapper,
body:has(.tk-renewal) #ft {
    width: 100% !important;
    min-width: 0 !important;
}

body:has(.tk-renewal) #container_wr,
body:has(.tk-renewal) #container,
body:has(.tk-renewal) #ft_wr,
body:has(.tk-renewal) #ft_copy {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body:has(.tk-renewal) #container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

body:has(.tk-renewal) #container_wr {
    padding: 0 !important;
}

body:has(.tk-renewal) #aside {
    display: none !important;
}

body.tk-renewal-page #hd,
body.tk-renewal-page #wrapper,
body.tk-renewal-page #ft {
    width: 100% !important;
    min-width: 0 !important;
}

body.tk-renewal-page #container_wr,
body.tk-renewal-page #container,
body.tk-renewal-page #ft_wr,
body.tk-renewal-page #ft_copy {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.tk-renewal-page #container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

body.tk-renewal-page #container_wr {
    padding: 0 !important;
}

body.tk-renewal-page #aside {
    display: none !important;
}

body.tk-renewal-page .tk-renewal {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

/* Motion fixes: keep the live status and result belts moving inside Gnuboard themes. */
.tk-renewal .tk-case-marquee {
    overflow: hidden !important;
}

.tk-renewal .tk-case-marquee .tk-case-track {
    display: flex !important;
    width: max-content !important;
    min-width: max-content !important;
    transform: translate3d(0, 0, 0);
    animation: tkCaseBelt 34s linear infinite !important;
    will-change: transform;
}

.tk-renewal .tk-case-marquee--two .tk-case-track {
    animation: tkCaseBeltReverse 40s linear infinite !important;
}

.tk-renewal .tk-reservation-table {
    display: block !important;
    height: 322px;
    overflow: hidden !important;
    position: relative;
}

.tk-renewal .tk-reservation-table::before,
.tk-renewal .tk-reservation-table::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    height: 28px;
    pointer-events: none;
}

.tk-renewal .tk-reservation-table::before {
    top: 0;
    background: linear-gradient(180deg, rgba(32, 32, 32, .96), rgba(32, 32, 32, 0));
}

.tk-renewal .tk-reservation-table::after {
    bottom: 0;
    background: linear-gradient(0deg, rgba(32, 32, 32, .96), rgba(32, 32, 32, 0));
}

.tk-renewal .tk-reservation-flow {
    display: grid;
    gap: 8px;
    animation: tkReservationRoll 18s linear infinite;
    will-change: transform;
}

.tk-renewal .tk-reservation-panel:hover .tk-reservation-flow {
    animation-play-state: paused;
}

@keyframes tkReservationRoll {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(0, -50%, 0); }
}

@media (max-width: 720px) {
    .tk-renewal .tk-reservation-table {
        height: 270px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tk-renewal .tk-case-marquee .tk-case-track,
    .tk-renewal .tk-case-marquee--two .tk-case-track,
    .tk-renewal .tk-reservation-flow {
        animation-duration: 80s !important;
    }
}

/* Hard-align attorney badges so text length cannot move them. */
.tk-lawyer-card {
    position: relative !important;
}

@media (min-width: 1024px) {
    .tk-lawyer-card__body {
        padding: 88px 16px 18px !important;
    }

    .tk-lawyer-card .tk-badge {
        position: absolute !important;
        top: 238px !important;
        left: 16px !important;
        right: 16px !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
    }

    .tk-lawyer-card h4 {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        min-height: 52px !important;
        margin: 0 0 10px !important;
        padding: 0 !important;
    }

    .tk-lawyer-card h4 small {
        min-height: 20px !important;
        margin-top: 4px !important;
    }

    .tk-lawyer-card ul {
        margin-top: 0 !important;
    }
}

@media (max-width: 480px) {
    .tk-lawyer-card__body {
        padding: 88px 16px 18px !important;
    }

    .tk-lawyer-card .tk-badge {
        position: absolute !important;
        top: 248px !important;
        left: 16px !important;
        right: 16px !important;
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
    }

    .tk-lawyer-card h4 {
        min-height: 52px !important;
        margin: 0 0 10px !important;
    }
}
