.jb-suite-paid-companies {
    display: grid;
    gap: 14px;
}

.jb-suite-slider {
    position: relative;
}

.jb-suite-slider-track {
    min-width: 0;
    width: 100%;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.jb-suite-slider-control {
    width: 34px;
    height: 34px;
    border: 1px solid #d6dde8;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
}

.jb-suite-slider-control.is-prev {
    left: 8px;
}

.jb-suite-slider-control.is-next {
    right: 8px;
}

.jb-suite-slider-control:hover {
    border-color: #b8c6dc;
    background: #f8fbff;
    color: #0056d2;
}

.jb-suite-slider:hover .jb-suite-slider-control:not(:disabled),
.jb-suite-slider:focus-within .jb-suite-slider-control:not(:disabled) {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.jb-suite-slider-control:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.jb-suite-recent-posts-slider {
    display: grid;
    gap: 14px;
}

.jb-suite-recent-posts-slider-title {
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
    color: #0f172a;
    font-weight: 700;
}

.jb-suite-recent-posts-slider-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 48px) / 4);
    gap: 24px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 2px 0;
}

.jb-suite-recent-posts-slider-track .jb-suite-slider-item {
    min-width: 0;
    scroll-snap-align: start;
}

.jb-suite-recent-posts-slider .jb-suite-slider {
    overflow: hidden;
}

.jb-suite-recent-posts-slider-track .jb-theme-blog-card {
    min-width: 0;
}

.jb-suite-paid-companies-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.25;
    color: #111827;
    font-weight: 700;
}

.jb-suite-paid-companies-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
    scrollbar-width: thin;
}

.jb-suite-paid-company-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid #d6dde8;
    border-radius: 999px;
    background: #fff;
    text-decoration: none;
    color: #111827;
    scroll-snap-align: start;
}

.jb-suite-paid-company-item:hover {
    border-color: #b8c6dc;
    color: #111827;
    text-decoration: none;
    background: #fbfdff;
}

.jb-suite-paid-company-logo {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 0 0 26px;
    font-size: 12px;
    font-weight: 700;
    color: #4b5563;
}

.jb-suite-paid-company-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jb-suite-paid-company-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}
