.ReorderMode_reorderModeBar__vQ1np {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  background-color: var(--shadowGrayOrWhite);
  padding: 16px 16px 8px 16px;
}

.ReorderMode_reorderModeTitle__kU_SN {
  margin: 0;
  color: var(--whiteOrFiord);
}

.ReorderMode_buttonsContainer__8he3q {
  display: flex;
  gap: 8px;
}

.ReorderMode_draggableCardList__uc0Lk {
  padding: 0px 16px;
  margin: 0 auto;
  background-color: var(--shadowGrayOrWhite);
  overflow-x: hidden;
  overflow-y: auto;
}

.ReorderMode_cardContainer__YSAIW {
  padding: 4px 8px;
  margin: 8px 0px;
  background-color: var(--shadowGrayOrWhite);
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.ReorderMode_cardMetadata__DXSpH {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.ReorderMode_cardText__JKO0Z {
  padding: 4px 8px;
  margin: 8px 0px;
}

.ReorderMode_cardPlayButton__N86eq {
  border: none;
  border-radius: 100%;
  background-color: var(--cardinal);
  margin: 8px;
  cursor: pointer;
}

.ReorderMode_cardImg__MZxf9 {
  border-radius: 4px;
  width: 46px;
  height: 46px;
  margin: 8px;
}

.ReorderMode_cardDragHandle__yCIKQ {
  background-color: var(--shadowGrayOrWhite);
  padding: 8px;
  height: 40px;
}

/* ===========================
   Base Styles
   =========================== */
.SearchHomepage_searchHomepageContainer__5JW6c {
  display: flex;
  width: 100%;
  height: 100vh;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  background-size: cover;
  overflow: hidden;
}

.SearchHomepage_imageContainer__8iawR {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.SearchHomepage_leftContainer___AruN {
  height: 94vh;
  aspect-ratio: 600 / 790;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0;
  padding: 0;
}

.SearchHomepage_rightContainer__b5vAA {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1;
  min-width: 0;
  height: 100%;
  padding: 20px;
  padding-top: 0;
  overflow-y: auto;
  margin-left: -120px;
}

/* ===========================
   Text Styles
   =========================== */
.SearchHomepage_text1__sQgTG,
.SearchHomepage_text2__FDwAP {
  width: 85%;
  max-width: 800px;
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
}

.SearchHomepage_text1__sQgTG {
  margin-top: 8%;
}

.SearchHomepage_text2__FDwAP {
  margin-top: 5%;
}

.SearchHomepage_text3__bbm23 {
  max-width: 436px;
  width: 90%;
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.2;
  background: #cc4e01;
  border-radius: 10px;
  text-align: center;
  margin-top: 8%;
  padding: 10px;
  font-weight: 600;
}

/* ===========================
   Logo Styles
   =========================== */
.SearchHomepage_logo__jKMTj {
  max-height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.SearchHomepage_logo__jKMTj img {
  max-height: 30vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ===========================
   Media Queries - Desktop First
   =========================== */
@media only screen and (min-width: 2750px) {
  .SearchHomepage_text1__sQgTG,
  .SearchHomepage_text3__bbm23 {
    margin-top: 5%;
  }

  .SearchHomepage_text2__FDwAP {
    margin-top: 2%;
  }
}

/* Medium-Large Screens (1441px - 1599px) */
@media only screen and (min-width: 1441px) and (max-width: 1599px) {
  .SearchHomepage_searchHomepageContainer__5JW6c {
    overflow: hidden;
  }
}

/* Medium Screens (1281px - 1440px) */
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .SearchHomepage_searchHomepageContainer__5JW6c {
    overflow: hidden;
  }

  .SearchHomepage_text1__sQgTG {
    margin-top: 10%;
  }

  .SearchHomepage_text1__sQgTG,
  .SearchHomepage_text2__FDwAP {
    font-size: 22px;
  }

  .SearchHomepage_text3__bbm23 {
    font-size: 18px;
    width: 428px;
  }

  .SearchHomepage_logo__jKMTj {
    top: 40px;
    left: 900px;
  }
}

/* Small-Medium Screens (1025px - 1280px) */
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .SearchHomepage_rightContainer__b5vAA {
    min-width: 412px;
  }

  .SearchHomepage_logo__jKMTj span {
    height: 276px !important;
    width: 194px !important;
  }

  .SearchHomepage_text1__sQgTG,
  .SearchHomepage_text2__FDwAP {
    font-size: 18px;
  }

  .SearchHomepage_text3__bbm23 {
    font-size: 14px;
    width: 308px;
  }
}

/* Tablet Landscape (769px - 1024px) */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .SearchHomepage_leftContainer___AruN {
    margin-left: -140px;
  }

  .SearchHomepage_rightContainer__b5vAA {
    min-width: 360px;
  }

  .SearchHomepage_text1__sQgTG,
  .SearchHomepage_text2__FDwAP {
    font-size: 18px;
    line-height: 25px;
  }

  .SearchHomepage_text3__bbm23 {
    font-size: 14px;
    line-height: 22px;
    width: 308px;
  }
}

/* Mobile/Tablet Portrait (max-width: 768px) */
@media only screen and (max-width: 768px) {
  .SearchHomepage_searchHomepageContainer__5JW6c {
    height: auto;
    flex-direction: column;
    align-items: center;
    overflow: visible;
    flex: 0 1;
  }

  .SearchHomepage_leftContainer___AruN {
    width: 80%;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 500px;
    margin-bottom: 20px;
    flex: 0 1;
  }

  .SearchHomepage_rightContainer__b5vAA {
    width: 100%;
    padding: 20px;
    height: auto;
    overflow: visible;
    margin-left: 0px;
    flex: 0 1;
  }

  .SearchHomepage_logo__jKMTj {
    margin-top: -60px !important;
    margin-bottom: 20px;
  }

  .SearchHomepage_logo__jKMTj img {
    max-height: 150px;
    width: auto;
  }

  .SearchHomepage_text1__sQgTG,
  .SearchHomepage_text2__FDwAP {
    font-size: 16px;
    line-height: 23px;
    width: 90%;
    margin: 10px auto;
  }

  .SearchHomepage_text3__bbm23 {
    font-size: 14px;
    line-height: 22px;
    width: 90%;
    max-width: 300px;
    margin: 20px auto;
    height: auto;
    padding: 15px;
  }
}

