﻿/*set your variables here*/

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800;900&display=swap');
/*import helveticaneue*/

@font-face {
    font-family: 'helveticaneue-medium';
    src: url('../fonts/helveticaneue/HelveticaNeue-Medium.ttf');
    /* IE9 Compat Modes */
    src: url('../fonts/helveticaneue/HelveticaNeue-Medium.ttf') format('truetype'),
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'helveticaneue-bold';
    src: url('../fonts/helveticaneue/HelveticaNeue-Bold.ttf');
    /* IE9 Compat Modes */
    src: url('../fonts/helveticaneue/HelveticaNeue-Bold.ttf') format('truetype'),
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'helveticaneue-light';
    src: url('../fonts/helveticaneue/HelveticaNeue-Light.ttf');
    /* IE9 Compat Modes */
    src: url('../fonts/helveticaneue/HelveticaNeue-Light.ttf') format('truetype'),
        /* Safari, Android, iOS */
}

@font-face {
    font-family: 'MadeOuterSansBold';
    src: url('../fonts/MADE Outer Sans Bold PERSONAL USE.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OuterSansRegular';
    src: url('../fonts/MADE Outer Sans Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ViceCitySansBold';
    src: url('../fonts/ViceCitySans-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ViceCitySansLight';
    src: url('../fonts/ViceCitySans-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ScandiaBold';
    src: url('../fonts/TT-Scandia-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
    /*--main-bg-color: brown;*/
    --page-bg: #EFF3FE;
    --main-btn-color: #37b6fa;
    --main-nav-bg-color: #fbb73a;
    --main-nav-bg-active-color: #079fc5;
    --main-txt-color: #ffffff;
    --main-txt-font-family: 'Heebo', sans-serif;
    --first-section-bg-img: url(../assets/first-section-bg.png);
    --second-section-bg-img: url(../assets/second-section-bg.png);
    --third-section-bg-img: url(../assets/third-section-bg.png);
    --last-section-bg-img: url(../assets/first-section-bg.png);
    --xtra-section-bg-color: #ffffff;
    --video-div-bg-color: linear-gradient(to bottom, #b1049b, #e71163);
    --text-black: rgba(0, 0, 0, 0.84);
    --swiper-nav-bg: #37b6fa;
    --rank-status-txt-color: #fff;
    --undi-button-color: #2C292E;
}

html,
body {
    font-family: 'Heebo', sans-serif !important;
    background-color: var(--page-bg);
}

/*loader*/

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 100000;
}

.circle {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0 4px;
}

.circle-1 {
    border: 4px solid #d5ff02;
}

.circle-2 {
    border: 4px solid #d5ff02;
}

.circle-3 {
    border: 4px solid #d5ff02;
}

.circle-4 {
    border: 4px solid #d5ff02;
}

.bg-img-header {
    background-image: url(../assets/header.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: var(--main-nav-bg-color);
}

.content-header {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.47;
    color: var(--main-txt-color);
}

.bg-xtra-section {
    background-color: var(--xtra-section-bg-color);
}

.bg-video-section {
    background-image: var(--video-div-bg-color);
}

.video-title-txt {
    font-family: 'Roboto', sans-serif;
    color: var(--text-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    padding: 12px 8px;
}

.video-logo-div {
    width: 200px;
}

.main-header-text {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0);
    font-family: Heebo;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.47;
    color: var(--main-txt-color);
}

.b-rad {
    border-radius: 4px;
    overflow: hidden;
}

.main_cat_title,
.cat,
.title {
    font-family: var(--main-txt-font-family) !important;
}


.standard-padding-container {
    padding: 20px 0;
}

/*content rank*/
.rank {
    position: absolute;
    opacity: 1;
    z-index: 10;
    top: 10px;
    left: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.rank-badge {
    font-size: 16px;
    font-weight: 900;
    color: #000000;
    background-color: #d5ff02;
    width: 48px;
    height: 36px;
    border-radius: 40% / 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-shadow: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.rank-badge::before {
    content: "#";
    margin-right: 2px;
}

.arr-rank {
    width: clamp(1rem, 0.6919rem + 1.3146vw, 1.875rem);
}

.rank-direction {
    font-size: clamp(0.875rem, 0.6329rem + 1.0329vw, 1.5625rem) !important;
    line-height: 1.2;
    color: var(--rank-status-txt-color);
}

.calon-thumbnail {
    width: 130px;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    text-align: center;
}

.calon-thumbnail:before {
    content: "";
    float: left;
    padding-bottom: 92%;
}

.calon-thumbnail img {
    width: 100%;
    height: auto;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.calon-thumbnail-share {
    width: 106px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.calon-thumbnail-share:before {
    content: "";
    float: left;
    padding-bottom: 92%;
}

.calon-thumbnail-share img {
    width: 100%;
    height: auto;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.calon-title {
    font-size: 20px;
    line-height: 1.25;
    color: #000000;
    font-family: 'helveticaneue-bold', sans-serif;
    font-weight: 800;
}

.calon-details-small {
    font-size: 15px;
    line-height: 1.13;
    color: #000000;
    font-family: 'helveticaneue-medium', sans-serif;
}

.calon-details-small .artis {
    font-weight: 700;
}

.undi-btn {
    background: var(--undi-button-color);
    color: var(--main-txt-color);
    border: none;
    cursor: pointer;
}

.yt-play-div {
    width: 36px;
}

.yt-play-txt {
    font-size: 14px;
    line-height: 1.14;
    color: #000000;
}

/*swiper*/

.swiper-container {
    width: 100%;
}

.swiper-button-next-unique {
    margin-top: 0px;
    position: absolute;
    top: 45%;
    right: 3px;
    width: 45px;
    height: 45px;
    transform: translateY(-50%);
    z-index: 1;
    background: var(--swiper-nav-bg);
    border-radius: 4px;
    cursor: pointer;
}

.swiper-button-prev-unique {
    position: absolute;
    top: 45%;
    left: -6px;
    width: 45px;
    height: 45px;
    transform: translateY(-50%);
    margin-top: 0px;
    z-index: 1;
    background: var(--swiper-nav-bg);
    border-radius: 4px;
    cursor: pointer;
}

.swiper-button-next-unique,
.swiper-button-prev-unique {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next-unique i,
.swiper-button-prev-unique i {
    color: var(--main-txt-color);
}

.disabled_swiper_button {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-slide {
    height: auto;
    cursor: pointer;
}

.sidebar-div {
    padding: 20px 10px;
    margin: 40px 0;

    border-radius: 4px;
}

/*countdown*/

.countdown-bg {
    width: 100%;
    background: #fbb73a;
}

.countdown-txt {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.46;
    color: var(--main-txt-color);
}

/*tabs*/

.play-icon-div {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.merged-tabs {
    background-color: var(--main-nav-bg-color);
}

.tabs input[name="tab-control"] {
    display: none;
}

.tabs .content section h2,
.tabs ul li label {
    font-family: var(--main-txt-font-family);
    font-weight: bold;
    font-size: 18px;
    color: #428BFF;
}

.tabs ul {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-bottom: 0px !important;
    -webkit-box-pack: justify;
    justify-content: center;
    -webkit-box-align: end;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 90%;
}

.tabs ul li {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    /*flex: 1;*/
    width: 20%;
    padding: 14px 0px;
    text-align: center;
}

.tabs ul li label {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: var(--main-txt-color);
    font-size: 20px;
    font-weight: 500;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0 !important;
}

.tabs ul li label br {
    display: none;
}

.tabs ul li label svg {
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs ul li label img {
    width: 1.2em;
    vertical-align: bottom;
    margin-right: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
    outline: 0;
    color: #bec5cf;
}

.tabs ul li label:hover svg,
.tabs ul li label:focus svg,
.tabs ul li label:active svg {
    fill: #bec5cf;
}

.tabs .slider {
    position: relative;
    display: flex;
    justify-content: center;
    width: 25%;
    -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
    position: relative;
    width: 50px;
    max-width: 100%;
    margin: 0 auto;
    height: 4px;
    background: #428BFF;
    border-radius: 1px;
}

.tabs .content {
    margin-top: 0px;
}

.tabs .content section {
    display: none;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    line-height: 1.4;
}

.tabs .content section h2 {
    color: #428BFF;
    display: none;
}

.tabs .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #428BFF;
    margin-top: 5px;
    left: 1px;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
    cursor: default;
    color: #428BFF;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label svg {
    fill: #428BFF;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.merged-tabs>ul>li:nth-child(1) {
    background: var(--main-nav-bg-active-color);
    transform: skewX(-10deg);
    border-radius: 4px;
    transition: transform 0.8s ease;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.merged-tabs>ul>li:nth-child(2) {
    background: var(--main-nav-bg-active-color);
    transform: skewX(-10deg);
    border-radius: 4px;
    transition: transform 0.8s ease;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.merged-tabs>ul>li:nth-child(3) {
    background: var(--main-nav-bg-active-color);
    transform: skewX(-10deg);
    border-radius: 4px;
    transition: transform 0.8s ease;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.merged-tabs>ul>li:nth-child(4) {
    background: var(--main-nav-bg-active-color);
    transform: skewX(-10deg);
    border-radius: 4px;
    transition: transform 0.8s ease;
}

/*unskew child*/

.tabs input[name="tab-control"]:nth-of-type(1):checked~.merged-tabs>ul>li:nth-child(1)>label {
    transform: skewX(10deg);
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.merged-tabs>ul>li:nth-child(2)>label {
    transform: skewX(10deg);
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.merged-tabs>ul>li:nth-child(3)>label {
    transform: skewX(10deg);
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.merged-tabs>ul>li:nth-child(4)>label {
    transform: skewX(10deg);
}

/*change background*/

/*.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider-tab-container {
	background-image: var(--first-section-bg-img);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: var(--main-nav-bg-color);
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider-tab-container {
	background-image: var(--second-section-bg-img);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: var(--main-nav-bg-color);
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider-tab-container {
	background-image: var(--third-section-bg-img);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: var(--main-nav-bg-color);
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider-tab-container {
	background-image: var(--last-section-bg-img);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: var(--main-nav-bg-color);
}
*/

@media (max-width: 1000px) {
    .tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.slider {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.slider-tab-container>.slider-tab>.slider-div>.content>section:nth-child(1) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
    cursor: default;
    color: #428BFF;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label svg {
    fill: #428BFF;
}

@media (max-width: 1000px) {
    .tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.slider {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.slider-tab-container>.slider-tab>.slider-div>.content>section:nth-child(2) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
    cursor: default;
    color: #428BFF;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label svg {
    fill: #428BFF;
}

@media (max-width: 1000px) {
    .tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.slider {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.slider-tab-container>.slider-tab>.slider-div>.content>section:nth-child(3) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
    cursor: default;
    color: #428BFF;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label svg {
    fill: #428BFF;
}

@media (max-width: 1000px) {
    .tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.slider {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.slider-tab-container>.slider-tab>.slider-div>.content>section:nth-child(4) {
    display: block;
}

@-webkit-keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

/*modal*/

.modal {
    font-family: 'Roboto', sans-serif;
    padding-right: 0px !important;
}

.sweet-alert p {
    font-family: 'Roboto', sans-serif !important;
}

#video-main-modal .modal-dialog {
    max-width: 70%;
}

.modal-dialog {
    max-width: 90%;
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-body {
    width: 100%;
    padding: 0 !important;
    margin: 0 auto;
}

.modal-close-div {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px;
    /*background: #2E80AD;*/
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close-div span {
    color: var(--main-txt-color);
    font-style: 16px;
}

.close {
    opacity: unset !important;
}

.closebtn {
    font-style: 16px;
    color: var(--main-txt-color);
}

.poll-rank {
    width: 100%;
}

@media (max-width: 1000px) {
    .standard-padding-container {
        padding: 15px 0px;
    }

    .tabs ul li label {
        white-space: initial;
    }

    .tabs ul li label br {
        display: initial;
    }

    .tabs ul li label svg {
        height: 1.5em;
    }

    .tabs ul li label img {
        width: 1.5em;
        margin-right: 0;
    }
}

@media (max-width: 1000px) {
    .tabs ul li {
        padding: 8px 0;
    }

    .tabs ul li label {
        padding: 5px;
        border-radius: 5px;
    }

    .tabs ul li label span {
        display: none;
    }

    .tabs .slider {
        display: none;
    }

    .tabs {
        margin-top: 0px;
    }

    .tabs .content section h2 {
        display: block;
    }
}

@media (max-width: 768px) {
    .marg-top {
        margin-top: 39px;
    }

    #video-main-modal .modal-dialog,
    .modal-dialog {
        max-width: 90% !important;
        min-height: calc(100vh + 70px);
        margin: 0 auto;
    }

    .content-header,
    .main_cat_title {
        font-size: 16px !important;
    }

    .m-pad {
        padding: 8px 0 !important;
    }

    .search-nav {
        width: 100%;
        background-color: transparent;
        border: none
    }

    .rank {
        font-size: 50px;
    }
}

@media (max-width: 576px) {
    .poll-rank {
        width: 105px;
    }

    .calon-thumbnail {
        width: 140px;
    }

    .calon-thumbnail-share {
        width: 67px;
    }

    .rank {
        font-size: 14px;
    }

    .calon-details-small {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .swiper-button-next-unique {
        right: 0px;
    }

    .swiper-button-prev-unique {
        left: 0px;
    }

    .modal-dialog {
        max-width: 95% !important;
    }
}

.btn-v {
    background: #000;
    color: #9ed578;
    text-align: center;
    box-shadow: 4px 4px 5px #00000096;
    display: block;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border-radius: 0 0 7px 7px;
}

.btn-v:hover {
    background: #000;
    color: #fff;
    text-align: center;
    box-shadow: 4px 4px 5px #00000096;
    display: block;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    border-radius: 0 0 7px 7px;
}

.noir {
    height: 55px;
    transform: skew(16deg);
}

@media (max-width: 480px) {
    .heading-vote {
        font-size: 24px !important;
    }

    .noir {
        height: 45px;
    }
}

/* Premium Custom Capsule Card Styles ΓÇö Figma: 240├ù427, radius 20, border #E6E7EB */
.custom-vote-card {
    background-color: #FFFFFF;
    background: #FFFFFF;
    border: 1px solid #E6E7EB;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 120%;
    max-width: 120%;
    min-height: 427px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}

@media (min-width: 1300px) {
    .custom-vote-card {
        max-width: 230px;
    }
}

@media (max-width: 991px) {
    .custom-vote-card {
        min-height: 0;
        width: 100%;
        max-width: 100%;
    }
}

.custom-vote-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
}

.card-image-wrapper {
    position: relative;
    width: 100%;
    /* Enforces perfect square ratio dynamically on all screen sizes */
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.card-cover-img {
    width: 100%;
    height: 100%;
    /* Prevents any vertical stretching/squeezing of cover art */
    object-fit: cover;
    display: block;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.custom-vote-card:hover .card-cover-img {
    transform: scale(1.04);
}

/* Floating Youtube Play Button on Image top-right */
.youtube-play-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);
    transition: background 0.3s, transform 0.2s;
}

.youtube-play-btn:hover {
    background: #FFFFFF;
    transform: scale(1.1);
}

.card-body-content {
    padding: 16px 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
    justify-content: flex-start;
    text-align: left;
}

.card-song-meta {
    margin-bottom: 0;
    text-align: left;
}

/* Song meta: penyanyi, lirik, komposer ΓÇö 13px / 20px */
.custom-vote-card .song-details {
    font-family: 'ViceCitySansLight', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    color: #2C292E !important;
    margin-bottom: 0 !important;
}

/* Figma: Undi button 209├ù40, radius 20, #2C292E */
.custom-vote-card .undi-btn {
    background-color: #2C292E;
    color: #FFFFFF;
    border: none;
    border-radius: 20px;
    width: 209px;
    max-width: 100%;
    height: auto;
    min-height: 40px;
    padding: 8px 16px;
    font-family: 'ViceCitySansBold', sans-serif !important;
    font-size: 16px;
    line-height: 1.25;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
    align-self: stretch;
    text-align: center;
    text-transform: none;
    white-space: normal;
    box-shadow: 0px 4px 10px rgba(44, 41, 46, 0.1);
    box-sizing: border-box;
}

.custom-vote-card .undi-btn:hover {
    background-color: #1a181a;
    box-shadow: 0px 6px 15px rgba(44, 41, 46, 0.2);
    transform: translateY(-1px);
}

.custom-vote-card .undi-btn:active {
    transform: translateY(0);
}
