.jb-suite-stories {
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 14px;
    background: #fff;
}

.jb-suite-stories-title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.2;
    color: #0f172a;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d5db;
}

.jb-suite-stories-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.jb-suite-stories-item {
    margin: 0;
}

.jb-suite-stories-link {
    display: block;
    color: #111827;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
}

.jb-suite-stories-link:hover {
    color: #111827;
    text-decoration: underline;
}

.jb-suite-stories-meta {
    margin-top: 3px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.3;
}

.jb-suite-stories-show-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    color: #374151;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.jb-suite-stories-show-more:hover {
    text-decoration: underline;
    color: #111827;
}

.jb-suite-stories-chevron {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
}

@media (max-width: 900px) {
    .jb-suite-stories-title {
        font-size: 18px;
    }

    .jb-suite-stories-link {
        font-size: 14px;
    }

    .jb-suite-stories-meta {
        font-size: 12px;
    }

    .jb-suite-stories-show-more {
        font-size: 12px;
    }
}
