.uw-4cc0f22b-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.uw-4cc0f22b-header {
    text-align: center;
    margin-bottom: 48px;
}

.uw-4cc0f22b-heading {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.2;
    color: #1a1a2e;
}

.uw-4cc0f22b-subheading {
    font-size: 18px;
    margin: 0;
    line-height: 1.6;
    color: #6b7280;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.uw-4cc0f22b-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.uw-4cc0f22b-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.uw-4cc0f22b-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.uw-4cc0f22b-card-top {
    margin-bottom: 20px;
}

.uw-4cc0f22b-badge-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.uw-4cc0f22b-badge {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.uw-4cc0f22b-badge--free {
    background-color: #ecfdf5;
    color: #059669;
}

.uw-4cc0f22b-badge--paid {
    background-color: #eff6ff;
    color: #2563eb;
}

.uw-4cc0f22b-spots {
    font-size: 12px;
    color: #9ca3af;
    font-weight: 500;
}

.uw-4cc0f22b-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.3;
    color: #1a1a2e;
}

.uw-4cc0f22b-description {
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
    margin: 0;
}

.uw-4cc0f22b-card-bottom {
    border-top: 1px solid #f3f4f6;
    padding-top: 20px;
}

.uw-4cc0f22b-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.uw-4cc0f22b-detail {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #6b7280;
}

.uw-4cc0f22b-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    opacity: 0.7;
}

.uw-4cc0f22b-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 24px;
    background-color: #1a1a2e;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.2s ease, transform 0.2s ease;
    box-sizing: border-box;
}

.uw-4cc0f22b-btn:hover {
    background-color: #16213e;
    color: #ffffff;
    transform: translateY(-1px);
}

@media (max-width: 1024px) {
    .uw-4cc0f22b-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .uw-4cc0f22b-grid {
        grid-template-columns: 1fr;
    }

    .uw-4cc0f22b-heading {
        font-size: 28px;
    }

    .uw-4cc0f22b-subheading {
        font-size: 16px;
    }

    .uw-4cc0f22b-wrapper {
        padding: 24px 16px;
    }
}
