.v3-hero,
.v3-hero * ,
.v3-chip,
.v3-card-title,
.v3-btn-primary {
    font-family: 'Baloo 2', 'CircularStd', sans-serif;
}

.v3-hero {
    padding: 80px 0 28px;
    background: radial-gradient(circle at 15% 20%, #d7f0ec 0%, transparent 45%),
        radial-gradient(circle at 85% 10%, #fff2cf 0%, transparent 40%),
        linear-gradient(180deg, #eef8f7 0%, #ffffff 100%);
}

.v3-hero h1 {
    font-size: clamp(29px, 6.6vw, 46px);
    font-weight: 800;
    color: #234b4c;
    margin-bottom: 10px;
    line-height: 1.25;
}

.v3-hero-sub {
    color: #55706f;
    font-size: 19px;
    margin-bottom: 22px;
}

.v3-search {
    max-width: 480px;
    margin: 0 auto;
}

.v3-search .form-control {
    min-height: 48px;
    font-size: 19px;
    border-radius: 999px;
    padding-left: 20px;
    border: 2px solid #cfe6e4;
}

.v3-search .form-control:focus {
    border-color: #467D7F;
    box-shadow: none;
}

#v3-filters {
    padding: 18px 0 8px;
}

.v3-chip-row {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.v3-chip {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 8px 18px;
    border: 2px solid var(--chip-color, #467D7F);
    border-radius: 999px;
    background: #fff;
    color: var(--chip-color, #467D7F);
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}

.v3-chip.active {
    background: var(--chip-color, #467D7F);
    color: #fff;
}

.v3-chip:focus-visible,
.v3-btn-primary:focus-visible,
.v3-kelas-select:focus-visible,
.v3-card:focus-visible {
    outline: 3px solid #467D7F;
    outline-offset: 2px;
}

.v3-kelas-wrap {
    max-width: 260px;
}

.v3-kelas-select {
    min-height: 44px;
    font-size: 19px;
    border-radius: 8px;
}

.v3-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 12px 0 8px;
}

@media (min-width: 576px) {
    .v3-cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .v3-cards-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.v3-card {
    display: block;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(20, 40, 40, 0.08);
    text-decoration: none;
    color: inherit;
    transition: transform .15s ease, box-shadow .15s ease;
}

.v3-card:hover,
.v3-card:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(20, 40, 40, 0.14);
    color: inherit;
    text-decoration: none;
}

.v3-card-accent {
    height: 6px;
    background: var(--accent-color, #467D7F);
}

.v3-card-thumb-wrap {
    aspect-ratio: 4 / 3;
    background: #f1f5f5;
    overflow: hidden;
}

.v3-card-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.v3-card-body {
    padding: 12px 14px 14px;
}

.v3-card-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.v3-badge-mapel {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 999px;
}

.v3-badge-kelas {
    background: #eef2f2;
    color: #556;
    font-size: 13px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 999px;
}

.v3-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #1f2d2d;
    margin: 0 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.v3-card-desc {
    font-size: 16px;
    color: #6b7a7a;
    margin: 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.v3-card-footer {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #7a8888;
}

.v3-card-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
}

.v3-card-footer-text {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
    min-width: 0;
    flex: 1;
}

.v3-card-author {
    font-weight: 600;
    color: #4a5757;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.v3-card-time {
    font-size: 12px;
    color: #7a8888;
}

.v3-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 0;
    color: #7a8888;
}

#v3-notes-grid > .spinner-border {
    grid-column: 1 / -1;
    margin: 40px auto;
}

.v3-load-more-wrap {
    padding: 24px 0 48px;
}

.v3-btn-primary {
    min-height: 46px;
    padding: 10px 28px;
    background: #467D7F;
    color: #fff;
    border: none;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 700;
}

.v3-btn-primary:hover {
    background: #569496;
    color: #fff;
}

.v3-cta {
    margin-top: 16px;
}

.v3-cta a {
    color: #467D7F;
    font-weight: 600;
}

@media (max-width: 575px) {
    .v3-btn-primary {
        width: 100%;
    }

    .v3-kelas-wrap {
        max-width: 100%;
    }
}

/* Detail page */

.v3-detail-top {
    padding: 100px 0 8px;
    font-family: 'Baloo 2', 'CircularStd', sans-serif;
}

.v3-detail-title {
    font-size: clamp(26px, 5.4vw, 38px);
    font-weight: 800;
    color: #1f2d2d;
    margin: 10px 0 12px;
    line-height: 1.3;
}

.v3-detail-meta {
    margin-bottom: 14px;
}

.v3-detail-meta .v3-card-author {
    max-width: none;
}

.v3-detail-desc {
    font-size: 18px;
    color: #4a5757;
    margin-bottom: 12px;
}

.v3-detail-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.v3-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    border: 2px solid #cfe6e4;
    background: #fff;
    color: #234b4c;
    font-weight: 700;
    font-size: 14px;
}

.v3-action-btn:hover {
    background: #eef8f7;
    border-color: #467D7F;
}

.v3-action-btn.is-bookmarked {
    background: #467D7F;
    border-color: #467D7F;
    color: #fff;
}

.v3-action-btn:disabled {
    opacity: .6;
    pointer-events: none;
}

.v3-action-btn-icon {
    font-size: 15px;
    line-height: 1;
}

.v3-source-link {
    display: inline-block;
    font-weight: 700;
    color: #467D7F;
    margin-bottom: 20px;
}

.v3-thumb-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}

@media (min-width: 576px) {
    .v3-thumb-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.v3-thumb-item {
    position: relative;
    display: block;
    padding: 0;
    border: 1px solid #e5eeee;
    background: none;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(20, 40, 40, 0.08);
    cursor: pointer;
    aspect-ratio: 3 / 4;
}

.v3-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.v3-thumb-page {
    position: absolute;
    right: 8px;
    bottom: 8px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 999px;
}

.v3-viewer-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v3-viewer-nav:hover {
    border-color: #467D7F;
}

.v3-viewer-prev {
    left: 5%;
}

.v3-viewer-next {
    right: 5%;
}

.v3-viewer-counter {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 999px;
}

.v3-limit-gate-wrap .modal-dialog {
    max-width: 720px;
}

.v3-limit-gate-body {
    display: flex;
    gap: 24px;
    align-items: stretch;
}

.v3-limit-gate-thumb {
    flex: 0 0 42%;
    max-width: 42%;
    border-radius: 14px;
    overflow: hidden;
    background: #f1f5f5;
}

.v3-limit-gate-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.v3-limit-gate-content {
    flex: 1;
    min-width: 0;
}

.v3-limit-gate-register {
    background: #fff;
    border: 2px solid #cfe6e4;
    color: #467D7F;
    margin-top: 10px;
}

.v3-limit-gate-register:hover {
    background: #eef8f7;
    color: #467D7F;
}

@media (max-width: 575px) {
    .v3-limit-gate-body {
        flex-direction: column;
    }

    .v3-limit-gate-thumb {
        flex: 0 0 auto;
        max-width: 100%;
        max-height: 200px;
    }
}

.v3-limit-gate-benefits {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.v3-limit-gate-benefits li {
    position: relative;
    padding-left: 26px;
    font-size: 14px;
    font-weight: 600;
    color: #234b4c;
}

.v3-limit-gate-benefits li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #467D7F;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}

.v3-related-section {
    padding: 32px 0 48px;
    border-top: 1px solid #eef2f2;
}

/* Landing page */

.v3-hero-lg {
    padding: 120px 0 44px;
}

.v3-hero-lg h1 {
    font-size: clamp(31px, 7vw, 50px);
}

.v3-hero-lg .v3-hero-sub {
    font-size: 22px;
}

.v3-hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.v3-hero-actions .v3-search {
    margin: 0;
}

.v3-hero-or {
    color: #7a8888;
    font-size: 16px;
    font-weight: 600;
}

.v3-hero-actions .v3-btn-primary {
    flex: 0 0 auto;
}

@media (max-width: 575px) {
    .v3-hero-actions {
        flex-direction: column;
    }
}

.v3-features {
    padding: 44px 0;
    background: #fff;
}

.v3-feature-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 20px;
}

@media (min-width: 576px) {
    .v3-feature-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.v3-feature-card {
    text-align: center;
    padding: 24px 18px;
    background: #f7fbfb;
    border-radius: 18px;
}

.v3-feature-icon {
    display: inline-block;
    font-size: 41px;
    margin-bottom: 10px;
}

.v3-feature-card h3 {
    font-family: 'Baloo 2', 'CircularStd', sans-serif;
    font-size: 21px;
    font-weight: 800;
    color: #234b4c;
    margin: 0 0 6px;
}

.v3-feature-card p {
    font-size: 16px;
    color: #55706f;
    margin: 0;
}

.v3-section-head {
    margin-bottom: 14px;
}

.v3-section-head h2 {
    font-family: 'Baloo 2', 'CircularStd', sans-serif;
    font-size: clamp(22px, 4.2vw, 29px);
    font-weight: 800;
    color: #234b4c;
    margin: 0;
}

.v3-timeline-section {
    padding: 32px 0;
}

.v3-feed-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 576px) {
    .v3-feed-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .v3-feed-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.v3-feed-viewall {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    padding: 14px;
    background: #f7fbfb;
    border: 2px dashed #cfe6e4;
    border-radius: 16px;
    color: #467D7F;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

.v3-feed-viewall:hover,
.v3-feed-viewall:focus-visible {
    color: #467D7F;
    text-decoration: none;
    background: #eef8f7;
}

.v3-feed-viewall-icon {
    font-size: 26px;
}

.v3-kelas-section {
    padding: 24px 0;
    border-top: 1px solid #eef2f2;
}

.v3-kelas-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.v3-kelas-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 18px 8px;
    background: #f7fbfb;
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    transition: background .15s ease;
}

.v3-kelas-item:hover,
.v3-kelas-item:focus-visible {
    background: #eef8f7;
    color: inherit;
    text-decoration: none;
}

.v3-kelas-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #eaf2f1;
    font-size: 34px;
    line-height: 1;
}

.v3-kelas-item-all .v3-kelas-icon {
    background: #fff;
    border: 2px dashed #cfe6e4;
    color: #467D7F;
    font-family: 'Baloo 2', 'CircularStd', sans-serif;
    font-weight: 800;
}

.v3-kelas-label {
    font-size: 16px;
    font-weight: 700;
    color: #234b4c;
    text-align: center;
}

.v3-feed-post {
    display: block;
    background: #fff;
    border: 1px solid #eef2f2;
    border-radius: 16px;
    padding: 14px 16px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 10px rgba(20, 40, 40, 0.06);
    transition: box-shadow .15s ease;
}

.v3-feed-post:hover,
.v3-feed-post:focus-visible {
    color: inherit;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(20, 40, 40, 0.12);
}

.v3-feed-post-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.v3-feed-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
    border: 2px solid var(--accent-color, #467D7F);
}

.v3-feed-post-head-text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    min-width: 0;
}

.v3-feed-author {
    font-weight: 700;
    font-size: 17px;
    color: #1f2d2d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.v3-feed-time {
    font-size: 14px;
    color: #7a8888;
}

.v3-feed-caption {
    font-size: 17px;
    color: #1f2d2d;
    margin: 0 0 10px;
}

.v3-feed-media {
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    overflow: hidden;
    background: #f1f5f5;
    margin-bottom: 10px;
}

.v3-feed-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.v3-feed-post-foot {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.v3-stats-section {
    padding: 32px 0;
    border-top: 1px solid #eef2f2;
}

.v3-stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
}

@media (min-width: 576px) {
    .v3-stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.v3-stat-number {
    display: block;
    font-family: 'Baloo 2', 'CircularStd', sans-serif;
    font-size: clamp(37px, 7.6vw, 56px);
    font-weight: 800;
    color: #467D7F;
}

.v3-stat-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #55706f;
    margin-top: 4px;
}

.v3-cta-banner {
    padding: 48px 0;
    background: radial-gradient(circle at 15% 20%, #d7f0ec 0%, transparent 45%),
        radial-gradient(circle at 85% 10%, #fff2cf 0%, transparent 40%),
        linear-gradient(180deg, #eef8f7 0%, #ffffff 100%);
}

.v3-cta-banner h2 {
    font-family: 'Baloo 2', 'CircularStd', sans-serif;
    font-size: clamp(24px, 4.8vw, 34px);
    font-weight: 800;
    color: #234b4c;
    margin-bottom: 8px;
}

.v3-cta-banner p {
    color: #55706f;
    font-size: 18px;
    max-width: 480px;
    margin: 0 auto 18px;
}

.v3-faq-section {
    padding: 32px 0 48px;
}

.v3-faq {
    max-width: 640px;
    margin: 0 auto;
}

.v3-faq-item {
    border-bottom: 1px solid #eef2f2;
}

.v3-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 4px;
    font-weight: 700;
    font-size: 18px;
    color: #1f2d2d;
}

.v3-faq-question:hover,
.v3-faq-question:focus-visible {
    color: #467D7F;
    text-decoration: none;
}

.v3-faq-icon {
    flex: 0 0 auto;
    color: #467D7F;
    font-weight: 800;
    font-size: 22px;
    transition: transform .15s ease;
}

.v3-faq-question[aria-expanded="true"] .v3-faq-icon {
    transform: rotate(45deg);
}

.v3-faq-answer {
    padding: 0 4px 16px;
    color: #55706f;
    font-size: 17px;
    margin: 0;
}

.v3-404 {
    padding: 100px 0 40px;
    text-align: center;
}

.v3-404-emoji {
    display: inline-block;
    font-size: 52px;
    margin-bottom: 12px;
}

.v3-404 h1 {
    font-family: 'Baloo 2', 'CircularStd', sans-serif;
    font-size: clamp(24px, 5vw, 34px);
    font-weight: 800;
    color: #234b4c;
    margin-bottom: 10px;
}

.v3-404 .v3-hero-sub {
    max-width: 480px;
    margin: 0 auto 24px;
}

.v3-about-mission {
    padding: 40px 0;
}

.v3-about-mission p {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    color: #55706f;
    font-size: 17px;
}

.v3-team-section {
    padding: 20px 0 56px;
}

.v3-team-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
}

.v3-team-card {
    text-align: center;
    padding: 28px 32px;
    background: #f7fbfb;
    border-radius: 18px;
    min-width: 200px;
}

.v3-team-avatar {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px;
}

.v3-team-card h3 {
    font-family: 'Baloo 2', 'CircularStd', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #234b4c;
    margin: 0 0 4px;
}

.v3-team-card p {
    font-size: 14px;
    color: #55706f;
    margin: 0;
}

.v3-about-timeline-section {
    padding: 20px 0 40px;
}

.v3-about-timeline {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 24px;
}

@media (min-width: 768px) {
    .v3-about-timeline {
        flex-direction: row;
        gap: 24px;
    }
}

.v3-about-timeline-item {
    flex: 1;
    padding-left: 20px;
    border-left: 3px solid #467D7F;
}

@media (min-width: 768px) {
    .v3-about-timeline-item {
        padding-left: 0;
        padding-top: 20px;
        border-left: none;
        border-top: 3px solid #467D7F;
    }
}

.v3-about-timeline-year {
    display: inline-block;
    background: #467D7F;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 999px;
    margin-bottom: 8px;
}

.v3-about-timeline-content h3 {
    font-family: 'Baloo 2', 'CircularStd', sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: #234b4c;
    margin: 0 0 6px;
}

.v3-about-timeline-content p {
    font-size: 14px;
    color: #55706f;
    margin: 0;
}

/* Dashboard (logged-in area) */

.dc-shell {
    padding: 80px 0 20px;
    background: linear-gradient(180deg, #eef8f7 0%, #ffffff 100%);
    font-family: 'Baloo 2', 'CircularStd', sans-serif;
}

.dc-shell-inner {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.dc-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(20, 40, 40, 0.12);
    flex: 0 0 auto;
}

.dc-greeting h1 {
    font-size: clamp(20px, 4vw, 26px);
    font-weight: 800;
    color: #234b4c;
    margin: 0 0 2px;
}

.dc-greeting p {
    font-size: 14px;
    color: #55706f;
    margin: 0;
}

.dc-menu {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.dc-menu-item {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    border-radius: 999px;
    border: 2px solid #cfe6e4;
    background: #fff;
    color: #467D7F;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}

.dc-menu-item:hover {
    color: #467D7F;
    text-decoration: none;
    border-color: #467D7F;
}

.dc-menu-item.active {
    background: #467D7F;
    border-color: #467D7F;
    color: #fff;
}

.dc-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    padding: 16px 0 8px;
}

.dc-filter-row .dc-filter-search {
    flex: 1 1 260px;
    max-width: none;
    margin: 0;
}

.dc-filter-row .v3-kelas-select {
    flex: 1 1 180px;
    width: auto;
}

.dc-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.dc-card-link:hover {
    color: inherit;
    text-decoration: none;
}

.v3-bookmark-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 34px;
    height: 34px;
    min-height: 34px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 1px 4px rgba(20, 40, 40, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #7a8888;
    cursor: pointer;
}

.v3-bookmark-btn.is-bookmarked {
    color: #d9a400;
}

.v3-bookmark-btn:focus-visible {
    outline: 3px solid #467D7F;
    outline-offset: 2px;
}

@media (max-width: 575px) {
    .dc-shell-inner {
        gap: 10px;
    }

    .dc-avatar {
        width: 44px;
        height: 44px;
    }
}
