.home-section-heading-wrap {
    margin-bottom: 18px;
}

.home-section-heading {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.home-section-heading-title {
    margin: 0;
    color: #101828;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    font-family: 'open_sans_new', 'Arial', sans-serif;
}

.ts-v2-content-title {
    font-size: 16px !important;
    line-height: 1.28;
    font-weight: 700;
}

body.single .ts-v2-content-title {
    font-size: 16px !important;
}

body.ts-v2-body .ts-v2-content-title {
    font-size: 16px !important;
}

.home-section-heading-line {
    display: block;
    width: 50px;
    height: 3px;
    border-radius: 999px;
    background: #d92d20;
}

.home-section-heading-subtitle {
    margin: 10px 0 0 0;
    color: #667085;
    font-size: 14px;
    line-height: 22px;
    font-family: 'open_sans_new', 'Arial', sans-serif;
}

.featured-collections-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 34px;
}

.home-intro {
    margin: 0 0 26px;
    padding: 18px 0 22px;
    border-bottom: 1px solid #eaecf0;
}

.home-intro h1 {
    margin: 0 0 8px;
    color: #101828;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
    font-family: 'open_sans_new', 'Arial', sans-serif;
}

.home-intro p {
    max-width: 760px;
    margin: 0;
    color: #667085;
    font-size: 15px;
    line-height: 24px;
    font-family: 'open_sans_new', 'Arial', sans-serif;
}

.home-reading-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 0 0 30px;
}

.home-reading-panel {
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(16, 24, 40, 0.04);
    overflow: hidden;
}

.home-reading-panel:only-child {
    grid-column: 1 / -1;
}

.home-reading-panel-head {
    padding: 14px 16px 10px;
    border-bottom: 1px solid #f0f2f5;
}

.home-reading-panel-title {
    margin: 0;
    color: #101828;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    font-family: 'open_sans_new', 'Arial', sans-serif;
}

.home-reading-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.home-reading-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #f3f4f6;
}

.home-reading-item:last-child {
    border-bottom: 0;
}

.home-reading-item:hover,
.home-reading-item:focus {
    background: #f9fafb;
    text-decoration: none;
}

.home-reading-thumb {
    width: 72px;
    height: 54px;
    border-radius: 8px;
    object-fit: cover;
    flex: 0 0 72px;
    background: #f2f4f7;
}

.home-reading-body {
    min-width: 0;
    flex: 1 1 auto;
}

.home-reading-title {
    color: #101828;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    font-family: 'open_sans_new', 'Arial', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-reading-meta {
    margin-top: 5px;
    color: #667085;
    font-size: 12px;
    line-height: 18px;
    font-family: 'open_sans_new', 'Arial', sans-serif;
}

.home-reading-progress-track {
    display: block;
    margin-top: 8px;
    width: 100%;
    height: 5px;
    border-radius: 999px;
    background: #eef2f6;
    overflow: hidden;
}

.home-reading-progress-fill {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: #d92d20;
}

.featured-collection-card {
    display: block;
    padding: 18px;
    min-height: 210px;
    border-radius: 16px;
    border: 1px solid #d9e5ff;
    background:
        linear-gradient(160deg, rgba(255,255,255,.86), rgba(255,255,255,.24)),
        center / cover no-repeat,
        radial-gradient(circle at top left, rgba(23, 92, 211, 0.08), transparent 34%),
        radial-gradient(circle at bottom right, rgba(249, 115, 22, 0.08), transparent 30%),
        linear-gradient(135deg, #f8fbff 0%, #eef4ff 52%, #fff8ef 100%);
    box-shadow: 0 14px 28px rgba(16, 24, 40, 0.05);
    text-decoration: none;
}

.featured-collection-card-title {
    margin: 0 0 8px 0;
    color: #101828;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    font-family: 'open_sans_new', 'Arial', sans-serif;
}

.featured-collection-card-subtitle {
    margin: 0;
    color: #475467;
    font-size: 14px;
    line-height: 22px;
    font-family: 'open_sans_new', 'Arial', sans-serif;
}

.featured-collection-card-meta {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(208,213,221,.9);
    color: #344054;
    font-size: 12px;
    font-weight: 700;
    font-family: 'open_sans_new', 'Arial', sans-serif;
}

.ts-v2-trending-strip {
    margin-top: 5px;
}

.ts-v2-offers-section {
    background: transparent;
}

.ts-v2-home-sidebar-stack {
    display: grid;
    gap: 20px;
}

.ts-v2-sidebar-reading-list {
    display: grid;
    gap: 14px;
}

.ts-v2-home-sidebar .ts-v2-reading-card {
    overflow: hidden;
    border: 1px solid #e8eef5;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 26px rgba(16, 24, 40, .045);
}

.ts-v2-home-sidebar .ts-v2-reading-card-head {
    padding: 13px 14px 11px;
    border-bottom: 1px solid #eef2f6;
}

.ts-v2-home-sidebar .ts-v2-reading-card-head h2 {
    display: flex;
    align-items: center;
    margin: 0;
    color: #101828;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1.25;
}

.ts-v2-home-sidebar .ts-v2-reading-list {
    display: grid;
    gap: 0;
}

.ts-v2-home-sidebar .ts-v2-reading-list > * {
    border-bottom: 1px solid #f2f5f8;
}

.ts-v2-home-sidebar .ts-v2-reading-list > *:last-child {
    border-bottom: 0;
}

.ts-v2-home-sidebar .ts-v2-reading-title {
    color: #1f2937;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.35;
}

.ts-v2-home-sidebar .ts-v2-reading-meta {
    color: #667085;
    font-size: 12px;
    line-height: 1.35;
}

.ts-v2-home-sidebar .ts-v2-main-saved-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 14px;
}

.ts-v2-home-sidebar .ts-v2-saved-shortcut {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 38px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.ts-v2-home-sidebar .ts-v2-saved-shortcut--read-later {
    background: #eff6ff;
    color: #2563eb;
}

.ts-v2-home-sidebar .ts-v2-saved-shortcut--favorite {
    background: #fff7ed;
    color: #c2410c;
}

.ts-v2-sidebar-author-list {
    display: grid;
    gap: 14px;
}

.ts-v2-home-sidebar .ts-v2-author-card {
    overflow: hidden;
    border: 1px solid #e8eef5;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 26px rgba(16, 24, 40, .045);
    color: inherit;
    text-decoration: none;
}

.ts-v2-home-sidebar .ts-v2-author-card .card-body {
    padding: 18px !important;
}

.ts-v2-home-sidebar .ts-v2-author-badge,
.ts-v2-home-sidebar .ts-v2-author-stat {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    padding: 7px 10px;
}

.ts-v2-home-sidebar .ts-v2-author-badge > :first-child {
    margin-right: 0 !important;
    font-size: 5px;
}

.ts-v2-home-sidebar .ts-v2-author-badge-danger,
.ts-v2-home-sidebar .ts-v2-author-badge-warning,
.ts-v2-home-sidebar .ts-v2-author-badge-success {
    background: #fff1e7 !important;
    color: #b45309 !important;
}

.ts-v2-home-sidebar .ts-v2-author-stat-danger,
.ts-v2-home-sidebar .ts-v2-author-stat-warning,
.ts-v2-home-sidebar .ts-v2-author-stat-success {
    background: #fff7ed !important;
    color: #9a3412 !important;
}

.ts-v2-home-sidebar .ts-v2-author-username {
    overflow: hidden;
    color: #101828;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ts-v2-home-sidebar .ts-v2-author-stories {
    margin-top: 5px;
    color: #667085;
    font-size: 14px;
    line-height: 1.35;
}

@media (min-width: 992px) {
    .ts-v2-home-feed-col {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .ts-v2-home-sidebar {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .ts-v2-home-sidebar-stack {
        position: sticky;
        top: 96px;
    }
}

.ts-v2-home-feed-col .row > .col-sm-6.col-lg-3 {
    width: 33.333333%;
}

.ts-v2-offer-panel-wrap {
    min-width: 0;
}

.ts-v2-offer-panel {
    overflow: hidden;
    border: 1px solid #e8eef5;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 26px rgba(16, 24, 40, .045);
}

.ts-v2-offer-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 14px 11px;
    border-bottom: 1px solid #eef2f6;
}

.ts-v2-offer-panel-head h3 {
    display: inline-flex;
    align-items: center;
    margin: 0;
    color: #101828;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1.25;
}

.ts-v2-offer-panel-head h3 .bi {
    color: #b45309;
    font-size: 15px;
}

.ts-v2-offer-panel-head a {
    color: #b45309;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.ts-v2-offer-list {
    display: grid;
    gap: 0;
    padding: 10px 14px 12px;
}

.ts-v2-offer-item {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    padding: 0 0 12px;
    border-bottom: 1px solid #f2f5f8;
}

.ts-v2-offer-item + .ts-v2-offer-item {
    padding-top: 12px;
}

.ts-v2-offer-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.ts-v2-offer-thumb {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: #f2f4f7;
}

.ts-v2-offer-thumb img {
    display: block;
    width: 82px;
    height: 62px;
    object-fit: cover;
    transition: transform .25s ease;
}

.ts-v2-offer-item:hover .ts-v2-offer-thumb img {
    transform: scale(1.04);
}

.ts-v2-offer-body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding-top: 1px;
}

.ts-v2-offer-title {
    display: -webkit-box;
    overflow: hidden;
    color: #101828;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.ts-v2-offer-title:hover,
.ts-v2-offer-title:focus {
    color: #b45309;
    text-decoration: none;
}

.ts-v2-offer-meta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
    margin-top: 5px;
    overflow: hidden;
    color: #667085;
    font-size: 12px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ts-v2-offer-meta .bi {
    flex: 0 0 auto;
    color: #b45309;
    font-size: 12px;
}

.ts-v2-offer-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 7px;
}

.ts-v2-offer-foot span {
    color: #0f766e;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.ts-v2-offer-foot a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 6px 11px;
    border-radius: 7px;
    background: rgba(180, 83, 9, .09);
    color: #b45309;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.ts-v2-offer-foot a:hover,
.ts-v2-offer-foot a:focus {
    background: #b45309;
    color: #fff;
    text-decoration: none;
}

.ts-v2-home-view-all {
    margin-top: 18px;
    text-align: center;
}

.ts-v2-home-view-all .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 34px;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.ts-v2-home-view-all .btn .bi {
    margin-right: 0 !important;
    font-size: 11px;
}

@media (max-width: 1199px) {
    .featured-collections-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .home-page > .container {
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .home-page > .container > .col-lg-12 {
        padding-left: 6px;
        padding-right: 6px;
    }

    .home-intro {
        padding-top: 10px;
    }

    .home-intro h1 {
        font-size: 23px;
    }

    .home-reading-grid {
        grid-template-columns: 1fr;
    }

    .home-reading-thumb {
        width: 64px;
        height: 48px;
        flex-basis: 64px;
    }

    .ts-v2-offer-panel-head {
        padding-bottom: 10px;
    }

    .ts-v2-offer-item {
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 10px;
    }

    .ts-v2-offer-thumb img {
        width: 86px;
        height: 64px;
    }

    .ts-v2-offer-title {
        font-size: 13px;
    }

    .ts-v2-offer-foot {
        padding-top: 8px;
    }

    .featured-collections-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .ts-v2-home-feed-col .row > .col-sm-6.col-lg-3 {
        width: 100%;
    }
}

.home-author-card {
    display: block;
    text-decoration: none;
    padding: 18px;
    border-radius: 12px;
    border: 1px solid #e4e7ec;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 14px 28px rgba(16, 24, 40, 0.04);
    min-height: 146px;
}

.home-author-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
}

.home-author-badge,
.home-author-stat {
    display: inline-flex;
    align-items: center;
    padding: 6px 11px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 700;
    font-family: 'open_sans_new','Arial',sans-serif;
    border: 1px solid #d0d5dd;
    background: #fff;
}

.home-author-badge {
    color: #b42318;
    border-color: rgba(180, 35, 24, 0.16);
    background: rgba(180, 35, 24, 0.06);
}

.home-author-stat {
    color: #175cd3;
    gap: 6px;
}

.home-author-card-body {
    display: flex;
    align-items: center;
    gap: 14px;
}

.home-author-avatar {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 62px;
    border: 2px solid #eef2f6;
}

.home-author-username {
    color: #101828;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'open_sans_new','Arial',sans-serif;
    word-break: break-word;
}

.home-author-stories {
    margin-top: 6px;
    color: #667085;
    font-size: 13px;
    line-height: 20px;
    font-family: 'open_sans_new','Arial',sans-serif;
}

.home-author-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .home-section-authors {
        margin-top: 14px !important;
        margin-bottom: 24px !important;
    }

    .home-section-authors .col-md-4 {
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .home-section-authors .col-md-4 {
        margin-bottom: 10px;
    }

    .home-author-card {
        min-height: 132px;
    }

    .home-author-card-head {
        margin-bottom: 12px;
    }
}

