.breadcrumb {
    margin-bottom: 0;
    font-size: 13px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "›";
}

.restaurant-gallery {
    height: 300px;
    overflow: hidden;
}

.restaurant-gallery img {
    object-fit: cover;
}

.more-photos,
.add-photo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-box {
    border-radius: 3px;
    font-size: 12px;
    padding: 2px 5px;
    font-weight: bold;
}

.verified-badge,
.claimed-badge {
    font-size: 12px;
}

.nav-tabs .nav-link {
    color: #666;
    font-weight: 500;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 0.5rem 1rem;
}

.nav-tabs .nav-link.active {
    color: #2b77e5;
    border-bottom: 3px solid #2b77e5;
    background-color: transparent;
}

.rating-star {
    color: #ddd;
    cursor: pointer;
}

.rating-star:hover {
    color: #fcb900;
}

.card {
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: none;
}

.service-title {
    font-weight: normal;
}

.whatsapp-section {
    background-color: #fff8e5;
    border: 1px solid #ffe0b2;
    border-radius: 8px;
}

.rating-trend {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 13px;
}

.nav-pills .nav-link {
    color: #333;
    border-radius: 0;
    font-size: 14px;
    padding: 5px 10px;
}

.nav-pills .nav-link.active {
    background-color: transparent;
    color: #2b77e5;
    border-bottom: 2px solid #2b77e5;
}

.review-label {
    background-color: #fff4f4;
    color: #d32f2f;
    border-radius: 4px;
    padding: 4px 8px;
    display: inline-block;
    font-size: 12px;
}

.list-group-item {
    background-color: transparent;
}
