* {
    box-sizing: border-box;
}

:root {
    --forest: #173f35;
    --forest-dark: #0e2d26;
    --terracotta: #c85f3d;
    --terracotta-dark: #a9492e;
    --cream: #f8f5ef;
    --stone: #f1ede5;
    --sage: #e2ebe6;
    --ink: #24302c;
    --muted: #68726e;
    --line: #ddd8cf;
    --white: #ffffff;
    --shadow: 0 18px 48px rgba(23, 63, 53, 0.1);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 95px;
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
}

a {
    color: inherit;
}

.lyv-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid var(--line);
    background: rgba(248, 245, 239, 0.96);
    backdrop-filter: blur(14px);
}

.lyv-header-inner {
    max-width: 1500px;
    min-height: 78px;
    margin: 0 auto;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.lyv-logo {
    color: var(--forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -1.5px;
    text-decoration: none;
}

.lyv-nav {
    display: flex;
    align-items: center;
    gap: 34px;
}

.lyv-nav a {
    color: var(--forest);
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
}

.lyv-nav a:hover {
    color: var(--terracotta-dark);
}

.lyv-header-cta {
    min-height: 44px;
    padding: 0 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--forest);
    color: white;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
}

.lyv-header-cta:hover {
    background: var(--forest-dark);
}

.lyv-hero {
    max-width: 1500px;
    margin: 0 auto;
    padding: 28px;
    display: grid;
    grid-template-columns: minmax(360px, 0.82fr) minmax(560px, 1.4fr);
    gap: 52px;
    align-items: center;
}

.lyv-hero-copy {
    padding: 48px 0 48px 25px;
}

.lyv-eyebrow {
    margin-bottom: 14px;
    color: var(--terracotta-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

h1,
h2 {
    margin: 0;
    color: var(--forest);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 600;
    letter-spacing: -0.045em;
}

h1 {
    max-width: 530px;
    font-size: clamp(54px, 5.3vw, 82px);
    line-height: 1;
}

h2 {
    font-size: clamp(38px, 4vw, 56px);
    line-height: 1.08;
}

.lyv-hero-copy > p {
    max-width: 550px;
    margin: 25px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.72;
}

.lyv-hero-offer {
    margin-top: 25px;
    padding: 17px 19px;
    display: grid;
    gap: 3px;
    border-left: 4px solid var(--terracotta);
    background: var(--stone);
}

.lyv-hero-offer strong {
    color: var(--forest);
    font-size: 17px;
}

.lyv-hero-offer span {
    color: var(--muted);
    font-size: 13px;
}

.lyv-hero-actions {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.lyv-button {
    min-height: 52px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    font: inherit;
    font-size: 15px;
    font-weight: 750;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
}

.lyv-button:hover {
    transform: translateY(-2px);
}

.lyv-button-primary {
    background: var(--terracotta);
    color: white;
}

.lyv-button-primary:hover {
    background: var(--terracotta-dark);
}

.lyv-text-link {
    color: var(--terracotta-dark);
    font-weight: 700;
    text-underline-offset: 5px;
}

.lyv-hero-visual {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    border-radius: 20px;
    background-image:
        linear-gradient(90deg, rgba(14, 45, 38, 0.08), rgba(14, 45, 38, 0.20)),
        url("/assets/images/list-your-venue-hero.jpg"),
        linear-gradient(135deg, #b4c5bc, #496a5d);
    background-position: center;
    background-size: cover;
    box-shadow: var(--shadow);
}

.lyv-360-badge {
    position: absolute;
    left: 50%;
    bottom: 34px;
    min-width: 138px;
    padding: 13px 18px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 999px;
    background: rgba(14,45,38,.72);
    color: white;
    backdrop-filter: blur(6px);
}

.lyv-360-badge strong {
    font-size: 22px;
}

.lyv-360-badge span {
    font-size: 11px;
}

.lyv-benefits {
    max-width: 1500px;
    margin: 0 auto;
    padding: 22px 48px 52px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid var(--line);
}

.lyv-benefits article {
    padding: 14px 34px;
    display: flex;
    gap: 17px;
    border-right: 1px solid var(--line);
}

.lyv-benefits article:last-child {
    border-right: 0;
}

.lyv-benefit-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--sage);
    color: var(--forest);
}

.lyv-benefit-icon svg {
    width: 25px;
    height: 25px;
}

.lyv-benefits h2 {
    font-family: inherit;
    font-size: 18px;
    font-weight: 750;
    letter-spacing: -0.02em;
}

.lyv-benefits p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 13px;
}

.lyv-pricing {
    padding: 95px 28px 105px;
}

.lyv-pricing-intro {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.lyv-pricing-intro > p {
    max-width: 760px;
    margin: 21px auto 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
}

.lyv-pricing-highlights {
    margin-top: 27px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
}

.lyv-pricing-highlights > span {
    padding: 8px 13px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: white;
    color: var(--forest);
    font-size: 12px;
    font-weight: 750;
}

.lyv-mini-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    flex: 0 0 16px;
}

.lyv-mini-icon svg {
    width: 100%;
    height: 100%;
}

.lyv-pricing-layout {
    max-width: 1200px;
    margin: 48px auto 0;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(310px, 0.65fr);
    gap: 24px;
    align-items: start;
}

.lyv-pricing-table-wrap {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: white;
    box-shadow: var(--shadow);
}

.lyv-pricing-table-heading {
    padding: 26px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    border-bottom: 1px solid var(--line);
}

.lyv-pricing-table-heading > div {
    display: grid;
    gap: 4px;
}

.lyv-pricing-table-heading strong {
    color: var(--forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
}

.lyv-pricing-table-heading span {
    color: var(--muted);
    font-size: 13px;
}

.lyv-pricing-row {
    min-height: 54px;
    padding: 0 28px;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid #ece8e0;
    font-size: 14px;
}

.lyv-pricing-row:last-child {
    border-bottom: 0;
}

.lyv-pricing-row strong {
    color: var(--forest);
    font-size: 17px;
}

.lyv-pricing-row-head {
    min-height: 48px;
    background: var(--stone);
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.lyv-pricing-row.is-highlighted {
    background: #f1f7f3;
}

.lyv-pricing-row.is-highlighted span:first-child::after {
    margin-left: 9px;
    padding: 3px 7px;
    border-radius: 999px;
    background: var(--forest);
    color: white;
    content: "Popular";
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.lyv-price-card {
    padding: 34px;
    border-radius: 21px;
    background: var(--forest);
    color: white;
    box-shadow: var(--shadow);
}

.lyv-price-card > span {
    color: #b8ccc4;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.lyv-price {
    margin: 17px 0 14px;
    display: flex;
    align-items: baseline;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 72px;
    line-height: 1;
}

.lyv-price sup {
    font-size: 31px;
}

.lyv-price small {
    margin-left: 7px;
    font-family: inherit;
    font-size: 14px;
}

.lyv-price-card-intro {
    margin: 0;
    color: #cedbd6;
    font-size: 13px;
}

.lyv-price-card ul {
    margin: 22px 0 25px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
    list-style: none;
}

.lyv-price-card li {
    padding: 5px 0;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 13px;
}

.lyv-price-card li .lyv-mini-icon {
    margin-top: 2px;
    color: #a7cbbd;
}

.lyv-button-light {
    width: 100%;
    background: white;
    color: var(--forest);
}

.lyv-price-note {
    margin: 16px 0 0;
    color: #aebfba;
    font-size: 11px;
    line-height: 1.55;
}

.lyv-process,
.lyv-faq {
    padding: 100px 28px;
    background: var(--stone);
}

.lyv-section-heading {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.lyv-section-heading > p {
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 16px;
}

.lyv-steps {
    max-width: 1200px;
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.lyv-steps article {
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: white;
}

.lyv-steps strong {
    width: 42px;
    height: 42px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--forest);
    color: white;
}

.lyv-steps h3 {
    margin: 0;
    color: var(--forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
}

.lyv-steps p {
    margin: 11px 0 0;
    color: var(--muted);
    font-size: 14px;
}

.lyv-sharing {
    padding: 100px 28px;
    background: var(--forest-dark);
    color: white;
}

.lyv-sharing .lyv-section-heading h2 {
    color: white;
}

.lyv-sharing .lyv-section-heading > p {
    color: #bdcbc6;
}

.lyv-sharing-grid {
    max-width: 1200px;
    margin: 48px auto 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
}

.lyv-sharing-grid article {
    grid-column: span 2;
    padding: 27px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 15px;
    background: rgba(255,255,255,.055);
}

.lyv-sharing-grid article:nth-child(4) {
    grid-column: 2 / span 2;
}

.lyv-sharing-grid article > span {
    color: var(--terracotta);
    font-size: 12px;
    font-weight: 800;
}

.lyv-sharing-grid h3 {
    margin: 24px 0 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 600;
}

.lyv-sharing-grid p {
    margin: 0;
    color: #bdcbc6;
    font-size: 13px;
    line-height: 1.65;
}

.lyv-social-channels {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.lyv-social-channels span {
    padding: 4px 7px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    color: #d7e2de;
    font-size: 10px;
}

.lyv-sharing-note {
    max-width: 1200px;
    margin: 18px auto 0;
    padding: 18px 21px;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    border-left: 3px solid var(--terracotta);
    background: rgba(255,255,255,.055);
}

.lyv-sharing-note span {
    color: #bdcbc6;
    font-size: 13px;
}

.lyv-free-trial {
    padding: 90px 28px;
    background: var(--cream);
}

.lyv-free-trial-card {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(270px, .55fr);
    gap: 35px;
    align-items: center;
    border: 1px solid #cad9d1;
    border-radius: 24px;
    background: linear-gradient(135deg, #edf5f0 0%, #fbfcfb 100%);
    box-shadow: var(--shadow);
}

.lyv-free-trial-heading {
    display: flex;
    align-items: center;
    gap: 15px;
}

.lyv-free-trial-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 58px;
    border-radius: 17px;
    background: var(--forest);
    color: white;
}

.lyv-free-trial-icon svg {
    width: 29px;
    height: 29px;
}

.lyv-free-trial h2 {
    margin-top: 10px;
}

.lyv-free-trial-copy > p {
    max-width: 720px;
    margin: 17px 0 0;
    color: var(--muted);
    font-size: 16px;
}

.lyv-free-trial-list {
    margin: 22px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
    list-style: none;
}

.lyv-free-trial-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--ink);
    font-size: 14px;
}

.lyv-free-trial-list .lyv-mini-icon {
    margin-top: 3px;
    color: #26805c;
}

.lyv-free-trial-action {
    padding: 28px;
    border: 1px solid rgba(23,63,53,.12);
    border-radius: 19px;
    background: white;
    text-align: center;
}

.lyv-free-trial-badge {
    width: 130px;
    height: 130px;
    margin: 0 auto 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--forest);
    border-radius: 24px;
    color: var(--forest);
}

.lyv-free-trial-badge strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    line-height: .9;
}

.lyv-free-trial-badge span {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.lyv-free-trial-action p {
    margin: 0 0 20px;
    color: var(--muted);
    font-size: 14px;
}

.lyv-free-trial-action .lyv-button {
    width: 100%;
}

.lyv-signup {
    max-width: 1200px;
    margin: 0 auto;
    padding: 105px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.lyv-signup > div {
    max-width: 760px;
}

.lyv-signup p {
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.lyv-signup > .lyv-button {
    flex: 0 0 auto;
    min-width: 190px;
}

.lyv-faq {
    background: var(--cream);
}

.lyv-faq-grid {
    max-width: 950px;
    margin: 45px auto 0;
    display: grid;
    gap: 10px;
}

.lyv-faq details {
    padding: 20px 22px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: white;
}

.lyv-faq summary {
    color: var(--forest);
    font-weight: 750;
    cursor: pointer;
}

.lyv-faq details p {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 14px;
}

.lyv-footer {
    padding: 46px max(28px, calc((100vw - 1200px) / 2));
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    background: var(--forest);
    color: white;
}

.lyv-footer div {
    display: grid;
    gap: 4px;
}

.lyv-footer strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
}

.lyv-footer span,
.lyv-footer a {
    color: #bdcbc6;
    font-size: 13px;
}

@media (max-width: 980px) {
    .lyv-hero,
    .lyv-pricing-layout,
    .lyv-free-trial-card {
        grid-template-columns: 1fr;
    }

    .lyv-price-card {
        max-width: none;
    }

    .lyv-sharing-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lyv-sharing-grid article,
    .lyv-sharing-grid article:nth-child(4) {
        grid-column: auto;
    }

    .lyv-hero-copy {
        padding: 35px 0 5px;
    }

    .lyv-benefits {
        grid-template-columns: 1fr;
    }

    .lyv-benefits article {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .lyv-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .lyv-header-inner {
        min-height: 68px;
        padding: 0 18px;
    }

    .lyv-logo {
        font-size: 29px;
    }

    .lyv-nav {
        display: none;
    }

    .lyv-header-cta {
        min-height: 40px;
        padding: 0 13px;
        font-size: 12px;
    }

    .lyv-hero {
        padding: 25px 18px 35px;
        gap: 30px;
    }

    h1 {
        font-size: 49px;
    }

    .lyv-hero-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 17px;
    }

    .lyv-hero-actions .lyv-text-link {
        text-align: center;
    }

    .lyv-hero-visual {
        min-height: 360px;
    }

    .lyv-benefits {
        padding: 15px 18px 40px;
    }

    .lyv-pricing,
    .lyv-process,
    .lyv-faq,
    .lyv-sharing,
    .lyv-free-trial {
        padding: 75px 18px;
    }

    .lyv-pricing-table-heading {
        align-items: stretch;
        flex-direction: column;
    }

    .lyv-pricing-table-heading .lyv-button {
        width: 100%;
    }

    .lyv-pricing-row {
        padding: 13px 18px;
        grid-template-columns: 1fr auto;
        gap: 3px 14px;
    }

    .lyv-pricing-row span:last-child {
        grid-column: 1 / -1;
        color: var(--muted);
        font-size: 12px;
    }

    .lyv-pricing-row-head {
        display: none;
    }

    .lyv-sharing-grid {
        grid-template-columns: 1fr;
    }

    .lyv-sharing-note,
    .lyv-signup {
        align-items: flex-start;
        flex-direction: column;
    }

    .lyv-free-trial-card {
        padding: 25px;
    }

    .lyv-signup {
        padding: 80px 18px;
    }

    .lyv-signup > .lyv-button {
        width: 100%;
    }

    .lyv-footer {
        align-items: start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
    }
}

/*
|--------------------------------------------------------------------------
| Added icons
|--------------------------------------------------------------------------
*/

.lyv-inline-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
}

.lyv-inline-icon svg,
.lyv-benefit-icon svg,
.lyv-trial-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.lyv-benefit-icon {
    padding: 13px;
    color: var(--forest);
}

.lyv-pricing-highlights span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/*
|--------------------------------------------------------------------------
| 30-day free trial
|--------------------------------------------------------------------------
*/

.lyv-trial {
    padding: 95px 28px;
    background: var(--cream);
}

.lyv-trial-card {
    max-width: 1200px;
    margin: 0 auto;
    padding: 38px;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
    gap: 32px;
    align-items: center;
    border: 1px solid rgba(23, 63, 53, 0.12);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(226, 235, 230, 0.85), transparent 42%),
        linear-gradient(135deg, #f5faf7, #edf4ef);
    box-shadow: var(--shadow);
}

.lyv-trial-heading {
    display: flex;
    align-items: flex-start;
    gap: 17px;
}

.lyv-trial-heading .lyv-eyebrow {
    margin-bottom: 8px;
}

.lyv-trial-heading h2 {
    font-size: clamp(35px, 4vw, 52px);
}

.lyv-trial-icon {
    width: 58px;
    height: 58px;
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 58px;
    border-radius: 17px;
    background: var(--forest);
    color: white;
}

.lyv-trial-intro {
    max-width: 680px;
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.lyv-trial-list-title {
    display: block;
    margin-top: 21px;
    color: var(--forest);
}

.lyv-trial-list {
    margin: 14px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    list-style: none;
}

.lyv-trial-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--ink);
    font-size: 14px;
}

.lyv-trial-check {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 22px;
    border-radius: 50%;
    background: #d9ebdf;
    color: var(--forest);
    font-size: 12px;
    font-weight: 900;
}

.lyv-trial-cta {
    padding: 27px;
    border: 1px solid rgba(23, 63, 53, 0.10);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
    text-align: center;
}

.lyv-trial-badge {
    width: 128px;
    height: 128px;
    margin: 0 auto 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--forest);
    border-radius: 25px;
    color: var(--forest);
}

.lyv-trial-badge strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    line-height: 0.9;
}

.lyv-trial-badge span {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lyv-trial-cta p {
    margin: 0 0 20px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
}

.lyv-trial-cta p strong {
    color: var(--forest);
}

.lyv-trial-cta .lyv-button {
    width: 100%;
}

@media (max-width: 980px) {
    .lyv-trial-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .lyv-trial {
        padding: 75px 18px;
    }

    .lyv-trial-card {
        padding: 24px;
    }

    .lyv-trial-heading {
        flex-direction: column;
    }

    .lyv-trial-list {
        grid-template-columns: 1fr;
    }
}
