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

.favorite-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border: none;
    background-color: #eee;
    color: #333;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.favorite-button i {
    font-size: 18px;
    transition: color 0.3s ease;
}


.favorite-button:hover {
    background-color: #ddd;
}


.favorite-button.active {
    background-color: #00382f;
    color: #fff;
}

.favorite-button.active i {
    color: #fff;
}

.favorite-wrapper {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.active > .page-link, .page-link.active {
    background-color: #00382f;
}

.default-a {
    position: relative !important;
}

.strip.vip-card::before {
    content: "VIP";
    position: absolute;
    top: -5px;
    left: -38px;
    background: #d4af37;
    color: #fff;
    padding: 9px 39px;
    transform: rotate(-45deg);
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 9;
}

.strip.vip-card {
    border: 3px solid #d4af37;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}
