.smart-reco-wrapper {
    margin: 40px 0;
    padding: 30px;
    background: #f8fafc;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
}

.smart-reco-loading {
    text-align: center;
    color: #64748b;
    font-size: 14px;
    padding: 20px 0;
}

.smart-reco-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.smart-reco-title {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
}

.smart-reco-title::before {
    content: "✨";
    margin-right: 10px;
    font-size: 24px;
}

.smart-reco-nav {
    display: flex;
    gap: 10px;
    position: relative;
    width: 80px;
}

.smart-reco-nav .swiper-button-prev,
.smart-reco-nav .swiper-button-next {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    color: #0f172a;
}

.smart-reco-nav .swiper-button-prev::after,
.smart-reco-nav .swiper-button-next::after {
    font-size: 14px;
    font-weight: bold;
}

.smart-reco-swiper {
    padding-bottom: 50px !important;
    overflow: hidden;
}

.smart-reco-swiper .swiper-slide {
    height: auto !important; /* Forces equal height cards */
    display: flex;
}

.smart-reco-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    width: 100%;
}

.smart-reco-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.1);
}

.smart-reco-thumb {
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.smart-reco-badge-new {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ef4444;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(239, 68, 68, 0.4);
}

.smart-reco-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.smart-reco-content h4 {
    margin: 0 0 15px 0;
    font-size: 15px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.5;
    flex-grow: 1;
}

.smart-reco-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
    margin-top: auto;
    border-top: 1px solid #f1f5f9;
    padding-top: 12px;
}

.smart-views {
    color: #f97316;
}

.swiper-pagination-bullet-active {
    background: #f60 !important;
}
