.btn-site {
    background-color: #003778;
    color: white;
}

.btn-site:hover {
    background-color: #003778;
    color: white;
}

.btn-secondary {
    border: 2px solid #003778 !important;
    color: #003778 !important;
    background: #fff !important;
    transition: background 0.2s, color 0.2s;
    border-radius: 50rem!important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #003778 !important;
    color: white !important;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #003778 !important;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.tag {
    margin-left: 0.5rem;
    font-size: 0.75rem;
    background-color: #ffc107;
    color: white;
    border-radius: 0.75rem;
    padding: 0.3rem 0.55rem;
}

.tag-green {
    background-color: #23c243c4;
}

.tag-orange {
    background-color: #e59021c4;
}

.tag-blue {
    background-color: #216eeb;
}

.accordion-button:not(.collapsed) {
    color: white !important;
    background-color: #274a8a !important;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg) !important;
}

.delivery-action-link {
    color: #3498db; /* light blue */
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.delivery-action-link:hover {
    color: #217dbb; /* darker blue on hover */
    text-decoration: underline;
}
.featured-badge {
    right: 0;
    bottom: 0;
    background: #00549a;
    color: #fff;
    font-size: 2.25rem;
    font-weight: 600;
    padding: 1rem 2rem;
    border-top-left-radius: 12px;
    z-index: 2;
}
.card:has(.featured-badge) {
    border: 4px solid #00549a;
}
