
.card p:last-child {
    margin-bottom: 0;
}

.casino-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.rating-badge {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.25rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.bonus-chip {
    position: relative;
    padding-left: 1.35rem;
}

.bonus-chip:before {
    content: "🎁";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}