/* Custom CSS for Ludoa theme */
.p-top-customer__image {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

/* Breadcrumb: show full text, no ellipsis */
.breadcrumb, .breadcrumb__list, .breadcrumb__item, .breadcrumb__link {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    max-width: none !important;
}
.p-page-fv.bg-bd:before {
    background-image: url('../images/pages/bg-bd.png') !important;
}

.p-page-fv.bg-wt:before {
    background-image: url('../images/pages/bg-wt.png') !important;
}


.board-img {
    height: auto !important;
}

img {
    object-fit: cover !important;
}

.contact-form button {
    font-size: 1.3rem!important;
}

.p-top-customer {
    background-image: url('../images/top/bg-customer.png') !important;
}