.bs-13ad903f-wrapper {
    font-family: inherit;
    --bs-primary: #1e1b4b;
    --bs-accent: #3730a3;
}
.bs-13ad903f-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.bs-13ad903f-title {
    font-size: 32px;
    font-weight: 600;
    color: var(--bs-primary);
    margin: 0;
}
.bs-13ad903f-nav {
    display: flex;
    gap: 12px;
}
.bs-13ad903f-nav button {
    background: transparent;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--bs-primary);
    transition: all 0.3s ease;
}
.bs-13ad903f-nav button:hover {
    border-color: var(--bs-primary);
}
.bs-13ad903f-card {
    display: flex;
    flex-direction: column;
}
.bs-13ad903f-image-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #f1f5f9;
}
.bs-13ad903f-img {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center;
}
.bs-13ad903f-badges {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    gap: 8px;
}
.bs-13ad903f-badge {
    background: rgba(255,255,255,0.9);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: var(--bs-primary);
}
.bs-13ad903f-action-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: var(--bs-accent);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.3s;
}
.bs-13ad903f-action-btn:hover {
    background: var(--bs-primary);
    color: white;
}
.bs-13ad903f-meta {
    display: flex;
    gap: 16px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.bs-13ad903f-meta i {
    margin-right: 4px;
}
.bs-13ad903f-post-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}
.bs-13ad903f-post-title a {
    color: var(--bs-primary);
    text-decoration: none;
}
.bs-13ad903f-pagination {
    position: relative;
    margin-top: 32px;
}
.bs-13ad903f-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #cbd5e1;
    opacity: 1;
}
.bs-13ad903f-pagination .swiper-pagination-bullet-active {
    background: var(--bs-accent);
    width: 8px;
    border: 2px solid var(--bs-accent);
    outline: 2px solid transparent;
}
