
.swiper {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px;
}
.swiper-slide {
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: center;
}
.inshorts-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}
.inshorts-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}
.inshorts-tab {
    padding: 8px 16px;
    background: #0073aa;
    color: white;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
}
