.episode-main {
  min-height: 85vh !important;
}

.logo-text {
    font-size: 22px !important;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    padding-right: 18px !important;
    margin-right: 10px;
}

.blog * {
  color: #fff !important;
}

.episode-wrap {
  padding-top: 20px;
}

.simple-header {
  position: static !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 999;
  align-items: center;
  justify-content: center;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  height: 100px !important;
  width: 100% !important;
  background-color: rgb(255, 153, 204);
}

.simple-header.home {
  background-color: transparent;
}

.simple-header-nav {
  margin-right: auto;
}
.simple-header-nav ul {
  display: flex;
  gap: 10px;
}
.simple-header-nav ul li a {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 5px;
  border-radius: 5px;
  transition: all 0.3s;
  border-radius: 0 !important;
}
.simple-header-nav.home ul li a {
  /* color: rgb(255, 153, 204) !important; */
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 5px;
  border-radius: 5px;
  transition: all 0.3s;
}
.simple-header-nav ul li a.active {
  border-bottom: 2px solid #333;
}
.simple-header-nav.home ul li a.active {
  border-bottom: 2px solid #cc0100;
}

.logo-container {
  height: 100px !important;
}

.simple-promotion {
  margin-right: 0 !important;
}

.w-full {
  width: 100% !important;
}

.simple-header-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
}
