.unsupported-overlay {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f7ecec;
  top: 0;
  left: 0;
  cursor: default;
}

.unsupported-channel-buttons {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding-bottom: 40px;
  flex-grow: 1;
}

.unsupported-channel-buttons a {
  text-decoration: none;
}

.unsupported-channel-button {
  background-color: #e0e0e0;
  border: 2px solid #a0a0a0;
  border-radius: 10px;
  padding: 12px 25px; /* Increased padding */
  font-size: 1.2em; /* Increased font size */
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: clamp(130px, 20vw, 300px);
  height: 200px;
  /* Rectangle 2 */

  background: #799ed4;
  border: 5px solid #242323;
  box-shadow: 5px 5px 0px #313131;
  border-radius: 23px;
}

.unsupported-channel-button:hover {
  cursor: pointer;
  transform: translateY(-3px) scale(1.05); /* Increased translateY for more pronounced lift */
}

.unsupported-title-container {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
}

.unsupproted-exclaim-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  transition: all 0.2s ease;

  background: #d99090;
  border: 10px solid #ca6161;
  box-shadow: -5px 5px 0px 1px #a64f4f;
}

.unsupproted-exclaim-mark {
  font-family: "Titan One";
  font-style: normal;
  font-weight: 400;
  font-size: 190px;
  color: #333232;
  transition: all 0.2s ease;

  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;

  top: -10%;
  left: 34%;
}

.unsupported-title-box {
  background: #fbb957;
  height: 200px;
  width: 700px;
  border-width: 5px;
  border-style: solid;
  border-color: #ffa928;
  box-shadow: -4px 4px 0px #e29f3c;
  border-radius: 20px;
  transform: rotate(-4.5deg);
  transition: all 0.2s ease;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.unsupported-text {
  font-family: "Titan One";
  font-style: normal;
  font-weight: 400;
  font-size: 90px;
  color: #333232;
  transition: all 0.2s ease;

  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.display-size-text {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  text-align: center;
  color: #333232;
  transition: all 0.2s ease;

  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.unsupported-reason-box {
  width: 100%;
  background: #323232;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.unsupported-reason-text {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  text-align: center;
  color: #f7ecec;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
  transition: all 0.2s ease;
}

.unsupported-channel-text {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  text-align: center;
  color: #333232;
  line-height: 75px;
}

@media (max-width: 1150px) {
  .unsupported-title-container {
    gap: 80px;
  }

  .unsupproted-exclaim-circle {
    width: 180px;
    height: 180px;
  }

  .unsupproted-exclaim-mark {
    font-size: 170px;
  }

  .unsupported-title-box {
    height: 180px;
    width: 630px;
  }

  .unsupported-text {
    font-size: 80px;
  }

  .display-size-text {
    font-size: 55px;
  }

  .unsupported-reason-text {
    font-size: 58px;
  }

  .unsupported-channel-button {
    height: 160px;
  }

  .unsupported-channel-text {
    font-size: 60px;
    line-height: 65px;
  }
}

@media (max-width: 1040px) {
  .unsupported-title-container {
    gap: 50px;
  }

  .unsupproted-exclaim-circle {
    width: 150px;
    height: 150px;
  }

  .unsupproted-exclaim-mark {
    font-size: 140px;
  }

  .unsupported-title-box {
    height: 150px;
    width: 525px;
  }

  .unsupported-text {
    font-size: 65px;
  }

  .unsupported-reason-text {
    font-size: 50px;
  }

  .display-size-text {
    font-size: 48px;
  }
}

@media (max-width: 950px) {
  .unsupported-channel-button {
    height: 120px;
  }

  .unsupported-channel-text {
    font-size: 50px;
    line-height: 55px;
  }
}

@media (max-width: 870px) {
  .unsupported-title-container {
    gap: 35px;
  }

  .unsupproted-exclaim-circle {
    width: 125px;
    height: 125px;
  }

  .unsupproted-exclaim-mark {
    font-size: 115px;
  }

  .unsupported-title-box {
    height: 125px;
    width: 437px;
  }

  .unsupported-text {
    font-size: 53px;
  }

  .unsupported-reason-text {
    font-size: 42px;
  }

  .display-size-text {
    font-size: 42px;
  }
}

@media (max-width: 730px) {
  .unsupported-channel-button {
    height: 90px;
  }

  .unsupported-channel-text {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 750px) {
  .unsupported-title-container {
    gap: 25px;
  }

  .unsupproted-exclaim-circle {
    width: 100px;
    height: 100px;
  }

  .unsupproted-exclaim-mark {
    font-size: 90px;
  }

  .unsupported-title-box {
    height: 100px;
    width: 350px;
  }

  .unsupported-text {
    font-size: 40px;
  }

  .unsupported-reason-text {
    font-size: 34px;
  }

  .display-size-text {
    font-size: 35px;
  }
}
