/* Bundle Hero */
.wpsell-bundle-hero {
    background: var(--wpsell-gold);
    color: #fff;
    padding: 60px 0;
}

.wpsell-breadcrumbs {
    font-size: 14px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.wpsell-breadcrumbs a {
    color: #fff;
    text-decoration: none;
}

.wpsell-breadcrumbs span {
    margin: 0 8px;
}

.wpsell-bundle-hero-content {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 50px;
    align-items: start;
}

.wpsell-bundle-badge {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.wpsell-bundle-badge .dashicons {
    font-size: 14px;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 5px;
}

.wpsell-bundle-title {
    font-size: 42px;
    margin: 0 0 20px 0;
    line-height: 1.2;
    color: #fff;
}

.wpsell-bundle-excerpt {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.95;
    margin-bottom: 30px;
}

.wpsell-bundle-highlights {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.highlight-item .dashicons {
    font-size: 32px;
    width: 32px;
    height: 32px;
}

.highlight-item strong {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.highlight-item span {
    font-size: 14px;
    opacity: 0.9;
}

.highlight-savings {
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: var(--wpsell-radius);
}

/* Purchase Card */
.wpsell-bundle-purchase-card {
    background: #fff;
    border-radius: var(--wpsell-radius-lg);
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 20px;
}

.bundle-thumbnail img {
    width: 100%;
    height: auto;
}

.purchase-card-content {
    padding: 30px;
}

.bundle-price {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid var(--wpsell-100);
}

.price-free {
    font-size: 32px;
    font-weight: 700;
    color: #28a745;
    text-align: center;
}

.price-sale-info .price-label {
    display: block;
    font-size: 14px;
    color: var(--wpsell-500);
    margin-bottom: 8px;
}

.price-values {
    display: flex;
    align-items: center;
    gap: 12px;
}

.price-regular {
    font-size: 18px;
    color: var(--wpsell-400);
    text-decoration: line-through;
}

.price-current {
    font-size: 32px;
    font-weight: 700;
    color: var(--wpsell-800);
}

.price-comparison {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed var(--wpsell-300);
}

.total-value {
    display: block;
    font-size: 14px;
    color: var(--wpsell-500);
    margin-bottom: 8px;
}

.savings-badge {
    display: inline-block;
    padding: 6px 12px;
    background: #28a745;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: var(--wpsell-radius-sm);
}

.enrollment-status {
    padding: 15px;
    border-radius: var(--wpsell-radius);
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
}

.enrollment-status.enrolled {
    background: #d4edda;
    color: #155724;
}

.enrollment-status .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.wpsell-btn {
    display: block;
    width: 100%;
    padding: 16px 24px;
    border-radius: var(--wpsell-radius);
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.wpsell-btn-primary {
    background: var(--wpsell-gold);
    color: #fff;
}

.wpsell-btn-primary:hover {
    background: #5568d3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(200, 169, 81, 0.4);
}

.wpsell-btn-secondary {
    background: var(--wpsell-50);
    color: var(--wpsell-800);
    border: 2px solid var(--wpsell-300);
}

.wpsell-btn-secondary:hover {
    background: #e9ecef;
    border-color: var(--wpsell-400);
}

.wpsell-btn-large {
    font-size: 18px;
    padding: 18px 28px;
}

.wpsell-btn .dashicons {
    font-size: 20px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
}

.bundle-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    font-size: 14px;
    color: var(--wpsell-500);
}

.bundle-info-item .dashicons {
    color: var(--wpsell-gold);
    font-size: 18px;
    width: 18px;
    height: 18px;
}

/* Bundle Content */
.wpsell-bundle-content {
    padding: 60px 0;
}

.wpsell-section {
    margin-bottom: 50px;
}

.wpsell-section h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.description-content {
    font-size: 16px;
    line-height: 1.8;
    color: var(--wpsell-800);
}

/* Courses List */
.courses-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.bundle-course-item {
    display: grid;
    grid-template-columns: 60px 200px 1fr auto;
    gap: 25px;
    padding: 25px;
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: var(--wpsell-radius-lg);
    align-items: center;
    transition: all 0.3s;
}

.bundle-course-item:hover {
    border-color: var(--wpsell-gold);
    box-shadow: 0 5px 20px rgba(200, 169, 81, 0.1);
}

.course-number {
    width: 50px;
    height: 50px;
    background: var(--wpsell-gold);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}

.course-thumbnail {
    width: 200px;
    height: 130px;
    border-radius: var(--wpsell-radius);
    overflow: hidden;
}

.course-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.bundle-course-item:hover .course-thumbnail img {
    transform: scale(1.05);
}

.course-details h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.course-details h3 a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s;
}

.course-details h3 a:hover {
    color: var(--wpsell-gold);
}

.course-excerpt {
    font-size: 14px;
    color: var(--wpsell-500);
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.course-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 13px;
    color: var(--wpsell-500);
    margin-bottom: 10px;
}

.course-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.course-meta .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.course-meta .meta-rating .stars {
    color: #ffc107;
}

.course-value {
    font-size: 14px;
}

.value-label {
    color: var(--wpsell-500);
    margin-right: 5px;
}

.value-price {
    font-weight: 700;
    color: var(--wpsell-800);
}

.course-actions {
    text-align: center;
}

.course-link {
    display: inline-block;
    padding: 10px 20px;
    background: var(--wpsell-50);
    color: var(--wpsell-gold);
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s;
    border: 2px solid #e9ecef;
}

.course-link:hover {
    background: var(--wpsell-gold);
    color: #fff;
    border-color: var(--wpsell-gold);
}

.course-link .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

/* Container */
.wpsell-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Responsive */
@media (max-width: 1024px) {
    .wpsell-bundle-hero-content {
        grid-template-columns: 1fr;
    }
    
    .wpsell-bundle-purchase-card {
        position: static;
    }
    
    .bundle-course-item {
        grid-template-columns: 1fr;
    }
    
    .course-number {
        margin: 0 auto;
    }
    
    .course-thumbnail {
        width: 100%;
        height: 200px;
    }
}

@media (max-width: 768px) {
    .wpsell-bundle-title {
        font-size: 32px;
    }
    
    .wpsell-bundle-highlights {
        flex-direction: column;
        gap: 15px;
    }
    
    .wpsell-section h2 {
        font-size: 24px;
    }
}
