:root {
    --ln-red: #d71920;
    --ln-red-dark: #a90f16;
    --ln-ink: #171717;
    --ln-muted: #707070;
    --ln-line: #e7e7e7;
    --ln-soft: #f7f7f7;
    --ln-white: #ffffff;
    --ln-shadow: 0 14px 34px rgba(18, 18, 18, 0.08);
}

.ln-v4-blog {
    background: #fff;
}

.ln-v4-blog-hero {
    padding: 64px 0 48px;
    background: linear-gradient(180deg, #fff 0%, #fff5f5 100%);
    border-bottom: 1px solid var(--ln-line);
}

.ln-v4-blog-hero h1 {
    max-width: 820px;
    margin: 0 0 14px;
    color: var(--ln-ink);
    font-size: 42px;
    font-weight: 900;
    line-height: 1.18;
}

.ln-v4-blog-hero p {
    max-width: 680px;
    margin: 0;
    color: var(--ln-muted);
    font-size: 17px;
    line-height: 1.75;
}

.ln-v4-kicker {
    color: var(--ln-red) !important;
    font-size: 13px !important;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ln-v4-blog-section {
    padding: 42px 0 68px;
}

.ln-v4-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.ln-v4-section-head h2 {
    margin: 0 0 6px;
    color: var(--ln-ink);
    font-size: 28px;
    font-weight: 900;
}

.ln-v4-section-head p,
.ln-v4-section-head span {
    margin: 0;
    color: var(--ln-muted);
    font-size: 14px;
}

.ln-v4-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ln-v4-blog-card {
    overflow: hidden;
    min-width: 0;
    background: #fff;
    border: 1px solid var(--ln-line);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.06);
}

.ln-v4-blog-cover {
    display: block;
    aspect-ratio: 16 / 10;
    background: #f4f4f4;
    overflow: hidden;
}

.ln-v4-blog-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s ease;
}

.ln-v4-blog-card:hover .ln-v4-blog-cover img {
    transform: scale(1.03);
}

.ln-v4-blog-card-body {
    padding: 18px;
}

.ln-v4-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 10px;
    color: var(--ln-muted);
    font-size: 13px;
}

.ln-v4-blog-card h2 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
}

.ln-v4-blog-card h2 a {
    color: var(--ln-ink);
    text-decoration: none;
}

.ln-v4-blog-card h2 a:hover,
.ln-v4-text-link:hover {
    color: var(--ln-red);
}

.ln-v4-blog-card p {
    min-height: 52px;
    margin: 0 0 14px;
    color: var(--ln-muted);
    font-size: 14px;
    line-height: 1.75;
}

.ln-v4-text-link {
    color: var(--ln-red);
    font-weight: 900;
    text-decoration: none;
}

.ln-v4-empty-state {
    padding: 38px 24px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--ln-line);
    border-radius: 8px;
}

.ln-v4-empty-state h1,
.ln-v4-empty-state h3 {
    margin: 0 0 10px;
    color: var(--ln-ink);
    font-weight: 900;
}

.ln-v4-empty-state p {
    margin: 0 0 18px;
    color: var(--ln-muted);
}

.ln-v4-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    color: #fff;
    background: var(--ln-red);
    border-radius: 6px;
    font-weight: 900;
    text-decoration: none;
}

.ln-v4-blog-article-head {
    padding: 48px 0 26px;
    background: #fff5f5;
    border-bottom: 1px solid var(--ln-line);
}

.ln-v4-blog-article-head h1 {
    max-width: 900px;
    margin: 12px 0 14px;
    color: var(--ln-ink);
    font-size: 40px;
    font-weight: 900;
    line-height: 1.25;
}

.ln-v4-blog-article-cover {
    display: block;
    width: 100%;
    max-height: 520px;
    margin: 28px 0;
    object-fit: cover;
    border-radius: 8px;
}

.ln-v4-blog-content {
    max-width: 840px;
    margin: 0 auto 68px;
    color: var(--ln-ink);
    font-size: 17px;
    line-height: 1.9;
}

.ln-v4-blog-content h2,
.ln-v4-blog-content h3 {
    margin: 32px 0 12px;
    color: var(--ln-ink);
    font-weight: 900;
    line-height: 1.35;
}

.ln-v4-blog-content p {
    margin: 0 0 18px;
}

.ln-v4-blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.ln-v4-blog-content a {
    color: var(--ln-red);
    font-weight: 800;
}

.ln-v4-contact {
    background: #fff;
}

.ln-v4-contact-hero {
    padding: 58px 0 42px;
    background: linear-gradient(180deg, #fff 0%, #fff5f5 100%);
    border-bottom: 1px solid var(--ln-line);
}

.ln-v4-contact-hero h1 {
    max-width: 780px;
    margin: 0 0 14px;
    color: var(--ln-ink);
    font-size: 42px;
    font-weight: 900;
    line-height: 1.18;
}

.ln-v4-contact-hero p {
    max-width: 760px;
    margin: 0;
    color: var(--ln-muted);
    font-size: 17px;
    line-height: 1.8;
}

.ln-v4-contact-section {
    padding: 44px 0 72px;
}

.ln-v4-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    gap: 22px;
    align-items: start;
}

.ln-v4-contact-main,
.ln-v4-contact-side {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.ln-v4-contact-card,
.ln-v4-contact-item {
    background: #fff;
    border: 1px solid var(--ln-line);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.06);
}

.ln-v4-contact-lead {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 18px;
    padding: 26px;
}

.ln-v4-contact-icon,
.ln-v4-contact-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: var(--ln-red);
    background: #fff0f0;
    border-radius: 8px;
    font-size: 20px;
}

.ln-v4-contact-lead h2,
.ln-v4-line-card h2,
.ln-v4-contact-action h2 {
    margin: 0 0 10px;
    color: var(--ln-ink);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.35;
}

.ln-v4-contact-lead p,
.ln-v4-line-card p,
.ln-v4-contact-action p,
.ln-v4-contact-item p {
    margin: 0;
    color: var(--ln-muted);
    font-size: 15px;
    line-height: 1.75;
}

.ln-v4-contact-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 18px;
    padding: 0 20px;
    color: #fff !important;
    background: var(--ln-red);
    border-radius: 6px;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
}

.ln-v4-contact-list {
    display: grid;
    gap: 12px;
}

.ln-v4-contact-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
}

.ln-v4-contact-item strong {
    display: block;
    margin-bottom: 4px;
    color: var(--ln-ink);
    font-size: 16px;
    font-weight: 900;
}

.ln-v4-contact-item a {
    color: var(--ln-red);
    font-weight: 800;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.ln-v4-line-card,
.ln-v4-contact-action {
    padding: 22px;
}

.ln-v4-line-qr {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 18px 0 14px;
    padding: 18px;
    background: #fafafa;
    border: 1px solid var(--ln-line);
    border-radius: 8px;
}

.ln-v4-line-qr img {
    width: min(190px, 100%);
    height: auto;
}

.ln-v4-line-id {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.ln-v4-contact-action .ln-v4-primary-btn {
    margin-top: 18px;
}

.ln-v4-property-info-page {
    background: #fff;
}

.ln-v4-property-info-page .page-header {
    min-height: 246px;
    padding: 72px 0 54px;
    background-position: center;
    border-bottom: 1px solid var(--ln-line);
}

.ln-v4-property-info-page .page-header h1 {
    max-width: 980px;
    margin: 0;
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .34);
}

.ln-v4-property-info-page .hiddenProperty {
    height: auto;
    min-height: 42px;
    padding: 10px 16px;
    color: #fff;
    background: var(--ln-red);
    font-size: 15px;
    line-height: 1.45;
}

.ln-v4-property-info-page .portfolio-wrap {
    padding: 44px 0 18px;
    background: #fff;
}

.ln-v4-property-info-page .portfolio-container {
    row-gap: 18px;
}

.ln-v4-property-info-page .portfolio-item,
.ln-v4-property-info-page .portfolio-item[class*="mt-"] {
    margin-top: 0 !important;
}

.ln-v4-property-info-page .portfolio-cont {
    overflow: hidden;
    height: auto !important;
    background: #fff;
    border: 1px solid var(--ln-line);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.06);
}

.ln-v4-property-info-page .portfolio-cont a:first-child {
    display: block;
    aspect-ratio: 4 / 3;
    background: #f5f5f5;
    overflow: hidden;
}

.ln-v4-property-info-page .portfolio-cont img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.ln-v4-property-info-page .portfolio-cont .entry-title,
.ln-v4-property-info-page .portfolio-cont h4 {
    display: none !important;
}

.ln-v4-property-info-page .ln-v4-property-gallery {
    padding: 44px 0 22px;
}

.ln-v4-property-info-page .ln-v4-gallery-shell {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--ln-line);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(16, 24, 40, 0.08);
}

.ln-v4-property-info-page .ln-v4-gallery-stage {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #f5f5f5;
}

.ln-v4-property-info-page .ln-v4-gallery-stage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ln-v4-property-info-page .ln-v4-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    color: #fff;
    background: rgba(20, 20, 20, 0.72);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background .2s ease, transform .2s ease;
}

.ln-v4-property-info-page .ln-v4-gallery-nav:hover,
.ln-v4-property-info-page .ln-v4-gallery-nav:focus {
    background: var(--ln-red);
    transform: translateY(-50%) scale(1.04);
}

.ln-v4-property-info-page .ln-v4-gallery-nav.is-prev {
    left: 18px;
}

.ln-v4-property-info-page .ln-v4-gallery-nav.is-next {
    right: 18px;
}

.ln-v4-property-info-page .ln-v4-gallery-nav i {
    font-size: 26px;
    line-height: 1;
}

.ln-v4-property-info-page .ln-v4-gallery-caption {
    min-height: 44px;
    padding: 12px 18px 0;
    color: var(--ln-muted);
    font-size: 14px;
    line-height: 1.55;
}

.ln-v4-property-info-page .ln-v4-gallery-thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 14px 18px 18px;
    scrollbar-width: thin;
}

.ln-v4-property-info-page .ln-v4-gallery-thumbs button {
    flex: 0 0 112px;
    overflow: hidden;
    height: 76px;
    padding: 0;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 7px;
    cursor: pointer;
    opacity: .72;
    transition: border-color .2s ease, opacity .2s ease, transform .2s ease;
}

.ln-v4-property-info-page .ln-v4-gallery-thumbs button:hover,
.ln-v4-property-info-page .ln-v4-gallery-thumbs button:focus,
.ln-v4-property-info-page .ln-v4-gallery-thumbs button.is-active {
    border-color: var(--ln-red);
    opacity: 1;
}

.ln-v4-property-info-page .ln-v4-gallery-thumbs button.is-active {
    transform: translateY(-1px);
}

.ln-v4-property-info-page .ln-v4-gallery-thumbs img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ln-v4-property-info-page .about-page {
    background: #fff;
}

.ln-v4-property-info-page .welcome-wrap {
    padding: 30px 0 58px;
}

.ln-v4-property-info-page .welcome-content {
    max-width: 980px;
    margin: 0 auto;
    padding: 26px;
    background: #fff;
    border: 1px solid var(--ln-line);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.06);
}

.ln-v4-property-info-page .welcome-content .entry-title {
    margin: 0 0 18px;
    color: var(--ln-ink);
    font-size: 30px;
    font-weight: 900;
    line-height: 1.35;
}

.ln-v4-property-info-page .welcome-content table {
    width: 100%;
    margin: 18px 0 10px;
    border-collapse: separate;
    border-spacing: 0;
    color: var(--ln-ink);
}

.ln-v4-property-info-page .welcome-content table td {
    padding: 8px 6px;
    border-bottom: 1px solid var(--ln-line);
    vertical-align: middle;
}

.ln-v4-property-info-page .welcome-content table img {
    width: 18px !important;
    opacity: .75;
}

.ln-v4-property-info-page .location {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 0 !important;
    padding: 0;
    list-style: none;
}

.ln-v4-property-info-page .location li {
    margin: 0;
}

.ln-v4-property-info-page .location a,
.ln-v4-property-info-page .location strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    color: var(--ln-ink);
    background: #fff7f7;
    border: 1px solid #ffd8d8;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
    white-space: normal;
}

.ln-v4-property-info-page .entry-content.mt-5 {
    margin-top: 20px !important;
}

.ln-v4-property-info-page .at-pricebox {
    display: block;
    width: 100%;
    height: auto;
    padding: 18px;
    background: #fff7f7;
    border: 1px solid #ffd8d8;
    border-radius: 8px;
}

.ln-v4-property-info-page .at-pricebox-l,
.ln-v4-property-info-page .at-pricebox-r {
    float: none;
    width: auto;
    text-align: left;
}

.ln-v4-property-info-page .at-highlight {
    color: var(--ln-red);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.45;
}

.ln-v4-property-info-page .entry-content div[style*="color:#404040"] {
    color: var(--ln-ink) !important;
    font-size: 16px !important;
    line-height: 1.85;
}

.ln-v4-property-info-page .at-agentbox {
    margin: 24px 0 0;
    padding: 20px;
    color: var(--ln-ink);
    background: #fff;
    border: 1px solid var(--ln-line);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.06);
}

.ln-v4-property-info-page .at-agentbox img {
    width: 118px !important;
    height: 118px;
    margin: 12px 0;
    object-fit: cover;
    border-radius: 8px;
}

.ln-v4-property-info-page .entry-footer .btn,
.ln-v4-property-info-page .gradient-bg {
    min-height: 44px;
    padding: 11px 18px;
    color: #fff !important;
    background: var(--ln-red) !important;
    border: 0;
    border-radius: 6px;
    font-weight: 900;
    text-decoration: none;
}

.ln-v4-property-info-page .about-stats {
    display: none;
}

.ln-v4-property-info-page .circular-progress-bar {
    padding: 18px;
    background: #fff;
    border: 1px solid var(--ln-line);
    border-radius: 8px;
}

.ln-v4-property-info-page .circular-progress-bar .entry-title {
    margin-top: 12px;
    color: var(--ln-ink);
    font-size: 18px;
    font-weight: 900;
}

.ln-v4-property-info-page .our-causes {
    padding: 52px 0 70px;
    background: #fff;
}

.ln-v4-property-info-page .our-causes .section-heading .entry-title {
    color: var(--ln-ink);
    font-size: 28px;
    font-weight: 900;
}

.ln-v4-property-info-page .cause-wrap {
    overflow: hidden;
    border: 1px solid var(--ln-line);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.06);
}

@media (max-width: 991px) {
    .ln-v4-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ln-v4-blog-hero h1,
    .ln-v4-blog-article-head h1,
    .ln-v4-contact-hero h1,
    .ln-v4-property-info-page .page-header h1 {
        font-size: 32px;
    }

    .ln-v4-contact-grid {
        grid-template-columns: 1fr;
    }

    .ln-v4-property-info-page .welcome-content {
        margin-top: 18px;
    }

    .ln-v4-property-info-page .ln-v4-gallery-stage {
        aspect-ratio: 4 / 3;
    }
}

@media (max-width: 640px) {
    .ln-v4-blog-hero {
        padding: 42px 0 34px;
    }

    .ln-v4-blog-grid,
    .ln-v4-section-head {
        grid-template-columns: 1fr;
        display: grid;
    }

    .ln-v4-section-head {
        align-items: start;
    }

    .ln-v4-blog-card p {
        min-height: 0;
    }

    .ln-v4-blog-article-head h1 {
        font-size: 27px;
    }

    .ln-v4-blog-content {
        font-size: 16px;
    }

    .ln-v4-contact-hero {
        padding: 42px 0 34px;
    }

    .ln-v4-contact-lead,
    .ln-v4-contact-item {
        grid-template-columns: 1fr;
    }

    .ln-v4-contact-lead h2,
    .ln-v4-line-card h2,
    .ln-v4-contact-action h2 {
        font-size: 21px;
    }

    .ln-v4-property-info-page .page-header {
        min-height: 190px;
        padding: 46px 0 36px;
    }

    .ln-v4-property-info-page .welcome-content {
        padding: 18px;
    }

    .ln-v4-property-info-page .ln-v4-property-gallery {
        padding: 28px 0 12px;
    }

    .ln-v4-property-info-page .ln-v4-gallery-nav {
        width: 38px;
        height: 38px;
    }

    .ln-v4-property-info-page .ln-v4-gallery-nav.is-prev {
        left: 10px;
    }

    .ln-v4-property-info-page .ln-v4-gallery-nav.is-next {
        right: 10px;
    }

    .ln-v4-property-info-page .ln-v4-gallery-caption {
        padding: 10px 12px 0;
        font-size: 13px;
    }

    .ln-v4-property-info-page .ln-v4-gallery-thumbs {
        gap: 8px;
        padding: 12px;
    }

    .ln-v4-property-info-page .ln-v4-gallery-thumbs button {
        flex-basis: 86px;
        height: 62px;
    }

    .ln-v4-property-info-page .welcome-content .entry-title {
        font-size: 24px;
    }

    .ln-v4-property-info-page .welcome-content table {
        font-size: 13px !important;
    }

    .ln-v4-property-info-page .welcome-content table td {
        display: inline-flex;
        min-width: 44px;
        border-bottom: 0;
    }

    .ln-v4-property-info-page .at-highlight {
        font-size: 21px;
    }
}

.ln-v4-page {
    background: var(--ln-white);
    color: var(--ln-ink);
    font-family: "Prompt", "Noto Sans Thai", Arial, sans-serif;
}

.ln-v4-page a {
    color: inherit;
}

.ln-v4-header .top-header-bar {
    background: var(--ln-red);
}

.ln-v4-header .nav-bar {
    border-bottom: 1px solid var(--ln-line);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.04);
}

.ln-v4-header .site-navigation ul li.current-menu-item a,
.ln-v4-header .site-navigation ul li a:hover {
    color: var(--ln-red);
}

.ln-v4-main {
    background: var(--ln-white);
}

.ln-v4-container {
    width: min(1420px, calc(100% - 48px));
    margin: 0 auto;
}

.ln-v4-search-hero {
    padding: 34px 0 24px;
    background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
    border-bottom: 1px solid var(--ln-line);
}

.ln-v4-hero-copy {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.ln-v4-hero-copy h1 {
    margin: 0;
    max-width: 780px;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0;
    color: var(--ln-ink);
}

.ln-v4-hero-copy p {
    margin: 0;
    max-width: 470px;
    color: var(--ln-muted);
    font-size: 15px;
    line-height: 1.75;
}

.ln-v4-top-search {
    display: grid;
    grid-template-columns: minmax(260px, 1.4fr) minmax(180px, 0.65fr) 130px;
    gap: 10px;
    padding: 12px;
    background: var(--ln-white);
    border: 1px solid var(--ln-line);
    box-shadow: var(--ln-shadow);
}

.ln-v4-search-field,
.ln-v4-filter label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
}

.ln-v4-search-field span,
.ln-v4-filter label span {
    color: var(--ln-muted);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
}

.ln-v4-top-search input,
.ln-v4-top-search select,
.ln-v4-filter input,
.ln-v4-filter select,
.ln-v4-side-box input {
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--ln-line);
    background: #fff;
    color: var(--ln-ink);
    font-size: 14px;
    line-height: 1.3;
    padding: 9px 11px;
    border-radius: 6px;
    outline: none;
}

.ln-v4-top-search input:focus,
.ln-v4-filter input:focus,
.ln-v4-filter select:focus,
.ln-v4-side-box input:focus {
    border-color: var(--ln-red);
    box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.12);
}

.ln-v4-top-search button,
.ln-v4-filter-submit,
.ln-v4-side-box button,
.ln-v4-agent a {
    border: 0;
    border-radius: 6px;
    background: var(--ln-red);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.2;
    min-height: 42px;
    padding: 10px 16px;
    cursor: pointer;
    text-align: center;
}

.ln-v4-top-search button:hover,
.ln-v4-filter-submit:hover,
.ln-v4-side-box button:hover,
.ln-v4-agent a:hover {
    background: var(--ln-red-dark);
    color: #fff;
    text-decoration: none;
}

.ln-v4-top-search button {
    align-self: end;
    height: 42px;
}

.ln-v4-layout {
    display: grid;
    grid-template-columns: minmax(210px, 0.2fr) minmax(520px, 0.55fr) minmax(260px, 0.25fr);
    gap: 20px;
    align-items: start;
    padding: 26px 0 56px;
}

.ln-v4-filter,
.ln-v4-side-box {
    border: 1px solid var(--ln-line);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.035);
}

.ln-v4-filter {
    position: sticky;
    top: 16px;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
    padding: 16px;
}

.ln-v4-filter:hover,
.ln-v4-filter:focus-within {
    scrollbar-width: thin;
    scrollbar-color: var(--ln-red) #f3f3f3;
}

.ln-v4-filter::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.ln-v4-filter:hover::-webkit-scrollbar,
.ln-v4-filter:focus-within::-webkit-scrollbar {
    width: 8px;
}

.ln-v4-filter::-webkit-scrollbar-track {
    background: #f3f3f3;
    border-radius: 999px;
}

.ln-v4-filter::-webkit-scrollbar-thumb {
    background: var(--ln-red);
    border-radius: 999px;
    border: 2px solid #f3f3f3;
}

.ln-v4-filter::-webkit-scrollbar-thumb:hover {
    background: var(--ln-red-dark);
}

.ln-v4-filter form {
    display: grid;
    gap: 14px;
}

.ln-v4-panel-title,
.ln-v4-feed-head,
.ln-v4-listing-top,
.ln-v4-listing-foot,
.ln-v4-link-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.ln-v4-panel-title strong {
    font-size: 18px;
}

.ln-v4-panel-title a,
.ln-v4-feed-head a,
.ln-v4-listing-foot a {
    color: var(--ln-red);
    font-weight: 800;
}

.ln-v4-price-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.ln-v4-area-group {
    display: grid;
    gap: 8px;
}

.ln-v4-area-title {
    color: var(--ln-muted);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
}

.ln-v4-area-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.ln-v4-area-row label {
    min-width: 0;
}

.ln-v4-area-row input {
    padding-left: 8px;
    padding-right: 8px;
}

.ln-v4-feed {
    min-width: 0;
}

.ln-v4-feed-head {
    margin-bottom: 14px;
}

.ln-v4-feed-head h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}

.ln-v4-feed-head p {
    margin: 4px 0 0;
    color: var(--ln-muted);
    font-size: 14px;
}

.ln-v4-listing {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 16px;
    padding: 14px;
    margin-bottom: 14px;
    border: 1px solid var(--ln-line);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.035);
}

.ln-v4-listing-image {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 6px;
    background: var(--ln-soft);
}

.ln-v4-listing-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 180ms ease;
}

.ln-v4-listing:hover .ln-v4-listing-image img {
    transform: scale(1.025);
}

.ln-v4-listing-body {
    min-width: 0;
}

.ln-v4-listing-top {
    align-items: start;
}

.ln-v4-listing-top h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 800;
}

.ln-v4-listing-top h3 a:hover {
    color: var(--ln-red);
    text-decoration: none;
}

.ln-v4-listing-top strong {
    flex: 0 1 260px;
    min-width: 0;
    color: var(--ln-red);
    font-size: 17px;
    line-height: 1.4;
    text-align: right;
    overflow-wrap: anywhere;
}

.ln-v4-location {
    margin: 6px 0 0;
    color: var(--ln-muted);
    font-size: 13px;
    line-height: 1.5;
}

.ln-v4-desc {
    margin: 10px 0 0;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 1.55;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ln-v4-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.ln-v4-specs span {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    border: 1px solid var(--ln-line);
    border-radius: 6px;
    color: #444;
    font-size: 12px;
    font-weight: 700;
    background: #fafafa;
}

.ln-v4-listing-foot {
    margin-top: 14px;
    color: var(--ln-muted);
    font-size: 13px;
}

.ln-v4-discovery {
    display: grid;
    gap: 14px;
}

.ln-v4-side-box {
    padding: 16px;
}

.ln-v4-side-box h2 {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
}

.ln-v4-side-box form {
    display: grid;
    grid-template-columns: 1fr 78px;
    gap: 8px;
    margin-bottom: 12px;
}

.ln-v4-side-box button {
    padding-left: 10px;
    padding-right: 10px;
}

.ln-v4-link-list {
    display: grid;
    gap: 8px;
}

.ln-v4-link-list a {
    width: 100%;
    min-width: 0;
    min-height: 38px;
    padding: 8px 0;
    border-bottom: 1px solid var(--ln-line);
    color: var(--ln-ink);
}

.ln-v4-link-list a:last-child {
    border-bottom: 0;
}

.ln-v4-link-list a:hover {
    color: var(--ln-red);
    text-decoration: none;
}

.ln-v4-link-list span {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}

.ln-v4-link-list em {
    color: var(--ln-muted);
    font-style: normal;
    font-size: 12px;
    flex: 0 0 58px;
    text-align: right;
    white-space: nowrap;
}

.ln-v4-agent p {
    color: var(--ln-muted);
    font-size: 14px;
    line-height: 1.65;
}

.ln-v4-agent a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ln-v4-empty {
    padding: 32px;
    border: 1px dashed #d8d8d8;
    border-radius: 8px;
    background: #fff;
}

.ln-v4-empty h3 {
    margin: 0 0 8px;
    font-size: 20px;
}

.ln-v4-empty p {
    margin: 0;
    color: var(--ln-muted);
}

.ln-v4-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
}

.ln-v4-pagination-side,
.ln-v4-pagination-pages {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ln-v4-pagination a,
.ln-v4-pagination-nav.is-disabled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    border: 1px solid var(--ln-line);
    border-radius: 6px;
    font-weight: 800;
    color: var(--ln-ink);
    background: #fff;
}

.ln-v4-pagination-nav {
    width: 40px;
    padding: 0;
}

.ln-v4-pagination-nav-icon {
    font-size: 20px;
    line-height: 1;
}

.ln-v4-pagination-nav-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ln-v4-pagination-nav.is-disabled {
    color: #a7adb5;
    background: #f5f6f7;
    cursor: not-allowed;
    opacity: .72;
}

.ln-v4-pagination a.is-active,
.ln-v4-pagination a:hover {
    background: var(--ln-red);
    color: #fff;
    text-decoration: none;
}

@media (max-width: 640px) {
    .ln-v4-pagination,
    .ln-v4-pagination-side,
    .ln-v4-pagination-pages {
        gap: 4px;
    }

    .ln-v4-pagination a,
    .ln-v4-pagination-nav.is-disabled {
        min-width: 32px;
        width: 32px;
        height: 36px;
        padding: 0;
    }

    .ln-v4-pagination-nav-icon {
        font-size: 18px;
    }
}

.ln-v4-quick-page .page-header {
    padding: 34px 0 24px;
    background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
    border-bottom: 1px solid var(--ln-line);
}

.ln-v4-quick-page .container {
    width: min(1420px, calc(100% - 48px));
    max-width: none;
}

.ln-v4-quick-page .page-header h1 {
    margin: 0;
    max-width: 780px;
    color: var(--ln-ink);
    font-size: 34px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

.ln-v4-quick-page .page-header p {
    margin: 10px 0 0;
    max-width: 620px;
    color: var(--ln-muted);
    font-size: 15px;
    line-height: 1.75;
}

.ln-v4-quick-page .search_bar {
    padding: 18px 0 20px;
    background: #fff;
    border-bottom: 1px solid var(--ln-line);
}

.ln-v4-quick-page .search_bar .section-heading {
    margin: 0 0 12px;
}

.ln-v4-quick-page .search_bar .entry-title,
.ln-v4-quick-page .featured-cause .entry-title {
    margin: 0;
    color: var(--ln-ink);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
}

.ln-v4-quick-page .search_bar .row:nth-of-type(2) {
    margin: 0;
    padding: 12px;
    border: 1px solid var(--ln-line);
    background: #fff;
    box-shadow: var(--ln-shadow);
}

.ln-v4-quick-page .search_bar .row:nth-of-type(2) > [class*="col-"] {
    padding: 0 5px;
}

.ln-v4-quick-page .form-group {
    margin-bottom: 0;
}

.ln-v4-quick-page .form-group label {
    margin-bottom: 6px;
    color: var(--ln-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.ln-v4-quick-page .form-control {
    min-height: 42px;
    border: 1px solid var(--ln-line);
    border-radius: 6px;
    color: var(--ln-ink);
    font-size: 14px;
    line-height: 1.3;
    box-shadow: none;
}

.ln-v4-quick-page .form-control:focus {
    border-color: var(--ln-red);
    box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.12);
}

.ln-v4-quick-page .button-wrap {
    margin-top: 12px;
}

.ln-v4-quick-page .searchButton {
    min-height: 42px;
    margin: 0;
    padding: 10px 24px;
    border: 0;
    border-radius: 6px;
    background: var(--ln-red);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.ln-v4-quick-page .searchButton:hover {
    background: var(--ln-red-dark);
    color: #fff;
}

.ln-v4-quick-page .featured-cause {
    padding: 26px 0 20px;
    background: #fff;
}

.ln-v4-quick-page .featured-cause .section-heading {
    margin: 0 0 8px;
}

.ln-v4-quick-page .featured-cause h3 {
    margin: 0 0 16px;
    color: var(--ln-muted);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
}

.ln-v4-quick-page .featured-cause .col-lg-12 > div:first-child {
    margin-bottom: 12px;
    color: var(--ln-muted);
    font-size: 14px;
}

.ln-v4-quick-page .featured-cause .col-lg-12 > div:first-child a {
    color: var(--ln-red);
    font-weight: 700;
}

.ln-v4-quick-page .itemwrap {
    display: grid;
    gap: 12px;
}

.ln-v4-quick-page .itembox {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 16px;
    min-height: 0;
    margin: 0;
    padding: 14px;
    border: 1px solid var(--ln-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.035);
}

.ln-v4-quick-page .imgbox {
    float: none;
    margin: 0;
}

.ln-v4-quick-page .imgbox a {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border-radius: 6px;
    background: var(--ln-soft);
}

.ln-v4-quick-page .imgbox img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.ln-v4-quick-page .imgframe {
    box-shadow: none;
}

.ln-v4-quick-page .contentbox {
    min-width: 0;
}

.ln-v4-quick-page .contentbox h4 {
    margin: 0 0 8px;
    color: var(--ln-ink);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
}

.ln-v4-quick-page .contentbox h4 a:hover {
    color: var(--ln-red);
    text-decoration: none;
}

.ln-v4-quick-page .contentbox .bcontent {
    max-height: none;
    overflow: hidden;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 1.55;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ln-v4-quick-page .contentbox .binfo {
    max-height: none;
    margin-top: 10px;
    overflow: hidden;
    color: var(--ln-muted);
    font-size: 13px;
    line-height: 1.55;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ln-v4-quick-page .contentbox .binfo strong {
    font-weight: 700;
}

.ln-v4-quick-page .clear {
    display: none;
}

.ln-v4-quick-page .search_pagination {
    margin: 0;
    padding: 4px 0 56px;
    background: #fff;
    font-size: 15px;
}

.ln-v4-quick-page .pagination {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0;
}

.ln-v4-quick-page .pagination > li {
    display: inline-flex;
}

.ln-v4-quick-page .pagination a,
.ln-v4-quick-page .pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid var(--ln-line);
    border-radius: 6px;
    background: #fff;
    color: var(--ln-ink) !important;
    font-weight: 800;
    text-decoration: none;
}

.ln-v4-quick-page .pagination .active span,
.ln-v4-quick-page .pagination a:hover {
    border-color: var(--ln-red);
    background: var(--ln-red);
    color: #fff !important;
}

.ln-v4-order-page .page-header p {
    max-width: 760px;
}

.ln-v4-order-page .page-header + div {
    margin-top: 0 !important;
    padding: 18px 0 0;
    background: #fff;
}

.ln-v4-order-page .page-header + div .col-12 > div {
    min-height: 0 !important;
    padding: 14px 18px !important;
    border: 1px solid rgba(215, 25, 32, 0.18);
    border-radius: 8px;
    background: #fff5f5 !important;
    color: var(--ln-red);
    font-size: 16px !important;
    font-weight: 800 !important;
    text-align: left !important;
}

.ln-v4-order-page .page-header + div .col-12 > div a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 6px;
    background: var(--ln-red);
    color: #fff !important;
    text-decoration: none;
}

.ln-v4-order-page .page-header + div .col-12 > div a:hover {
    background: var(--ln-red-dark);
}

.ln-v4-order-page .featured-cause .row:nth-of-type(2) {
    gap: 10px 0;
    margin-bottom: 14px;
}

.ln-v4-order-page .featured-cause table {
    height: 100%;
    margin: 0;
    border: 1px solid var(--ln-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.035);
}

.ln-v4-order-page .featured-cause table td {
    padding: 10px 8px;
    color: var(--ln-muted);
    font-size: 13px;
    line-height: 1.45;
}

.ln-v4-order-page .featured-cause table a {
    color: var(--ln-red) !important;
    font-weight: 700;
}

.ln-v4-order-page .imgbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.ln-v4-order-page .imgbox a img {
    width: min(100%, 104px) !important;
    height: auto !important;
    object-fit: contain;
}

.ln-v4-order-page .guaruntee_ln {
    left: 10px;
    top: 8px;
}

.ln-v4-order-page .guaruntee_vip {
    left: 8px;
    top: 8px;
}

.ln-v4-order-page .guaruntee_ln img,
.ln-v4-order-page img.guaruntee_ln {
    width: 70px !important;
    height: auto !important;
    object-fit: contain;
}

.ln-v4-order-page .guaruntee_vip img {
    width: 42px !important;
    height: auto !important;
    object-fit: contain;
}

.ln-v4-order-page .contentbox .binfo {
    color: var(--ln-red);
}

.ln-v4-order-add-page .page-header p {
    max-width: 820px;
}

.ln-v4-order-add-page .search_bar {
    padding: 24px 0 56px;
    background: #fff;
}

.ln-v4-order-add-page #form1 .search_bar > .container {
    padding: 18px;
    border: 1px solid var(--ln-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--ln-shadow);
}

.ln-v4-order-add-page .search_bar .section-heading {
    margin: 0 0 16px;
}

.ln-v4-order-add-page .search_bar .entry-title {
    margin: 0;
    color: var(--ln-ink);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
}

.ln-v4-order-add-page .search_bar .row {
    margin-bottom: 12px;
}

.ln-v4-order-add-page .search_bar .row:last-child {
    margin-bottom: 0;
}

.ln-v4-order-add-page .search_bar .row:nth-of-type(2) {
    margin: 0 0 12px;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.ln-v4-order-add-page .form-group {
    margin-bottom: 0;
}

.ln-v4-order-add-page .form-group label {
    margin-bottom: 6px;
    color: var(--ln-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.ln-v4-order-add-page .form-control {
    min-height: 42px;
    border: 1px solid var(--ln-line);
    border-radius: 6px;
    color: var(--ln-ink);
    font-size: 14px;
    line-height: 1.3;
    box-shadow: none;
}

.ln-v4-order-add-page textarea.form-control {
    min-height: 132px;
    line-height: 1.6;
}

.ln-v4-order-add-page .form-control:focus {
    border-color: var(--ln-red);
    box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.12);
}

.ln-v4-order-add-page input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--ln-red);
}

.ln-v4-order-add-page .help-block {
    margin: 6px 0 0;
    color: var(--ln-muted);
    font-size: 12px;
}

.ln-v4-order-add-page .form-group div[style*="red"],
.ln-v4-order-add-page .form-group span[style*="red"] {
    display: block;
    margin-top: 6px;
    color: var(--ln-red) !important;
    font-size: 12px !important;
    line-height: 1.45;
}

.ln-v4-order-add-page .form-group span:not([class]) {
    display: block;
    margin-top: 6px;
    color: var(--ln-muted);
    line-height: 1.45;
}

.ln-v4-order-add-page #form1 .search_bar .row:nth-last-of-type(2) .col {
    padding: 16px;
    border: 1px solid rgba(215, 25, 32, 0.14);
    border-radius: 8px;
    background: #fffafa;
}

.ln-v4-order-add-page #form1 .search_bar .row:nth-last-of-type(2) .col > div {
    margin-bottom: 8px;
    color: var(--ln-ink);
    font-size: 17px;
    font-weight: 800 !important;
}

.ln-v4-order-add-page #form1 .search_bar .row:nth-last-of-type(2) ul {
    margin: 0;
    padding-left: 20px;
    color: var(--ln-muted);
    font-size: 13px;
    line-height: 1.75;
}

.ln-v4-order-add-page #form1 .search_bar .row:nth-last-of-type(2) a {
    color: var(--ln-red) !important;
    font-weight: 700;
}

.ln-v4-order-add-page .button-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

.ln-v4-order-add-page .searchButton {
    min-height: 42px;
    margin: 0;
    padding: 10px 18px;
    border: 0;
    border-radius: 6px;
    background: var(--ln-red);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.ln-v4-order-add-page .searchButton:hover {
    background: var(--ln-red-dark);
    color: #fff;
}

.ln-v4-order-add-page .alert-danger {
    border-color: rgba(215, 25, 32, 0.28);
    border-radius: 8px;
    background: #fff5f5;
    color: var(--ln-red-dark);
}

.ln-v4-order-add-page .alertItem {
    border-color: var(--ln-red) !important;
    box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.14) !important;
}

.ln-v4-mobile-nav {
    display: none;
}

@media (max-width: 1180px) {
    .ln-v4-container {
        width: min(100% - 32px, 980px);
    }

    .ln-v4-hero-copy {
        display: block;
    }

    .ln-v4-hero-copy p {
        margin-top: 8px;
    }

    .ln-v4-top-search {
        grid-template-columns: minmax(0, 1.3fr) minmax(150px, 0.65fr) 132px;
        align-items: end;
    }

    .ln-v4-layout {
        grid-template-columns: 260px minmax(0, 1fr);
    }

    .ln-v4-filter {
        position: static;
        max-height: none;
        overflow: visible;
    }

    .ln-v4-discovery {
        grid-column: 1 / -1;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ln-v4-listing-top {
        display: block;
    }

    .ln-v4-listing-top strong {
        display: block;
        margin-top: 6px;
        text-align: left;
    }

    .ln-v4-quick-page .container {
        width: min(100% - 32px, 980px);
    }

    .ln-v4-quick-page .search_bar .row:nth-of-type(2) > [class*="col-"] {
        margin-bottom: 10px;
    }

    .ln-v4-quick-page .search_bar .row:nth-of-type(2) > [class*="col-"]:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
}

@media (max-width: 820px) {
    .ln-v4-container {
        width: min(100% - 24px, 680px);
    }

    .ln-v4-search-hero {
        padding-top: 24px;
    }

    .ln-v4-hero-copy h1 {
        font-size: 26px;
    }

    .ln-v4-top-search,
    .ln-v4-layout,
    .ln-v4-discovery {
        grid-template-columns: 1fr;
    }

    .ln-v4-filter {
        position: static;
        max-height: none;
        overflow: visible;
        order: 2;
    }

    .ln-v4-feed {
        order: 1;
    }

    .ln-v4-discovery {
        order: 3;
    }

    .ln-v4-listing {
        grid-template-columns: 150px minmax(0, 1fr);
    }

    .ln-v4-listing-top {
        display: block;
    }

    .ln-v4-listing-top strong {
        display: block;
        margin-top: 6px;
        text-align: left;
    }

    .ln-v4-quick-page .container {
        width: min(100% - 24px, 680px);
    }

    .ln-v4-quick-page .page-header h1 {
        font-size: 26px;
    }

    .ln-v4-quick-page .itembox {
        grid-template-columns: 150px minmax(0, 1fr);
    }
}

@media (max-width: 560px) {
    .ln-v4-header .top-header-bar {
        display: none;
    }

    .ln-v4-container {
        width: min(100% - 18px, 420px);
    }

    .ln-v4-hero-copy h1 {
        font-size: 23px;
    }

    .ln-v4-hero-copy p,
    .ln-v4-desc {
        font-size: 13px;
    }

    .ln-v4-top-search {
        padding: 10px;
    }

    .ln-v4-layout {
        padding-top: 18px;
    }

    .ln-v4-feed-head {
        display: block;
    }

    .ln-v4-feed-head a {
        display: inline-block;
        margin-top: 8px;
    }

    .ln-v4-listing {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .ln-v4-listing-image {
        aspect-ratio: 16 / 10;
    }

    .ln-v4-quick-page .container {
        width: min(100% - 18px, 420px);
    }

    .ln-v4-quick-page .page-header {
        padding-top: 24px;
    }

    .ln-v4-quick-page .page-header h1 {
        font-size: 23px;
    }

    .ln-v4-quick-page .page-header p,
    .ln-v4-quick-page .contentbox .bcontent {
        font-size: 13px;
    }

    .ln-v4-quick-page .search_bar .row:nth-of-type(2) {
        padding: 10px;
    }

    .ln-v4-quick-page .search_bar .row:nth-of-type(2) > [class*="col-"] {
        margin-bottom: 10px;
        padding: 0;
    }

    .ln-v4-quick-page .search_bar .row:nth-of-type(2) > [class*="col-"]:last-child {
        margin-bottom: 0;
    }

    .ln-v4-quick-page .itembox {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .ln-v4-side-box form {
        grid-template-columns: 1fr;
    }

    .ln-v4-mobile-nav {
        position: fixed;
        z-index: 50;
        left: 0;
        right: 0;
        bottom: 0;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        min-height: 62px;
        padding: 6px 8px 8px;
        background: #fff;
        border-top: 1px solid var(--ln-line);
        box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
    }

    .ln-v4-mobile-nav a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2px;
        color: var(--ln-ink);
        font-size: 11px;
        font-weight: 800;
        line-height: 1.2;
        text-decoration: none;
    }

    .ln-v4-mobile-nav span {
        color: currentColor;
        font-size: 18px;
        line-height: 1;
    }

    .ln-v4-mobile-nav a.is-active,
    .ln-v4-mobile-nav a:hover {
        color: var(--ln-red);
    }

    .ln-v4-page {
        padding-bottom: 68px;
    }
}
