
.fixed-thumb {
    height: 180px;
    object-fit: cover;
    width: 100%;
}

.d-none {
    display: none !important;
}

.entertainment-radio label {
    margin: 0 0.5rem;
    cursor: pointer;
}

.entertainment-radio span {
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: inline-block;
    transition: all 0.3s;
}

.entertainment-radio input[type="radio"] {
    display: none;
}

.entertainment-radio input[type="radio"]:checked + span {
    background-color: #0d6efd !important;
    color: #fff !important;
    font-weight: 600 !important;
    border-color: #0d6efd !important;
}


