.expressing-page .expressing-card {
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
    background: #ffffff;
}

.expressing-card-head {
    display: flex;
    gap: 0.85rem;
    align-items: center;
}

.expressing-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.expressing-card-simple .expressing-icon {
    background: #e8f1ff;
    color: #0b4cb8;
}

.expressing-card-continuous .expressing-icon {
    background: #fff3e0;
    color: #b45309;
}

.expressing-card-perfect .expressing-icon {
    background: #e7f6ee;
    color: #15803d;
}

.expressing-card-past-perfect .expressing-icon {
    background: #ede9fe;
    color: #5b21b6;
}

.expressing-kicker {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    color: #64748b;
    margin: 0 0 0.15rem;
}

.expressing-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}

.expressing-title a {
    color: #0f172a;
    text-decoration: none;
    border-bottom: 1px solid #cbd5f5;
}

.expressing-title a:hover {
    color: #0d6efd;
    border-color: transparent;
}

.expressing-accordion .accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 0.9rem;
    overflow: hidden;
    background: #ffffff;
}

.expressing-accordion .accordion-item + .accordion-item {
    margin-top: 0.85rem;
}

.expressing-accordion .accordion-button {
    background: #f8fafc;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.35;
    padding: 0.95rem 1.1rem;
}

.expressing-accordion .accordion-button:not(.collapsed) {
    background: #eef2ff;
    color: #1e3a8a;
}

.expressing-accordion .accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.2);
}

.expressing-accordion .accordion-body {
    padding: 1rem 1.1rem 1.1rem;
    color: #374151;
}

.expressing-list {
    list-style: none;
    padding-left: 0;
    margin: 0.75rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.expressing-list li {
    position: relative;
    padding-left: 1.35rem;
}

.expressing-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #94a3b8;
}

.expressing-note {
    color: #475569;
    font-weight: 600;
    margin-top: 0.5rem;
}

@media (max-width: 768px) {
    .expressing-card-head {
        align-items: flex-start;
    }

    .expressing-accordion .accordion-button {
        padding: 0.85rem 1rem;
    }
}

body.layout-drawers-present,
body.layout-drawers-past,
body.layout-drawers-future,
body.layout-drawers-tenses {
    overflow-x: hidden;
}

body.layout-drawers-present main .row.g-4,
body.layout-drawers-past main .row.g-4,
body.layout-drawers-future main .row.g-4,
body.layout-drawers-tenses main .row.g-4 {
    position: relative;
    overflow: visible;
}

body.layout-drawers-present main .row.g-4 > .fiveo-sidebar,
body.layout-drawers-past main .row.g-4 > .fiveo-sidebar,
body.layout-drawers-future main .row.g-4 > .fiveo-sidebar,
body.layout-drawers-tenses main .row.g-4 > .fiveo-sidebar {
    position: relative;
    overflow: visible;
}

@media (min-width: 992px) {
    body.layout-drawers-present main .row.g-4,
    body.layout-drawers-past main .row.g-4,
    body.layout-drawers-future main .row.g-4,
    body.layout-drawers-tenses main .row.g-4 {
        --drawer-peek: 56px;
        --drawer-width: 320px;
    }

    body.layout-drawers-present main .row.g-4 > .fiveo-sidebar,
    body.layout-drawers-past main .row.g-4 > .fiveo-sidebar,
    body.layout-drawers-future main .row.g-4 > .fiveo-sidebar,
    body.layout-drawers-tenses main .row.g-4 > .fiveo-sidebar {
        flex: 0 0 var(--drawer-peek);
        max-width: var(--drawer-peek);
        z-index: 5;
    }

    body.layout-drawers-present main .row.g-4 > .fiveo-main,
    body.layout-drawers-past main .row.g-4 > .fiveo-main,
    body.layout-drawers-future main .row.g-4 > .fiveo-main,
    body.layout-drawers-tenses main .row.g-4 > .fiveo-main {
        flex: 1 1 auto;
        max-width: calc(100% - (2 * var(--drawer-peek)));
        z-index: 1;
    }

    body.layout-drawers-present main .row.g-4 > .fiveo-sidebar .card,
    body.layout-drawers-present main .row.g-4 > .fiveo-sidebar .fiveo-sidenav,
    body.layout-drawers-past main .row.g-4 > .fiveo-sidebar .card,
    body.layout-drawers-past main .row.g-4 > .fiveo-sidebar .fiveo-sidenav,
    body.layout-drawers-future main .row.g-4 > .fiveo-sidebar .card,
    body.layout-drawers-future main .row.g-4 > .fiveo-sidebar .fiveo-sidenav {
        width: var(--drawer-width);
        transition: transform 0.35s ease, box-shadow 0.35s ease;
    }

    body.layout-drawers-tenses main .row.g-4 > .fiveo-sidebar .card,
    body.layout-drawers-tenses main .row.g-4 > .fiveo-sidebar .fiveo-sidenav {
        width: var(--drawer-width);
        transition: transform 0.35s ease, box-shadow 0.35s ease;
    }

    body.layout-drawers-present main .row.g-4 > .fiveo-sidebar-left .card,
    body.layout-drawers-present main .row.g-4 > .fiveo-sidebar-left .fiveo-sidenav,
    body.layout-drawers-past main .row.g-4 > .fiveo-sidebar-left .card,
    body.layout-drawers-past main .row.g-4 > .fiveo-sidebar-left .fiveo-sidenav,
    body.layout-drawers-future main .row.g-4 > .fiveo-sidebar-left .card,
    body.layout-drawers-future main .row.g-4 > .fiveo-sidebar-left .fiveo-sidenav {
        transform: translateX(calc(-1 * (var(--drawer-width) - var(--drawer-peek))));
    }

    body.layout-drawers-tenses main .row.g-4 > .fiveo-sidebar-left .card,
    body.layout-drawers-tenses main .row.g-4 > .fiveo-sidebar-left .fiveo-sidenav {
        transform: translateX(calc(-1 * (var(--drawer-width) - var(--drawer-peek))));
    }

    body.layout-drawers-present main .row.g-4 > .fiveo-sidebar-right .card,
    body.layout-drawers-present main .row.g-4 > .fiveo-sidebar-right .fiveo-sidenav,
    body.layout-drawers-past main .row.g-4 > .fiveo-sidebar-right .card,
    body.layout-drawers-past main .row.g-4 > .fiveo-sidebar-right .fiveo-sidenav,
    body.layout-drawers-future main .row.g-4 > .fiveo-sidebar-right .card,
    body.layout-drawers-future main .row.g-4 > .fiveo-sidebar-right .fiveo-sidenav {
        transform: translateX(0);
    }

    body.layout-drawers-tenses main .row.g-4 > .fiveo-sidebar-right .card,
    body.layout-drawers-tenses main .row.g-4 > .fiveo-sidebar-right .fiveo-sidenav {
        transform: translateX(0);
    }

    body.layout-drawers-present main .row.g-4 > .fiveo-sidebar-left:hover .card,
    body.layout-drawers-present main .row.g-4 > .fiveo-sidebar-left:hover .fiveo-sidenav,
    body.layout-drawers-present main .row.g-4 > .fiveo-sidebar-left:focus-within .card,
    body.layout-drawers-present main .row.g-4 > .fiveo-sidebar-left:focus-within .fiveo-sidenav,
    body.layout-drawers-past main .row.g-4 > .fiveo-sidebar-left:hover .card,
    body.layout-drawers-past main .row.g-4 > .fiveo-sidebar-left:hover .fiveo-sidenav,
    body.layout-drawers-past main .row.g-4 > .fiveo-sidebar-left:focus-within .card,
    body.layout-drawers-past main .row.g-4 > .fiveo-sidebar-left:focus-within .fiveo-sidenav,
    body.layout-drawers-future main .row.g-4 > .fiveo-sidebar-left:hover .card,
    body.layout-drawers-future main .row.g-4 > .fiveo-sidebar-left:hover .fiveo-sidenav,
    body.layout-drawers-future main .row.g-4 > .fiveo-sidebar-left:focus-within .card,
    body.layout-drawers-future main .row.g-4 > .fiveo-sidebar-left:focus-within .fiveo-sidenav,
    body.layout-drawers-tenses main .row.g-4 > .fiveo-sidebar-left:hover .card,
    body.layout-drawers-tenses main .row.g-4 > .fiveo-sidebar-left:hover .fiveo-sidenav,
    body.layout-drawers-tenses main .row.g-4 > .fiveo-sidebar-left:focus-within .card,
    body.layout-drawers-tenses main .row.g-4 > .fiveo-sidebar-left:focus-within .fiveo-sidenav {
        transform: translateX(0);
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
    }

    body.layout-drawers-present main .row.g-4 > .fiveo-sidebar-right:hover .card,
    body.layout-drawers-present main .row.g-4 > .fiveo-sidebar-right:hover .fiveo-sidenav,
    body.layout-drawers-present main .row.g-4 > .fiveo-sidebar-right:focus-within .card,
    body.layout-drawers-present main .row.g-4 > .fiveo-sidebar-right:focus-within .fiveo-sidenav,
    body.layout-drawers-past main .row.g-4 > .fiveo-sidebar-right:hover .card,
    body.layout-drawers-past main .row.g-4 > .fiveo-sidebar-right:hover .fiveo-sidenav,
    body.layout-drawers-past main .row.g-4 > .fiveo-sidebar-right:focus-within .card,
    body.layout-drawers-past main .row.g-4 > .fiveo-sidebar-right:focus-within .fiveo-sidenav,
    body.layout-drawers-future main .row.g-4 > .fiveo-sidebar-right:hover .card,
    body.layout-drawers-future main .row.g-4 > .fiveo-sidebar-right:hover .fiveo-sidenav,
    body.layout-drawers-future main .row.g-4 > .fiveo-sidebar-right:focus-within .card,
    body.layout-drawers-future main .row.g-4 > .fiveo-sidebar-right:focus-within .fiveo-sidenav,
    body.layout-drawers-tenses main .row.g-4 > .fiveo-sidebar-right:hover .card,
    body.layout-drawers-tenses main .row.g-4 > .fiveo-sidebar-right:hover .fiveo-sidenav,
    body.layout-drawers-tenses main .row.g-4 > .fiveo-sidebar-right:focus-within .card,
    body.layout-drawers-tenses main .row.g-4 > .fiveo-sidebar-right:focus-within .fiveo-sidenav {
        transform: translateX(calc(-1 * (var(--drawer-width) - var(--drawer-peek))));
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
    }

    body.layout-drawers-present main .row.g-4 > .fiveo-sidebar::after,
    body.layout-drawers-past main .row.g-4 > .fiveo-sidebar::after,
    body.layout-drawers-future main .row.g-4 > .fiveo-sidebar::after,
    body.layout-drawers-tenses main .row.g-4 > .fiveo-sidebar::after {
        position: absolute;
        top: 35%;
        transform: translateY(-50%);
        width: 44px;
        height: 110px;
        border-radius: 14px;
        background: #ffffff;
        border: 1px solid #e5e7eb;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #64748b;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 1.1rem;
        content: "";
        z-index: 6;
    }

    body.layout-drawers-present main .row.g-4 > .fiveo-sidebar-left::after,
    body.layout-drawers-past main .row.g-4 > .fiveo-sidebar-left::after,
    body.layout-drawers-future main .row.g-4 > .fiveo-sidebar-left::after,
    body.layout-drawers-tenses main .row.g-4 > .fiveo-sidebar-left::after {
        right: 6px;
        content: "\f0c9";
    }

    body.layout-drawers-present main .row.g-4 > .fiveo-sidebar-right::after,
    body.layout-drawers-past main .row.g-4 > .fiveo-sidebar-right::after,
    body.layout-drawers-future main .row.g-4 > .fiveo-sidebar-right::after,
    body.layout-drawers-tenses main .row.g-4 > .fiveo-sidebar-right::after {
        left: 6px;
        content: "\f1ea";
    }
}
