/* ── تنسيق الكليات العلمية والأدبية (tck) ── */
.tck-wrap {
    width: min(100%, 1140px);
    margin-inline: auto;
    padding-inline: 16px;
}

.tck-hero {
    --tck-accent: #0f766e;
    background:
        radial-gradient(80% 60% at 100% 0%, color-mix(in srgb, var(--tck-accent) 18%, transparent), transparent 55%),
        linear-gradient(165deg, #042f2e 0%, #134e4a 42%, #0f766e 100%);
    color: #fff;
    border-bottom: 3px solid color-mix(in srgb, var(--tck-accent) 70%, #fff);
    padding: 22px 0 34px;
}

.tck-hero--stream {
    background:
        radial-gradient(80% 60% at 0% 0%, color-mix(in srgb, var(--tck-accent) 22%, transparent), transparent 55%),
        linear-gradient(160deg, #0f172a 0%, color-mix(in srgb, var(--tck-accent) 55%, #0f172a) 100%);
}

.tck-hero--gov {
    background:
        linear-gradient(160deg, #1e1b4b 0%, color-mix(in srgb, var(--tck-accent) 45%, #312e81) 100%);
    padding-bottom: 28px;
}

.tck-hero__shell {
    text-align: center;
    max-width: 920px;
    margin-inline: auto;
    padding-top: 6px;
}

.tck-hero__shell--start { text-align: start; max-width: 100%; }

.tck-hero__ribbon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
}

.tck-hero__shell--start .tck-hero__ribbon { justify-content: flex-start; }

.tck-hero__ribbon span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    font-size: .8rem;
    font-weight: 800;
}

.tck-hero__title {
    margin: 0 0 12px;
    font-size: clamp(1.2rem, 2.8vw, 1.75rem);
    font-weight: 900;
    line-height: 1.5;
    color: #fff;
}

.tck-hero__lead {
    margin: 0 auto 18px;
    max-width: 800px;
    font-size: .98rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, .88);
    font-weight: 600;
}

.tck-hero__shell--start .tck-hero__lead { margin-inline: 0; max-width: 52rem; }

.tck-hero__colleges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.tck-hero__colleges li {
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    font-size: .78rem;
    font-weight: 800;
}

.tck-hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.tck-hero__shell--start .tck-hero__actions { justify-content: flex-start; }

.tck-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 16px;
    border-radius: 12px;
    font-weight: 800;
    font-size: .88rem;
    text-decoration: none;
    transition: transform .15s, filter .15s;
}

.tck-btn:hover { transform: translateY(-1px); }

.tck-btn--primary {
    background: linear-gradient(135deg, #fde68a, #fbbf24);
    color: #1e1b4b;
}

.tck-btn--ghost {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .22);
}

.tck-section-title {
    margin: 0;
    font-size: clamp(1.05rem, 2.2vw, 1.3rem);
    font-weight: 900;
    color: #134e4a;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tck-section-title i { color: var(--tck-accent, #0f766e); }

.tck-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.tck-section-head p {
    margin: 6px 0 0;
    font-size: .88rem;
    font-weight: 600;
    color: #64748b;
}

.tck-streams { padding: 36px 0 20px; }

.tck-streams__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.tck-stream-card {
    --tck-accent: #0f766e;
    position: relative;
    padding: 18px 16px;
    border-radius: 20px;
    background: #fff;
    border: 1.5px solid color-mix(in srgb, var(--tck-accent) 22%, #e2e8f0);
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
    overflow: hidden;
}

.tck-stream-card::before {
    content: '';
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: var(--tck-accent);
}

.tck-stream-card.is-current {
    background: linear-gradient(145deg, color-mix(in srgb, var(--tck-accent) 8%, #fff), #fff);
    border-color: var(--tck-accent);
}

.tck-stream-card__top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.tck-stream-card__ico {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: color-mix(in srgb, var(--tck-accent) 14%, #fff);
    color: var(--tck-accent);
    font-size: 1.15rem;
    flex-shrink: 0;
}

.tck-stream-card__tag {
    display: inline-block;
    font-size: .7rem;
    font-weight: 800;
    color: var(--tck-accent);
    margin-bottom: 4px;
}

.tck-stream-card h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 900;
    color: #0f172a;
}

.tck-stream-card > p {
    margin: 0 0 12px;
    font-size: .86rem;
    line-height: 1.65;
    color: #475569;
    font-weight: 600;
}

.tck-stream-card__seo-title {
    font-size: .78rem !important;
    font-weight: 800 !important;
    color: #0f766e !important;
    line-height: 1.5 !important;
}

.tck-stream-card__colleges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
}

.tck-stream-card__colleges li {
    padding: 5px 10px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--tck-accent) 10%, #fff);
    color: color-mix(in srgb, var(--tck-accent) 80%, #0f172a);
    font-size: .72rem;
    font-weight: 800;
}

.tck-stream-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    font-size: .82rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(145deg, var(--tck-accent), color-mix(in srgb, var(--tck-accent) 70%, #000));
}

.tck-process { padding: 18px 0 28px; }

.tck-process__list {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.tck-process__item {
    display: flex;
    gap: 12px;
    padding: 14px;
    border-radius: 16px;
    background: #f0fdfa;
    border: 1px solid #99f6e4;
}

.tck-process__num {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    background: #0f766e;
    color: #fff;
    font-weight: 900;
}

.tck-process__item strong {
    display: block;
    font-size: .9rem;
    font-weight: 900;
    color: #134e4a;
    margin-bottom: 4px;
}

.tck-process__item p {
    margin: 0;
    font-size: .8rem;
    line-height: 1.55;
    color: #475569;
    font-weight: 600;
}

.tck-govs { padding: 12px 0 36px; }

.tck-govs__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.tck-govs__head p {
    margin: 6px 0 0;
    font-size: .86rem;
    color: #64748b;
    font-weight: 600;
}

.tck-govs__search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    background: #fff;
    border: 1.5px solid #cbd5e1;
    min-width: min(100%, 240px);
}

.tck-govs__search i { color: #0f766e; }

.tck-govs__search input {
    border: 0;
    outline: 0;
    width: 100%;
    font: inherit;
    font-weight: 700;
    background: transparent;
}

.tck-gov-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 12px;
}

.tck-gov-grid--stream {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.tck-gov-card {
    border-radius: 16px;
    background: #fff;
    border: 1.5px solid color-mix(in srgb, var(--tck-accent, #0f766e) 18%, #e2e8f0);
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .05);
}

.tck-gov-card__main {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    text-decoration: none;
    color: inherit;
}

.tck-gov-card__ico {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    background: color-mix(in srgb, var(--tck-accent, #0f766e) 14%, #fff);
    color: var(--tck-accent, #0f766e);
}

.tck-gov-card__ico img { width: 26px; height: 26px; object-fit: contain; }

.tck-gov-card__body strong {
    display: block;
    font-size: .95rem;
    font-weight: 900;
    color: #0f172a;
}

.tck-gov-card__body small {
    display: -webkit-box;
    margin-top: 4px;
    font-size: .68rem;
    font-weight: 700;
    color: #64748b;
    line-height: 1.45;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tck-gov-card__streams {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0 12px 12px;
}

.tck-gov-card__stream {
    padding: 5px 10px;
    border-radius: 999px;
    text-decoration: none;
    font-size: .7rem;
    font-weight: 800;
    color: var(--st-accent, #0f766e);
    background: color-mix(in srgb, var(--st-accent, #0f766e) 12%, #fff);
    border: 1px solid color-mix(in srgb, var(--st-accent, #0f766e) 22%, transparent);
}

.tck-gov-chip {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
    padding: 14px 36px 14px 14px;
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1.5px solid color-mix(in srgb, var(--tck-accent, #0f766e) 20%, #e2e8f0);
    transition: transform .15s, box-shadow .15s;
}

.tck-gov-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(15, 23, 42, .1);
}

.tck-gov-chip strong {
    font-size: .95rem;
    font-weight: 900;
    color: #0f172a;
}

.tck-gov-chip small {
    font-size: .68rem;
    font-weight: 700;
    color: #64748b;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tck-gov-chip i {
    position: absolute;
    inset-inline-end: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--tck-accent, #0f766e);
    font-size: .75rem;
}

.tck-govs__empty {
    text-align: center;
    font-weight: 800;
    color: #64748b;
    margin-top: 16px;
}

.tck-stream-switch {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px 16px 0;
    margin-top: -8px;
}

.tck-stream-switch__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    text-decoration: none;
    font-size: .82rem;
    font-weight: 800;
    color: var(--tck-accent);
    background: #fff;
    border: 1.5px solid color-mix(in srgb, var(--tck-accent) 25%, #e2e8f0);
}

.tck-stream-switch__btn.is-on {
    color: #fff;
    background: var(--tck-accent);
    border-color: var(--tck-accent);
}

.tck-keywords {
    padding: 28px 0 36px;
    background: linear-gradient(180deg, #f0fdfa 0%, #fff 100%);
}

.tck-keywords__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
}

.tck-kw-group {
    padding: 14px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #99f6e4;
}

.tck-kw-group h3 {
    margin: 0 0 10px;
    font-size: .88rem;
    font-weight: 900;
    color: #134e4a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tck-kw-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tck-kw-group li {
    font-size: .78rem;
    font-weight: 700;
    color: #475569;
    padding: 6px 8px;
    border-radius: 8px;
    background: #f8fafc;
}

.tck-article {
    padding: 12px 0 28px;
}

.tck-article__lead {
    font-size: 1rem;
    font-weight: 800;
    color: #134e4a;
    line-height: 1.7;
}

.tck-article p {
    font-size: .92rem;
    line-height: 1.85;
    color: #334155;
    font-weight: 600;
}

.tck-faq { padding: 12px 0 36px; }

.tck-faq__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.tck-faq__item {
    padding: 12px 14px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.tck-faq__item summary {
    font-weight: 800;
    cursor: pointer;
    color: #0f172a;
}

.tck-faq__item p {
    margin: 10px 0 0;
    font-size: .86rem;
    line-height: 1.7;
    color: #475569;
    font-weight: 600;
}

.tck-related {
    padding: 20px 0 48px;
    background: #f8fafc;
}

.tck-related__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.tck-related__card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px;
    border-radius: 16px;
    text-decoration: none;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    color: inherit;
}

.tck-related__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #f0fdfa;
    color: #0f766e;
}

.tck-related__card strong {
    font-size: .92rem;
    font-weight: 900;
    color: #0f172a;
}

.tck-related__card span:last-child {
    font-size: .78rem;
    font-weight: 600;
    color: #64748b;
    line-height: 1.5;
}

.tck-search-terms { padding: 8px 0 28px; }

.tck-search-terms__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}

.tck-search-terms__list li {
    padding: 8px 12px;
    border-radius: 999px;
    background: #f0fdfa;
    border: 1px solid #99f6e4;
    font-size: .78rem;
    font-weight: 800;
    color: #134e4a;
}

.tck-other-govs { padding: 8px 0 48px; }

.tck-stream-cards { padding: 28px 0 16px; }

@media (max-width: 900px) {
    .tck-streams__grid { grid-template-columns: 1fr; }
    .tck-process__list { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
    .tck-process__list { grid-template-columns: 1fr; }
    .tck-govs__head { flex-direction: column; align-items: stretch; }
}


/* ── حاسبة تنسيق الكليات ── */
.tck-calc { padding: 28px 0 20px; }
.tck-calc__layout {
    display: grid;
    grid-template-columns: 1.35fr .9fr;
    gap: 18px;
    align-items: start;
}
.tck-calc__panel {
    padding: 22px 20px;
    border-radius: 22px;
    background: #fff;
    border: 1.5px solid #99f6e4;
    box-shadow: 0 12px 32px rgba(15, 118, 110, .08);
}
.tck-calc__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 999px;
    background: #f0fdfa;
    color: #0f766e;
    font-size: .75rem;
    font-weight: 800;
    margin-bottom: 10px;
}
.tck-calc__head h2 {
    margin: 0 0 8px;
    font-size: clamp(1.05rem, 2.2vw, 1.35rem);
    font-weight: 900;
    color: #134e4a;
}
.tck-calc__head p {
    margin: 0 0 16px;
    font-size: .9rem;
    line-height: 1.7;
    color: #475569;
    font-weight: 600;
}
.tck-calc__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}
.tck-field span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .8rem;
    font-weight: 800;
    color: #0f766e;
    margin-bottom: 6px;
}
.tck-calc__quick {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    font-size: .78rem;
    font-weight: 700;
    color: #64748b;
}
.tck-quick-btn {
    border: 1.5px solid #99f6e4;
    background: #f0fdfa;
    color: #0f766e;
    border-radius: 999px;
    padding: 6px 12px;
    font-weight: 800;
    cursor: pointer;
}
.tck-quick-btn.is-active,
.tck-quick-btn:hover {
    background: #0f766e;
    color: #fff;
    border-color: #0f766e;
}
.tck-calc__submit {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 18px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(145deg, #0f766e, #0d9488);
    color: #fff;
    font-weight: 900;
    font-size: .95rem;
    cursor: pointer;
}
.tck-calc__result {
    margin-top: 16px;
    padding: 16px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}
.tck-calc__note {
    margin: 14px 0 0;
    font-size: .78rem;
    line-height: 1.65;
    color: #64748b;
    font-weight: 600;
}
.tck-tracks {
    padding: 18px 16px;
    border-radius: 22px;
    background: linear-gradient(180deg, #042f2e, #134e4a);
    color: #fff;
}
.tck-tracks h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 8px;
}
.tck-tracks__method {
    margin: 0 0 14px;
    font-size: .78rem;
    font-weight: 700;
    opacity: .9;
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(255,255,255,.1);
}
.tck-tracks__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 520px;
    overflow: auto;
}
.tck-tracks__item {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-radius: 14px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
}
.tck-tracks__ico {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgba(253, 224, 71, .2);
    color: #fde68a;
    flex-shrink: 0;
}
.tck-tracks__body strong {
    display: block;
    font-size: .88rem;
    font-weight: 900;
}
.tck-tracks__body small {
    display: block;
    font-size: .7rem;
    opacity: .75;
    margin: 2px 0 6px;
}
.tck-tracks__nums {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: .72rem;
    font-weight: 700;
}
.tck-tracks__nums .is-prev {
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
}
.tck-tracks__nums .is-exp {
    padding: 3px 8px;
    border-radius: 999px;
    background: #fde68a;
    color: #134e4a;
}
.tck-tracks__note {
    margin: 12px 0 0;
    font-size: .72rem;
    line-height: 1.55;
    opacity: .85;
}
.tck-out-method {
    margin: 10px 0 12px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #f0fdfa;
    border: 1px solid #99f6e4;
    color: #134e4a;
    font-size: .82rem;
    font-weight: 700;
}
.tck-out-mins {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 8px 0;
}
.tck-out-mins span {
    padding: 4px 8px;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 800;
}
.tck-out-mins .is-prev { background: #f1f5f9; color: #475569; }
.tck-out-mins .is-exp { background: #ccfbf1; color: #0f766e; }
.tck-out-mins .is-drop { background: #fef3c7; color: #92400e; }
.tck-out-stream { margin: 6px 0 0; font-size: .85rem; font-weight: 700; color: #0f766e; }
.tck-kind-pill {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 800;
    background: #ccfbf1;
    color: #0f766e;
    margin-inline-end: 6px;
}
.tck-kind-pill.is-gov { background: #dbeafe; color: #1d4ed8; }
.tck-kind-pill.is-private { background: #fce7f3; color: #be185d; }
.tck-kind-pill.is-institute { background: #ffedd5; color: #c2410c; }
@media (max-width: 900px) {
    .tck-calc__layout { grid-template-columns: 1fr; }
    .tck-calc__fields { grid-template-columns: 1fr; }
}

/* —— تحسينات السرعة والمظهر v5 —— */
.tck-hero--pro {
    background:
        radial-gradient(70% 55% at 90% 0%, rgba(45, 212, 191, .22), transparent 55%),
        linear-gradient(145deg, #042f2e 0%, #0f766e 48%, #14b8a6 100%);
    padding: 18px 0 28px;
}

.tck-streams,
.tck-govs,
.tck-keywords,
.tck-article,
.tck-faq,
.tck-related,
.tck-process {
    content-visibility: auto;
    contain-intrinsic-size: 1px 480px;
}

.tck-stream-card,
.tck-gov-card {
    contain: layout paint style;
    will-change: auto;
}

.tck-stream-card {
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.tck-stream-card:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--tck-accent, #0f766e) 40%, #e2e8f0);
    box-shadow: 0 14px 32px rgba(15, 23, 42, .09);
}

.tck-gov-card {
    border-radius: 14px;
    transition: border-color .12s ease, background .12s ease;
}

.tck-gov-card:hover {
    border-color: color-mix(in srgb, var(--tck-accent, #0f766e) 35%, #e2e8f0);
    background: #f8fffc;
}

.tck-gov-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
    gap: 10px;
}

.tck-section-title {
    letter-spacing: -.01em;
}

.tck-btn--primary {
    background: #fff;
    color: #0f766e;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.tck-btn--ghost {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .28);
}

.tck-btn--ghost:hover {
    background: rgba(255, 255, 255, .2);
}

@media (prefers-reduced-motion: reduce) {
    .tck-stream-card,
    .tck-btn,
    .tck-gov-card {
        transition: none;
    }
}
