body {
    line-height: normal!important;
}

.modal-overlay {
    position: fixed!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    background: rgba(0,0,0,0.5)!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    z-index: 9999!important;
}

.modal-content {
    background: white!important;
    padding: 30px!important;
    max-height: 80vh!important;
    width: 90%!important;
    max-width: 1000px!important;
    overflow-y: auto!important;
    border-radius: 8px!important;
    position: relative!important;
}

.modal-close-btn {
    position: absolute!important;
    top: 10px!important;
    right: 10px!important;
    font-size: 18px!important;
    background: transparent!important;
    border: none!important;
    cursor: pointer!important;
}

.select-player-btn {
    margin-bottom: 1rem!important;
}


/* Scope styles to your block editor UI */
.player-meta-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two columns */
  gap: 16px;
  margin-top: 20px;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.player-meta-inputs .components-base-control {
  margin-bottom: 0; /* reduce vertical stacking */
}

.player-meta-inputs .components-base-control__label {
  font-weight: 600;
  margin-bottom: 4px;
  color: #333;
}

.player-meta-inputs input[type="text"],
.player-meta-inputs input[type="number"] {
  border-radius: 6px;
  padding: 8px 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

.player-meta-inputs input[type="text"]:focus,
.player-meta-inputs input[type="number"]:focus {
  border-color: #007cba;
  box-shadow: 0 0 0 1px #007cba;
  outline: none;
}


/* Card CSS */
.container-main {
    display: flex!important;
    justify-content: center!important;
    height: 100%!important;
    margin-top: 50px;
}

.centered-container {
    margin: auto!important;
    width: 75%!important;
}

.tv-card .aspect-ratio-16x9 {
    width: 100%!important;
    padding-bottom: 56.25%!important;
    /* 9 divided by 16 (height/width ratio) multiplied by 100 */
    position: relative!important;
}

.tv-card .card-container {
    border: 1px solid #000000!important;
}

.tv-card .card-header {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 15%!important;
    display: flex!important;
    flex-direction: row!important;
    justify-content: space-between!important;
    background-color: #000!important;
    /* background: linear-gradient(to left, #02426E, #09233D) !important; */
    color: #fff!important;
}

.tv-card .card-header-wrapper {
    display: flex!important;
    flex-direction: row!important;
    justify-content: space-between!important;
    align-items: center!important;
    width: 95%!important;
    margin: auto!important;
}

.tv-card .player-name-wrapper {
    display: flex!important;
    flex-direction: column!important;
    text-align: center!important;
    padding-left: 2%!important;
    margin: auto!important;
}

.tv-card .nhl-logo-wrapper {
    height: 100%!important;
    display: flex!important;
}

.tv-card .card-body {
    position: absolute!important;
    top: 15%!important;
    left: 0!important;
    width: 100%!important;
    height: 85%!important;
    display: flex!important;
    flex-direction: row!important;
    padding: 2%!important;
    padding-bottom: 3%!important;

    background-color: #000!important;
}

.tv-card .player-info-section {
    width: 15%!important;
    display: flex!important;
    flex-direction: column!important;
    height: 99%!important;
    /* justify-content: space-between!important; */
}

.tv-card .player-headshot-container {
    display: flex!important;
    flex-direction: column!important;
    /* height: 50%!important; */
}

.tv-card .player-headshot-wrapper {
    display: flex!important;
    /* height: auto!important; */
    height: 149px!important;
    /* height: 55%!important; */
    padding: 5%!important;
    border: 1px solid #fff!important;
    background-color: #212121!important;
}

.tv-card .player-headshot {
    width: 100%!important;
    margin: auto!important;
    height: 100%!important;
    object-fit: contain!important;
}

.tv-card .player-pos-no {
    display: flex!important;
    flex-direction: row!important;
    justify-content: center!important;
    border: 1px solid #fff!important;
    border-top: none!important;
    background-color: #212121!important;
    /* height: 20%!important; */
}

.tv-card .player-pos-no table {
    padding: 2px!important;
}

.tv-card .player-pos-no table tr td {
    padding: 0px 10px!important;
}

.tv-card .player-pos-no table tr th p {
    font-size: 18px!important;
    font-weight: 500!important;
    text-align: center!important;
    /* color:#fff */
}

.tv-card .player-pos-no table tr th {
    color: #fff!important;
}

.tv-card .player-pos-no table tr td p {
    font-size: 18px!important;
    font-weight: 500!important;
    text-align: center!important;
}

.tv-card .player-bio {
    margin-top: 5%!important;
    /* height: 50%!important; */
}

.tv-card .player-bio table {
    width: 100%!important;
    background-color: #212121!important;
    border: 1px solid #fff!important;
    /* height: 25%!important; */
}

.tv-card .player-bio table:nth-child(1) {
    min-height: 124px;
    /* height: 25%!important; */
}

.tv-card .player-bio table:nth-child(2) {
    min-height: 50%;
    display: flex;
    align-items: center;
    /* height: 25%!important; */
}

.tv-card .player-bio table tbody {
    display: flex;
    flex-direction: column;
}
.tv-card .player-bio table:nth-child(1) tbody {
    justify-content: center;
}
.tv-card .player-bio table:nth-child(2) tbody {
   justify-content: space-evenly;
}

.tv-card .border-right {
    border-right: 1px solid #000000!important;
}

.tv-card .border-top-none {
    border-top: none !important;
}

.tv-card .right-side-section {
    width: 85%!important;
    display: flex!important;
    flex-direction: column!important;
    /* justify-content: space-between!important; */
}

.tv-card .player-rating-wrapper {
    display: flex!important;
    flex-direction: row!important;
    width: 100%!important;
    height: fit-content!important;
    margin-bottom: 1%!important;
    height: 74%!important;
}

.tv-card .player-rating-left {
    width: 50%!important;
    display: flex!important;
    flex-direction: column!important;
    justify-content: space-between!important;
    margin-left: 1%!important;
    padding: 1%!important;
    height: 100%!important;
    background-color: #212121!important;
    border: 1px solid #fff!important;
}

.tv-card .player-rating-right {
    display: flex!important;
    flex-direction: column!important;
    justify-content: space-between!important;
    width: 50%!important;
    height: 100%!important;
    margin: 0% 1%!important;
    padding: 1%!important;
    background-color: #212121!important;
    border: 1px solid #fff!important;
}

.tv-card .player-rating-no-bar-wrapper {
    display: flex!important;
    flex-direction: row!important;
    margin-top: -15px!important;
}

.tv-card .w3-border {
    min-height: 27px!important;
    width: 100%!important;
    margin: 2.4% 0% 0%!important;
}

.tv-card .w3-blue {
    background: linear-gradient(to right, rgba(139, 0, 0, 1), rgba(255, 0, 0, 1))!important;
    /* background: linear-gradient(to left, #02426E, #09233D) !important; */
    height: 100%!important;
}

.tv-card .stats-section {
    padding: 0 1%!important;
    height: auto
}

.tv-card .stats-section table {
    width: 100%!important;
    border: 1px solid #fff!important;
    background-color: #212121!important;
    color: #fff!important;
}

.tv-card .projection-section {
    display: flex!important;
    flex-direction: row!important;
    justify-content: space-evenly!important;
    height: 30%!important;
    border: 1px solid #000000!important;
    margin: 1% 1% 0% 0%!important;
    background-color: #212121!important;
    width: 100%!important;
}

.tv-card .projection-wrapper {
    width: 100%!important;
    display: flex!important;
    flex-direction: column!important;
    text-align: center!important;
    background-color: #212121!important;
    justify-content: space-evenly!important;
    /* padding: 2px */
    border: 1px solid #fff!important;
}

.tv-card .bukala-credits {
    position: absolute!important;
    bottom: 1%!important;
    right: 3%!important;
}

.tv-card .provided-by-container {
    display: flex!important;
    flex-direction: row!important;
    justify-content: space-between!important;
    width: 100%!important;
}

.tv-card .provided-by-wrapper {
    display: flex!important;
    flex-direction: row!important;
}

.tv-card .tphg-logo {
    position: absolute!important;
    bottom: 1%!important;
    right: 2%
}

/* Font Classes */
.tv-card p {
    font-family: "Roboto", sans-serif 
}

.tv-card .name-font {
    margin: 0px!important;
    font-size: 3.5rem!important;
    font-weight: 600!important;
    font-family: "protipo-narrow", sans-serif!important;
    line-height: 5.5rem!important;
    color: #fff
}

.tv-card .team-font {
    margin: 0px!important;
    font-size: 1.25rem!important;
    margin-top: -15px!important;
    font-family: "protipo-narrow", sans-serif!important;
    color: #fff

    /* display: none!important; */
}

.tv-card .bio-font {
    margin: 0px!important;
    font-size: 24px!important;
    color: #fff

}

.tv-card .bio-text-font {
    font-size: 22px!important;
    color: #fff
}

.tv-card .pos-no-font {
    background-color: #fff!important;
    border: 1px solid #000000!important;
    padding: 0px 10px!important;
    font-size: 18px!important;
    font-weight: 600!important;
    /* color: #fff */
}

.tv-card .projection-font {
    margin: 0px!important;
    font-size: 20px!important;
    color: #fff;
    text-transform: capitalize;

}

.tv-card .rating-name-font {
    margin: 0px!important;
    font-weight: 800!important;
    font-size: 27px!important;
    color: #fff;
    text-transform: uppercase;
}

.tv-card .report-font {
    margin: 0px!important;
    color: #fff!important;
}

.tv-card .skill-rating-font {
    margin: 0px!important;
    font-weight: 600!important;
    font-size: 35px!important;
    /* width: 5%!important; */
    background: linear-gradient(to right, rgba(139, 0, 0, 1), rgba(255, 0, 0, 1))!important;
    /* background: linear-gradient(to left, #02426E, #09233D)!important; */
    /* Change these colors as per your preference */
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
    display: inline!important;
    color: #fff

}

.tv-card .provided-by-font {
    margin: 0!important;
    font-style: italic!important;
    color: #fff
}

.tv-card .bullet-list li::before {
  content: "•";
  color: white;
  font-size: 35px;
  display: inline-block;
  width: .5em;
  margin-left: -1em;
    transform: translateY(5px);
}