/* =========================
   RESET + БАЗА
   ========================= */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        sans-serif;
    background: #f5f5f7;
    color: #111827;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

/* Контент */
.page-main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 32px 20px 48px;
}

/* =========================
   ХЕДЕР (світлий)
   ========================= */
.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #e5e7eb;
    backdrop-filter: blur(18px);
}

.site-header-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* LOGO */
.logo {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #111827;
}

/* Навігація */
.main-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-nav a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #4b5563;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
}

.main-nav a:hover {
    color: #111827;
    border-bottom-color: #111827;
}

/* Пошук + мови */
.header-right {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
}

.header-search input {
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    font-size: 13px;
    width: 190px;
    background: #f9fafb;
    color: #111827;
}

.header-search input::placeholder {
    color: #9ca3af;
}

.lang-switcher a {
    font-size: 11px;
    margin-left: 6px;
    padding: 3px 7px;
    border-radius: 999px;
    border: 1px solid transparent;
    color: #6b7280;
}

.lang-switcher a.active {
    border-color: #111827;
    color: #111827;
    background: #e5e7eb;
}

/* =========================
   HERO (як MUSICO)
   ========================= */
.hero {
    margin-top: 28px;
}

.hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
    gap: 32px;
    padding: 32px 32px 36px;
    border-radius: 32px;
    background: radial-gradient(circle at top left, #f97316 0, #e11d48 35%, #0f172a 80%);
    color: #fff;
    overflow: hidden;
}

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 14px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: rgba(15, 23, 42, 0.4);
    border: 1px solid rgba(249, 250, 251, 0.2);
}

.hero-title {
    font-size: clamp(34px, 4vw, 46px);
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hero-subtitle {
    font-size: 14px;
    max-width: 480px;
    color: #f9fafb;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    margin-top: 8px;
    border-radius: 999px;
    background: #f9fafb;
    color: #111827;
    font-weight: 600;
    font-size: 13px;
    border: none;
}

.btn-primary:hover {
    background: #e5e7eb;
}

/* Права частина hero */
.hero-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-height: 220px;
    background: url('/assets/hero-bg.jpg') center/cover no-repeat;
}

.hero-image-blur {
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.08);
}

/* =========================
   СЕКЦІЙНІ ЗАГОЛОВКИ
   ========================= */
.section-title {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #111827;
}

.section-top-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 36px;
    margin-bottom: 18px;
}

/* =========================
   TRENDING + TOP MUSIC
   ========================= */
.trending-section {
    margin-top: 4px;
}

.trending-layout {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(320px, 1.3fr);
    gap: 40px;
    align-items: flex-start;
}

/* ТРИ СТОВПЧИКИ ПЛЕЙЛИСТІВ */
.trending-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* Картка плейлиста */
.playlist-card-link {
    text-decoration: none;
    color: inherit;
}

.playlist-card {
    background: #ffffff;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.playlist-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(15,23,42,0.15);
    border-color: #d1d5db;
}

.playlist-cover-wrap {
    position: relative;
    overflow: hidden;
    background: #e5e7eb;
}

/* прямокутні обкладинки з Spotify */
.playlist-cover-wrap img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

/* placeholder, якщо немає картинки */
.playlist-cover-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(135deg, #4b5563, #111827);
    color: #f9fafb;
}

/* "130:39 mins" бейдж */
.playlist-duration-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.85);
    font-size: 11px;
    font-weight: 600;
    color: #111827;
    backdrop-filter: blur(4px);
}

.playlist-meta {
    padding: 14px 16px 16px;
}

.playlist-title {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.playlist-sub {
    font-size: 13px;
    color: #6b7280;
    margin-top: 4px;
}

/* TOP MUSIC — правий стовпець */
.top-music {
    padding-top: 4px;
}

.top-music-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Один елемент топ-списку */
.top-music-item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.04);
}

.top-music-avatar img,
.top-music-avatar-placeholder {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.top-music-avatar-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e7eb;
    color: #111827;
    font-size: 18px;
}

.top-music-title {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}

.top-music-meta {
    font-size: 12px;
    color: #6b7280;
    margin-top: 1px;
}

.top-music-icon {
    font-size: 18px;
    text-decoration: none;
    color: #111827;
    padding-left: 4px;
}

.top-music-icon:hover {
    color: #f97316;
}

/* =========================
   НОВИНИ
   ========================= */
.news-section {
    margin-top: 44px;
    margin-bottom: 60px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
}

.news-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.news-cover-link img {
    width: 100%;
    display: block;
}

.news-card-body {
    padding: 14px 16px 16px;
}

.news-card-title {
    font-size: 15px;
    font-weight: 700;
}

.news-card-title a {
    color: #111827;
}

.news-card-title a:hover {
    color: #f97316;
}

.news-meta {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
}

.news-excerpt {
    font-size: 13px;
    color: #4b5563;
    margin: 8px 0;
}

.news-read-more {
    font-size: 13px;
    text-decoration: none;
    color: #f97316;
}

.news-read-more:hover {
    color: #ea580c;
}

/* =========================
   ФУТЕР
   ========================= */
.site-footer {
    border-top: 1px solid #e5e7eb;
    background: #ffffff;
    padding: 20px 20px 18px;
    color: #6b7280;
    margin-top: 40px;
}

.footer-inner {
    max-width: 1280px;
    margin: 0 auto 10px;
    font-size: 13px;
}

.footer-bottom {
    max-width: 1280px;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
}

/* =========================
   ІНШІ СТОРІНКИ
   ========================= */
.page-title {
    font-size: 26px;
    font-weight: 800;
    margin-top: 32px;
    margin-bottom: 12px;
}

.page-subtitle {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 18px;
}

.card {
    background: #ffffff;
    border-radius: 18px;
    padding: 16px;
    border: 1px solid #e5e7eb;
}

/* =========================
   АДАПТИВ
   ========================= */
@media (max-width: 1024px) {
    .hero-inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .trending-layout {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 840px) {
    .trending-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .site-header-inner {
        padding-inline: 12px;
        flex-wrap: wrap;
    }

    .header-right {
        width: 100%;
        justify-content: flex-end;
    }

    .page-main {
        padding-inline: 12px;
    }

    .hero-inner {
        padding: 20px;
    }

    .trending-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .top-music-item {
        border-radius: 16px;
    }
}
/* --------- PLAYLIST PAGE LAYOUT --------- */

.playlist-page {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px 60px;
}

.playlist-header {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.playlist-cover img,
.playlist-cover-placeholder {
    width: 260px;
    height: 260px;
    border-radius: 24px;
    object-fit: cover;
    background: #111827;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    font-weight: 800;
}

.playlist-info {
    flex: 1;
}

.playlist-title-page {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}

.playlist-desc {
    margin-top: 4px;
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
    max-width: 640px;
}

.playlist-actions {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* великі кнопки для плейлиста */
.btn-primary.big,
.btn-secondary.big {
    padding: 11px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
}

.btn-secondary.big {
    background: #ffffff;
    color: #111827;
    border: 1px solid #d1d5db;
}

.section-title {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 32px 0 18px;
}

/* --------- SPOTIFY PLAYER WRAP --------- */

.spotify-player-wrap {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.25);
    background: #000;
}

/* --------- TRACK LIST --------- */

.playlist-track-list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

.playlist-track-item {
    display: grid;
    grid-template-columns: 60px 1fr auto;
    gap: 16px;
    align-items: center;
    background: #ffffff;
    padding: 10px 16px;
    margin-bottom: 10px;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.playlist-track-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
    border-color: #d1d5db;
}

.track-cover img {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    object-fit: cover;
}

.track-cover-placeholder {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #6b7280;
}

.track-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.track-title {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
}

.track-artist {
    font-size: 13px;
    color: #6b7280;
}

/* --------- VOTE BUTTON (HEART) --------- */

.vote-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    min-width: 64px; /* резерв місця справа, щоб нічого не їхало */
}

.vote-btn .votes {
    font-weight: 600;
    font-size: 14px;
    color: rgba(255, 61, 138, 0.55); /* напівпрозорий рожевий */
    width: 22px;                      /* фіксована ширина для вирівнювання */
    text-align: right;
    display: inline-block;
}

/* контурне серце до голосу */
.vote-btn .heart::before {
    content: "🤍";                     /* біле серце – виглядає як контур */
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    transition: 0.25s ease;
    filter: drop-shadow(0 0 3px rgba(255, 0, 120, 0.25));
}

/* заповнене серце після голосу */
.vote-btn.voted .heart::before {
    content: "❤️";
    filter: drop-shadow(0 0 6px rgba(255, 0, 120, 0.45));
}

@keyframes heart-pulse {
    0%   { transform: scale(1); }
    40%  { transform: scale(1.35); }
    100% { transform: scale(1); }
}

.vote-btn.voted .heart::before {
    animation: heart-pulse 0.45s ease;
}

/* --------- ADAPTIVE --------- */

@media (max-width: 768px) {
    .playlist-page {
        margin-top: 20px;
        padding: 0 14px 40px;
    }

    .playlist-header {
        flex-direction: column;
        gap: 20px;
    }

    .playlist-cover img,
    .playlist-cover-placeholder {
        width: 220px;
        height: 220px;
    }

    .playlist-track-item {
        grid-template-columns: 52px 1fr auto;
        padding: 9px 12px;
    }
}
/* ===== AUTH MODAL ===== */

.auth-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    font-family: inherit;
}

.auth-modal--open {
    display: flex;
}

.auth-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
}

.auth-modal__dialog {
    position: relative;
    max-width: 460px;
    width: 100%;
    background: #ffffff;
    border-radius: 24px;
    padding: 24px 26px 22px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.35);
    z-index: 1;
}

.auth-modal__close {
    position: absolute;
    right: 18px;
    top: 16px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: none;
    background: #f3f4f6;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    color: #6b7280;
    transition: 0.2s ease;
}
.auth-modal__close:hover {
    background: #e5e7eb;
    color: #111827;
}

.auth-modal__header {
    margin-bottom: 18px;
    padding-right: 26px;
}

.auth-modal__title {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 4px;
}

.auth-modal__subtitle {
    margin: 0;
    font-size: 14px;
    color: #4b5563;
}

.auth-modal__steps {
    margin: 10px 0 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.auth-step {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.auth-step__num {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff76b5, #ff3d8a);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-step__text strong {
    font-size: 14px;
}

.auth-step__text span {
    display: block;
    font-size: 13px;
    color: #6b7280;
}

.auth-modal__info {
    margin: 6px 0 16px;
    padding: 10px 12px;
    border-radius: 14px;
    background: #f9fafb;
    font-size: 13px;
    color: #4b5563;
}

.auth-modal__info p {
    margin: 0 0 4px;
    font-weight: 600;
}

.auth-modal__info ul {
    margin: 0;
    padding-left: 18px;
}

.auth-modal__info li {
    margin: 2px 0;
}

.auth-modal__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.auth-modal__later {
    border: none;
    background: transparent;
    font-size: 13px;
    color: #6b7280;
    cursor: pointer;
    padding: 6px 0;
}

.auth-modal__primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #1db954, #18a34a);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(24, 160, 80, 0.45);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.auth-modal__primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 40px rgba(24, 160, 80, 0.55);
}
.auth-modal__primary:active {
    transform: scale(0.97);
}

.auth-modal__spotify-logo {
    font-size: 18px;
}

.auth-modal__note {
    font-size: 12px;
    color: #9ca3af;
}

@media (max-width: 640px) {
    .auth-modal__dialog {
        margin: 0 14px;
        padding: 20px 18px 18px;
    }
}
/* ADD TRACK PAGE */

.add-track-page {
    max-width: 900px;
    margin: 0 auto 60px;
}

.add-track-search {
    display: flex;
    gap: 10px;
    margin: 12px 0 20px;
    max-width: 500px;
}

.add-track-search__input {
    flex: 1;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    font-size: 14px;
}

.add-track-results__loading,
.add-track-results__empty {
    font-size: 14px;
    color: #6b7280;
    margin-top: 8px;
}

.add-track-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 12px;
}

.add-track-card {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 25px rgba(15,23,42,0.06);
}

.add-track-card__cover img {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    object-fit: cover;
}

.add-track-card__title {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
}

.add-track-card__artist {
    font-size: 13px;
    color: #6b7280;
}

.add-track-card__btn {
    border: none;
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    background: linear-gradient(135deg,#ff76b5,#ff3d8a);
    color: #fff;
    box-shadow: 0 8px 20px rgba(255,61,138,0.35);
    transition: transform .15s ease, box-shadow .15s ease;
}

.add-track-card__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(255,61,138,0.45);
}
.add-track-card__btn:active {
    transform: scale(0.97);
}
/* HEADER LOGIN / ACCOUNT */

.header-login-btn {
    margin-left: 12px;
    padding: 7px 14px;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg,#1db954,#18a34a);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(24,160,80,0.45);
    transition: transform .15s ease, box-shadow .15s ease;
}
.header-login-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 32px rgba(24,160,80,0.55);
}
.header-login-btn:active {
    transform: scale(0.97);
}

.header-account {
    margin-left: 12px;
}

.header-account__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #111827;
    font-size: 13px;
}

.header-account__avatar {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: linear-gradient(135deg,#ff76b5,#ff3d8a);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.header-account__name {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* PROFILE PAGE */

.profile-page {
    max-width: 900px;
    margin: 0 auto 60px;
}

.profile-top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 28px rgba(15,23,42,0.06);
}

.profile-avatar {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    background: linear-gradient(135deg,#ff76b5,#ff3d8a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
}

.profile-name {
    font-size: 18px;
    font-weight: 700;
}

.profile-meta {
    font-size: 12px;
    color: #6b7280;
}

.profile-actions {
    margin-left: auto;
}

.profile-tracks {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profile-track-item {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 9px 12px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 22px rgba(15,23,42,0.04);
    margin-bottom: 8px;
}

.profile-track-cover img,
.profile-track-cover span {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e7eb;
}

.profile-track-title {
    font-size: 14px;
    font-weight: 600;
}

.profile-track-artist {
    font-size: 13px;
    color: #6b7280;
}

.profile-track-playlist {
    margin-left: 4px;
    font-size: 12px;
    color: #9ca3af;
}

.profile-track-score {
    font-size: 13px;
    font-weight: 600;
    color: #f97373;
}
