/* FormBuilder shop pages — tweaks on top of Diara utility CSS */
.fb-shop-page {
    min-height: 60vh;
}

.fb-shop-page .bg-primary,
.fb-shop-page .bg-primary-600 {
    background-color: #6730e3 !important;
}

.fb-shop-page .text-primary-600 {
    color: #6730e3 !important;
}

.fb-shop-page .hover\:bg-primary-700:hover {
    background-color: #5a28c9 !important;
}

.fb-shop-hero {
    background: linear-gradient(135deg, #6730e3 0%, #8b5cf6 100%);
    color: #fff;
    padding: 2.5rem 0;
    margin-bottom: 2rem;
}

.fb-shop-hero h1 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.fb-shop-hero p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
}
