.bestSellingCusineImage {
    height: 264px;
    object-fit: cover;
}

.bestSellingRestaurantsImage {
    height: 146px;
    object-fit: cover;
}

.iconSearch {
    height: 30px !important;
    width: 30px !important;
}

@media (max-width: 500px) {
    .bestSellingCusineImage {
        height: 180px;
    }

    .bestSellingRestaurantsImage {
        height: 146px;
        object-fit: cover;
    }
}

.table-action .button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
}

.table-action .fa-eye {
    background-color: #008BBA;
    -webkit-box-shadow: 0px 6px 10px rgba(0, 139, 186, 0.24);
    box-shadow: 0px 6px 10px rgba(0, 139, 186, 0.24);
}

.table-action .fa-circle-exclamation {
    background-color: #FB4E4E;
    -webkit-box-shadow: 0px 6px 10px rgba(251, 78, 78, 0.24);
    box-shadow: 0px 6px 10px rgba(251, 78, 78, 0.24);
}

.badge-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 4px 8px;
    border-radius: 12px;
    text-transform: capitalize;
}

.badge-text.yellow {
    color: #E89806;
    background-color: #FFF4DA;
}

.badge-text.green {
    color: #1AB759;
    background-color: #E2FFEE;
}

.badge-text.blue {
    color: #008BBA;
    background-color: #E2F8FF;
}

.badge-text.red {
    color: #E93C3C;
    background-color: #FFECEC;
}

.badge-text.orange {
    color: #FFA500;
    background-color: rgba(255, 166, 0, 0.12);
}

.badge-text.violet {
    color: #7F00FF;
    background-color: rgba(128, 0, 255, 0.12);
}

.badge-text.maroon {
    color: #800000;
    background-color: rgba(128, 0, 0, 0.12);
}

.order-box.status .order-box-item b {
    width: 130px;
}

.order-table-item dt {
    white-space: normal;
}


/* For menu fixing  */
.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background-color: var(--white);
}

.header.active {
    -webkit-box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.06);
}

.heder-padding {
    padding-bottom: 70px;
}

@media (max-width: 767px) {
    .heder-padding {
        padding-bottom: 60px;
    }
}

.restturnt {
    min-height: 205px;
    object-fit: cover;
}


.booking-confirmation-page {
    text-align: center;
    padding: 40px 0
}

.booking-confirmation-page i {
    color: #23b35f;
    font-size: 100px
}

.booking-confirmation-page h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -.5px;
    margin-bottom: 15px;
    display: block
}

.booking-confirmation-page p {
    font-size: 20px;
    display: block
}

.booking-confirmation-page a.button:before {
    display: none
}

.booking-confirmation-page a.button {
    padding: 11px 35px;
    background-color: #eee;
    color: #444;
    font-weight: 600;
    font-size: 16px
}

.book-now.button {
    padding: 9px;
    margin-bottom: -4px
}

@media (max-width:991px) {
    .booking-confirmation-page i {
        font-size: 100px
    }

    .booking-confirmation-page p {
        font-size: 18px
    }

    .booking-confirmation-page h2 {
        font-size: 30px
    }
}

.custom-map {
    width: 100%;
    min-height: 300px;
}

.banner-search {
    /* box-shadow: 0px 6px 32px rgba(237, 32, 73, 0.12); */
    box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.12);
}

.coupon-label {
    border-radius: 0 5px 0 0;
    padding: 1px 6px;
    background-color: #111111;
    position: absolute;
    top: 6%;
    left: 0%;
    color: white;
    font-size: 13px;
    font-weight: bold;
}


.add-review-box h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #1F1F39;
}

.add-review-box .comment-notes {
    font-size: 12px;
    color: #ba0000;
}

.sub-rating-title,
.reviewLabel {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #1F1F39;
}

.shop-modal-review svg.active {
    fill: #E89806;
    stroke: #E89806;
}

.shop-modal-review svg {
    fill: #aba9a9;
    stroke: #aba9a9;
}

.shop-modal-review li dl {
    gap: 4px;
}

.shop-modal-review {
    height: 210px;
    overflow-y: scroll;
}

.sub-ratings-container .leave-rating label {
    position: relative;
    font-size: 16px;
    margin-right: 5px;
}

.sub-ratings-container .leave-rating label:before {
    color: #74736e !important;
}

.sub-ratings-container .leave-rating input[type=radio]~label:after {
    content: "\f005";
    position: absolute;
    left: 0;
    color: #ffc600;
    opacity: 0;
    transition: .2s;
}

.leave-rating input[type=radio]:checked~label:after,
.leave-rating input[type=radio]:hover~label:after {
    opacity: 1
}

.leave-rating {
    transform: rotateY(180deg);
    display: flex;
    justify-content: end;
    margin-left: -4px;
}


.filter-group {
    overflow: visible;
    position: relative;
    z-index: 99;
}

.custonDropdown,
.custonDropdown:hover,
.custonDropdown.show,
.custonDropdown.show:focus,
.custonDropdown.active,
.custonDropdown:first-child:active,
.custonDropdown:focus-visible {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 20px;
    padding: 0px 36px 0px 12px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: capitalize;
    color: #1F1F39;
    background-color: #F7F7FC;
    border: 1px transparent;
    box-shadow: 0 0 0 0rem rgba(var(--bs-btn-focus-shadow-rgb), .0);
    padding: 8px 28px 8px 12px;
    border-radius: 20px;
    /* background: #ddd; */
}

.custonDropdown::after {
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    content: "\f078" !important;
    border-top: 0 solid;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent;
    font-size: 13px;
    bottom: 6px;
    position: absolute;
    right: 10px;
    color: #111111;
}

.cDrop {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .18);
    border-radius: 4px;
    box-shadow: 0 12px 35px 2px rgba(0, 0, 0, .12);
    padding: 20px 24px;
    overflow-y: auto;
    white-space: normal;
    width: 460px;
    transform: translate(-50%, 2px) !important;
    left: 50%;
    position: absolute;
    display: none;
    z-index: 999;
}

.cDrop.active {
    display: block;
}

.panel-buttons {
    width: 100%;
    margin-top: 13px;
}

button.panel-apply,
button.panel-cancel {
    background: 0 0;
    padding: 5px 16px;
    display: block;
    outline: 0;
    border: none;
    font-weight: 600;
    float: right;
    margin: 0;
    font-size: 15px;
    border-radius: 50px;
    background-color: #66676b;
    color: #fff;
    transition: all .3s;
}

button.panel-cancel {
    float: left;
    background-color: #f0f0f0;
    color: #666;
    opacity: 1;
}

button.panel-apply {
    background-color: #111111;
}

.clearBtn {
    color: #111111;
}

/* Range */
.rangeslider__fill {
    background: #111111;
}

.rangeslider--horizontal .rangeslider__fill {
    left: 0px;
}

.rangeslider__handle {
    width: 25px;
    height: 25px;
}

.rangeslider--horizontal {
    height: 8px;
}

.radiousTxt p {
    color: #1F1F39;
}

.kilo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #1F1F39;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.dateshow,
.guestQty {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1F1F39;
}

/* Custom CheckBox */
.checkNew .form-group {
    display: block;
    margin-bottom: 12px;
}

.checkNew .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkNew .form-group label {
    position: relative;
    cursor: pointer;
}

.checkNew .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #111111;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.checkNew .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid #111111;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.cart-switch-input:checked+label {
    color: var(--white);
    background-color: #111111;
}


.form-control.is-invalid~.invalid-feedback {
    display: block !important;
}

.checkNew {
    max-height: 250px;
    overflow-y: scroll;
}

.panel-buttons {
    display: block;
    background: #fff;
}

@media (max-width: 1199px) {
    .cDrop {
        width: 100%
    }
}

@media (max-width: 768px) {
    .cDrop {
        width: 280px;
        transform: translate(0%, 0px) !important;
        left: 0px;
    }
}

@media (max-width: 575px) {
    .cDrop {
        width: 100%;
        transform: translate(0%, 0px) !important;
        left: 0px;
    }
}

.linkTxt {
    color: #000;
    text-decoration: underline;
}

.linkTxt:hover {
    text-decoration: underline;
}


.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block;
}


.rest-name {
    display: flex;
    align-items: center;
}

.rest-name .dot {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    cursor: pointer;
}

.rest-name .dot.on {
    background: #33cc33;
}

.rest-name .dot.off {
    background: #111111;
}

/* laravel Painate css */
.custormpaginate {
    display: flex;
    justify-content: end;
}

.custormpaginate nav {
    margin-left: auto;
    display: inline-flex;
}

.custormpaginate .pagination .page-link,
.custormpaginate .pagination .page-link:focus-within,
.custormpaginate .pagination .page-link:focus {
    height: 35px;
    width: 35px;
    border-radius: 0px;
    border: 1px solid #D9DBE9;
    color: #1F1F39;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
    background: transparent;
    line-height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
}

.custormpaginate .pagination .page-item:first-child .page-link,
.custormpaginate .pagination .page-item:last-child .page-link {
    font-size: 28px;
    /* margin-top: -2px; */
}

.custormpaginate .pagination .page-item.active .page-link {
    border-color: #111111;
    background-color: #111111;
    color: #fff;
}

.custormpaginate .pagination .page-item {
    margin: 3px;

}

.custormpaginate .pagination .page-link:hover {
    border-color: #111111;
    color: #111111;
}

.custormpaginate .page-item.disabled {
    opacity: 0.7;
}


@media (max-width: 575px) {

    .custormpaginate .pagination .page-item {
        margin: 1px;
    }

    .custormpaginate .pagination .page-link,
    .custormpaginate .pagination .page-link:focus-within,
    .custormpaginate .pagination .page-link:focus {
        height: 25px;
        width: 25px;
        font-size: 10px;
        border-radius: 3px;
    }

    .custormpaginate .pagination .page-item:first-child .page-link,
    .custormpaginate .pagination .page-item:last-child .page-link {
        font-size: 20px;
    }
}


/* Loader js */
.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    position: relative;
}

.loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.lazy {
    display: none;
    /* Hide the actual image initially */
}

.form-control.is-invalid~.invalid-feedback {
    display: block !important;
}

.showAddress,
.showAddress::placeholder {
    color: #1F1F39;
}

.address-modal-label-group select {
    width: 100%;
    height: 45px;
    padding: 0px 16px;
    border-radius: 8px;
    border: 1px solid #D9DBE9;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #1F1F39;
}

.address-modal-label-group select:focus {
    border: 1px solid #111111;
}

.address-modal-details input:focus-within {
    border-color: rgba(17, 17, 17, 0.3);
}

#number::placeholder {
    opacity: 0.6;
}

.fs-12 {
    font-size: 12px;
}

@media (max-width: 991px) {

    .cart-sidebar.active {
        opacity: 1;
        visibility: visible;
        z-index: 9999;
    }
}

.contact {
    width: 100%;
    max-width: 780px;
    margin-inline: auto;
    padding-block: 48px;
}

.deliver_type {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: stretch;
    justify-content: center;
}

.deliver_type .delivery_toglle {
    padding-left: 10px;
    padding-right: 10px;
}

.deliver_type label.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.deliver_type .switch input {
    display: none;
}

.deliver_type .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #111111;
    border-radius: 50px;
    transition: .4s;
}

.deliver_type .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    transition: .4s;
    border-radius: 50px;
}

.deliver_type input:checked+.slider:before {
    transform: translateX(30px);
}



@media (max-width: 575px) {
    .header-btn {
        height: 32px;
        width: 32px;
        padding: 0px 0px;
        border-radius: 50%;
        display: flex;
        gap: 0px;
    }

    .header-btn span {
        display: none;
    }
}

@media (max-width: 400px) {
    .header-group {
        gap: 6px;
    }
}

.product-modal-media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.rest-media img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.my_toggle .d_delivery {
    font-weight: 400;
}

.my_toggle .d_delivery.active {
    font-weight: 600;
}

.my_toggle .d_pickup {
    font-weight: 400;
}

.my_toggle .d_pickup.active {
    font-weight: 600;
}

.modalAddressSearch {
    position: relative !important;
}

.modalAddressSearch .pac-container {
    display: block !important;
    top: 50px !important;
    left: 0px !important;
}


.dismissButton {
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
}

/* ================================================
   MODERNIZAÇÃO 2025 — TEMA PRETO PREMIUM
   ================================================ */

/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

body {
    font-family: 'Inter', 'OpenSauceOne', sans-serif;
}

/* --- Banner Moderno --- */
.banner {
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.banner::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 420px;
    height: 420px;
    background: rgba(17, 17, 17, 0.04);
    border-radius: 50%;
    pointer-events: none;
}

.banner-title {
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: #111111;
}

@media (max-width: 767px) {
    .banner-title {
        font-size: 2rem;
    }
}

.banner-subtitle {
    font-size: 1.05rem;
    color: #6E7191;
    margin: 16px 0 28px;
    line-height: 1.6;
}

/* --- Search Bar Modernizada --- */
.main-search-input {
    border-radius: 50px;
    overflow: hidden;
}

.banner-search {
    border-radius: 50px !important;
    border: 2px solid #e8e8e8 !important;
    background: #fff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.banner-search:focus-within {
    border-color: #111111 !important;
    box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.08) !important;
}

.banner-search button[type="submit"] {
    background: #111111;
    color: #fff;
    font-weight: 600;
    padding: 10px 28px;
    border-radius: 50px;
    transition: background 0.2s ease, transform 0.15s ease;
    letter-spacing: 0.3px;
}

.banner-search button[type="submit"]:hover {
    background: #333333;
    transform: scale(1.03);
}

/* --- Seções --- */
.section-subtitle {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #111111;
    background: rgba(17, 17, 17, 0.07);
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.section-title {
    font-size: 1.9rem;
    font-weight: 800;
    letter-spacing: -0.3px;
    color: #111111;
}

/* --- Restaurant Cards Modernos --- */
.restaurant-card {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    margin-bottom: 24px;
}

.restaurant-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}

.restaurant-card figure {
    overflow: hidden;
    margin: 0;
    border-radius: 0;
}

.restaurant-card figure img {
    transition: transform 0.4s ease;
}

.restaurant-card:hover figure img {
    transform: scale(1.06);
}

.restaurant-card .content {
    padding: 14px 16px 16px;
}

.restaurant-card .content h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #111111;
    margin-bottom: 6px;
}

.restaurant-card .content .on {
    color: #1AB759;
    font-weight: 600;
    font-size: 12px;
}

.restaurant-card .content .off {
    color: #888;
    font-weight: 500;
    font-size: 12px;
}

/* --- Category Cards --- */
.category-card {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    margin-bottom: 20px;
    text-align: center;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.13);
}

.category-card h4 {
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    padding: 10px 8px 12px;
}

/* --- Feature / How to Order --- */
.feature .swiper-slide {
    text-align: center;
    padding: 32px 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.feature .swiper-slide:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.feature .swiper-slide h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 18px 0 8px;
    color: #111111;
}

.feature .swiper-slide p {
    font-size: 14px;
    color: #6E7191;
    line-height: 1.6;
}

/* --- Navigation Header Moderno --- */
.header {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0.95) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.header-cart {
    background: #111111;
    border-radius: 50px;
    width: 42px;
    height: 42px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
    position: relative;
}

.header-cart:hover {
    background: #333333;
    transform: scale(1.07);
}

/* --- Section Title Borderd --- */
.section-title.borderd {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 28px;
}

.section-title.borderd::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 3px;
    background: #111111;
    border-radius: 2px;
}

/* --- Form buttons --- */
.form-btn,
.form-btn-inline {
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 14px rgba(17, 17, 17, 0.25);
}

.form-btn:hover,
.form-btn-inline:hover {
    background-color: #333333;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(17, 17, 17, 0.35);
}

/* --- Header Btn --- */
.header-btn {
    background: #111111 !important;
    transition: background 0.2s ease, transform 0.15s ease;
}

.header-btn:hover {
    background: #333333 !important;
    transform: scale(1.04);
}

/* --- App Section --- */
.app {
    background: linear-gradient(135deg, #f2f2f2 0%, #fafafa 100%);
    border-radius: 24px;
    margin: 0 16px;
}

/* --- Ratings Stars --- */
.ratings svg.active path {
    fill: #FFB006;
    stroke: #FFB006;
}

/* ================================================
   CUISINE PILL CARDS — Design Premium com Emoji
   ================================================ */

.cuisine-section {
    padding-top: 0;
}

.cuisine-swiper-wrapper {
    position: relative;
    overflow: hidden;
}

/* Gradiente de fade nas bordas para indicar scroll */
.cuisine-swiper-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.95));
    pointer-events: none;
    z-index: 2;
}

.cuisine-swiper {
    overflow: visible;
    padding-bottom: 8px;
}

/* Slide não tem largura fixa — cada card define a sua */
.cuisine-swiper .swiper-slide {
    width: auto !important;
}

/* --- O card principal --- */
.cuisine-pill-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 120px;
    min-height: 120px;
    border-radius: 20px;
    background: var(--cuisine-bg, #F5F5F5);
    text-decoration: none;
    padding: 16px 12px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.25s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border: 1.5px solid rgba(0,0,0,0.04);
}

/* Brilho sutil no topo */
.cuisine-pill-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(255,255,255,0.35) 0%, transparent 100%);
    border-radius: 20px 20px 0 0;
    pointer-events: none;
}

.cuisine-pill-card:hover {
    transform: translateY(-7px) scale(1.04);
    box-shadow: 0 14px 32px rgba(0,0,0,0.14);
    text-decoration: none;
}

/* --- Emoji --- */
.cuisine-emoji {
    font-size: 2.8rem;
    line-height: 1;
    display: block;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.12));
}

.cuisine-pill-card:hover .cuisine-emoji {
    transform: scale(1.18) rotate(-4deg);
}

/* --- Nome --- */
.cuisine-name {
    font-size: 12px;
    font-weight: 700;
    color: #1F1F39;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -0.1px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Responsivo mobile */
@media (max-width: 480px) {
    .cuisine-pill-card {
        width: 100px;
        min-height: 105px;
        border-radius: 16px;
        padding: 12px 8px;
    }

    .cuisine-emoji {
        font-size: 2.2rem;
    }

    .cuisine-name {
        font-size: 11px;
    }
}