﻿
.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-container a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.hidden {
    display: none;
}

.fade {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}


.button-hover-effect {
    transition: transform 0.2s ease-in-out !important;
}

.button-hover-effect:hover {
    transform: scale(1.05); /* Grows the button by 10% */
}

.d-flex-mud {
    display: flex !important;
    flex-direction: column;
}

.fixed-height {
    min-height: 100px; /* Adjust this height as needed */
}

.score-text {
    margin-top: 10px;
    font-size: 18px
}

.no-click {
    pointer-events: none;
}

.mud-badge-block {
    display: block !important;
}

.red-icon {
    color: #ff3f5f;
}

.button-font {
    height: 40px !important;
    font-weight: 500 !important;
    font-family: sans serif !important;
}
