@import url("https://fonts.googleapis.com/css?family=Merriweather&display=swap");

* {
  box-sizing: border-box;
  margin:0;
  text-align:left;
  font-family: 'Merriweather', 'helvetica', arial, sans-serif;
}
body {
  background-color:#222;
  color: #fff;
  /* background-image: url('rabrules_bg.png');
  background-repeat: repeat, repeat;
  background-attachment: fixed; */
}
#main-container {
  width: 100%;
  padding:5%;
}
a {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
#loader {
  clear: both;
  display: table;
  border:1px solid #333;
  margin: 100px auto;
  padding: 20px 40px 20px 30px;
  border-radius: 50px;
  text-align: center;
  width: auto;
}
#loader img {
  width: 16px;
  margin-right: 12px;
}
.pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  margin: 30px auto 10px;
  padding: 16px 20px;
  border: 1px solid #333;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.25);
}
.pagination-col {
  display: flex;
}
.pagination-prev {
  justify-content: flex-start;
}
.pagination-next {
  justify-content: flex-end;
}
.pagination-meta {
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.3px;
  opacity: 0.85;
}
.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid #444;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.3px;
  transition: all 0.2s ease;
}
.pagination-link:hover {
  background: #333;
  text-decoration: none;
}
.pagination-disabled {
  opacity: 0.4;
  cursor: default;
}
div.special-notification {
  display: block;
  margin: 60px 6% 0px 6%;
  padding: 30px;
  text-align: center;
  background-color: rgba(0,0,0,.2);
  border: 1px solid rgba(0,0,0,.4);
  border-radius: 4px;
}
div.special-notification p {
  font-size: 18px;
  text-align: center;
}
#booking_map {
  position: relative;
  margin: 40px 0 0 0;
  background-color: #fff;
  border-radius: 3px;
  min-height: 590px;
  padding: 4px 0 0 0;
}
.booking-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: transparent;
  cursor: pointer;
}
.wrapper {
  width:100%;
  margin: 0 auto;
}
#form-wrapper {
  padding: 0 30px;
}
#form-wrapper .form {
  width: 100%;
  padding: 0;
  margin: 40px 0;
}
#form-wrapper .form form {
  width: 100%;
  padding: 0;
  margin: 0;
}
div#submit,
div#view_all {
  width: 90%;
  display: block;
  margin: 40px auto;
  text-align: center;
}
div#submit p,
div#view_all p {
  text-align: center;
  padding: 0;
}
div#submit p a,
div#view_all p a {
  font-size: 16px;
  display: inline-block;
  padding: 14px 8%;
  border: 2px solid #444;
  border-radius: 30px;
  text-decoration: none;
  -webkit-transition: all .2s; /* Safari prior 6.1 */
  transition: all .2s;
}
div#submit p a:hover,
div#view_all p a:hover {
  text-decoration: underline;
  border: 2px solid #444;
  background-color:#333;
}
.box {
  width: 60%;
  max-width: 720px;
  margin: 50px 0;
  padding: 50px 0;
}
.event_view {
  display: inline-block;
  width: 60%;
  margin-right: 20px;
}
.form {
  width:90%;
  margin: 30px 0 0 0;
  border-radius: 4px;
  padding: 30px 0;
}

.counter {
  font-size: 32px;
  margin-left: 10px;
  color: #666;
  text-decoration: none;
}
.cancel_tag {
  position: relative;
  text-transform: uppercase;
  font-size: 26px;
  padding: 6px 8px;
  width: 220px;
  text-align: center;
  transform: rotate(-16deg);
  border-radius: 3px;
  top: 20px;
  left: -5px;
  color: white;
  background-color:rgba(255,0,0,.9);
  border: 4px solid #222;
}
.event .cancel_tag {
  position: absolute;
  z-index:10000;
  font-size: 46px;
  padding: 6px 8px;
  width: 340px;
  text-align: center;
  transform: rotate(10deg);
  border-radius: 3px;
  top: 320px;
  left: auto;
  right: 80px;
  color: white;
  background-color:rgba(255,0,0,.9);
}
.ad_column {
  display: inline-block;
  width: 36%;
  margin-left: 2%;
  vertical-align: top;
}
.ad {
  background-color: #121212;
  color: #fff;
  text-align: center;
}
.ad p {
  opacity: .4;
  padding: 0;
  margin: -10px 0 4px 0;
  font-size: 11px;
  text-transform: uppercase;
}
img.svg-icon {
  width: 16px;
  filter: invert(86%) sepia(90%) saturate(3%) hue-rotate(186deg) brightness(109%) contrast(97%);
}
section.upcoming p a {
  font-size: 26px;
}
span.band_country {
  font-size: 0.6em;
  opacity: .4;
}
span.dj_country {
  font-size: 0.7em;
  opacity: .4;
}
span.lyric_artist {
  font-size: 0.8em;
  padding: 0;
  margin: 0;
  opacity: .4;
}
p.description {
  margin: 0 0 30px 0;
  opacity: .8;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 100;
}
div.bands {
  font-size:22px;
  line-height:1.6em;
  margin: 30px 0 40px 0;
}
div.djs {
  font-size:18px;
  margin: 60px 0;
}
div.bands .letter {
  font-size:32px;
  margin: 40px 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: space-between;
}
div.bands .letter a {
  font-size: .6em;
}
h3.band-upcoming-events {
  font-size: 26px;
  margin: 0 0 30px 0;
  opacity:.4;
}
p.festival {
  background-color: orange;
}
p.event {
  background-color: red;
}
.event_view h3 {
  font-size: 30px;
  margin: 0 0 40px 0;
}
.event-links {
  display: block;
  margin: 40px 0 60px 0;
}
.event-links a {
  display: inline-block;
  background-color: #fff;
  color: red;
  margin: 0 16px 0 0;
  padding: 20px 30px;
  border-radius: 3px;
}
.event-metadata {
  font-size: 28px;
  line-height: 1.4em;
}
.event-metadata span {
  font-size: 18px;
  opacity: .6;
  line-height: 1em;
  display: inline-block;
  margin: 20px 0;
  line-height: 1.4em;
}
.event-metadata.date,
.event-metadata.venue {
  margin: 20px 0;
}
.box h2 {
  margin-top: 30px;
}
.box .flyer {
  margin-top: 20px;
}
.box span.cat_title {
  opacity: 0.4;
  margin: 0 6px 0 0;
  text-transform: uppercase;
  font-size: 12px;
}
.box p.date {
  font-size: 14px;
  font-weight: normal;
  opacity: 0.4;
  margin: 10px 0 0 0;
}
.box b.genre {
  text-transform: capitalize;
}
.box .item-date,
.box .item-location {
  font-size: 26px;
}
.box .item-location {
  margin-bottom: 20px;
}
.truncate {
  width: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#error {
  padding-top: 40px;
}
#error img {
  display: block;
  width: 260px;
  border-radius: 3px;
  margin: 0 auto;
}
#error h2,
#error h3,
#error p {
  text-align: center;
  max-width: 760px;
  margin: 20px auto;
  font-size: 28px;  
}
#error h2 {
  font-size: 38px;  
}
#error h3 {
  margin: 100px auto 40px;   
}
#error p {
  font-size: 20px;
  margin: 20px auto 60px;  
}
.title {
  display:block;
  width: 100%;
  margin: 60px 0;
}
h2.title {
  font-size: 72px;
}
h2.title a {
  text-decoration: none;
}
h2.title a:hover {
  text-decoration: underline;
}
.home ul.country-list,
.home ul.country-list ul {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}
.home ul.country-list {
  padding: 0;
}
.home ul.town-list {
  display: block;
  clear: both;
  width: 100%;
}
.home ul.country-list > li {
  font-size: 42px;
  margin: 30px 0 60px 0;
}
.home ul.town-list li {
  font-size: 24px;
  margin: 0 20px 0 0;
  display: inline-block;
}
.home ul.town-list li span.counter {
  font-size: 22px;
}
.event_head {
  margin: 0 0 40px;
  width: 100%;
}
.flyer_column {
  float: right;
  width: 33%;
  margin: 0 0 0 0;
}
.flyer_column img {
  margin: 0 0 0 0;
}
p.listing_maintxt {
  margin: 10px 0 60px 0;
  font-size: 20px;
  line-height: 30px;
}
.band-module,
.dj-module,
.lyric-module {
  display:table;
  background-color: #111;
  width: 100%;
  max-height: 100px;
  border-radius: 4px;
  margin: 0 0 10px 0;
  -webkit-transition: background-color .5s; /* Safari prior 6.1 */
  transition: background-color .5s;
}
.dj-module {
  display:inline-block;
  background-color: #111;
  width: 48.6%;
  max-height: 100px;
  border-radius: 4px;
  margin: 0 1% 10px 0;
  -webkit-transition: background-color .5s; /* Safari prior 6.1 */
  transition: background-color .5s;
}
.lyric-module {
  display: inline-block;
  background-color: #111;
  width: 48.6%;
  max-height: 140px;
  border-radius: 4px;
  margin: 0 1% 10px 0;
  -webkit-transition: background-color .5s;
  /* Safari prior 6.1 */
  transition: background-color .5s;
}
.band-module a,
.dj-module a,
.lyric-module a {
  display:block;
  width: 100%;
  text-decoration: none;
}
.lyric-module a {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.band-module a:hover,
.dj-module a:hover,
.lyric-module a:hover {
  background-color: #202020;
  text-decoration: none;
  -webkit-transition: background-color .5s; /* Safari prior 6.1 */
  transition: background-color .5s;
}
.band-module a:hover .band-img .mask,
.dj-module a:hover .dj-img .mask,
.lyric-module a:hover .lyric-img .mask {
  border-radius: 4px;
  -webkit-transition: border-radius .5s; /* Safari prior 6.1 */
  transition: border-radius .5s;
}
.band-module a:hover .band-img img,
.dj-module a:hover .dj-img img,
.lyric-module a:hover .lyric-img img {
  border-radius: 4px;
  -webkit-transition: border-radius .5s; /* Safari prior 6.1 */
  transition: border-radius .5s;
}
.band-module .band-img,
.dj-module .dj-img,
.lyric-module .lyric-img {
  vertical-align:middle;
  display: inline-flex;
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  margin:0;
  padding:0;
}
.dj-module .dj-img {
  width: 70px;
  height: 70px;
}
.band-module .band-img .mask,
.dj-module .dj-img .mask,
.lyric-module .lyric-img .mask {
  width: 100px;
  margin: 0 20px 0 0;
  border-radius: 4px 0 0 4px;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.dj-module .dj-img .mask,
.lyric-module .lyric-img .mask {
  width: 70px;
}
.band-module .band-img img,
.dj-module .dj-img img,
.lyric-module .lyric-img img {
  height: 100px;
  border-radius: 4px 0 0 4px;
}
.dj-module .dj-img img,
.lyric-module .lyric-img img {
  height: 70px;
}
.band-module .band-name,
.dj-module .dj-name,
.lyric-module .lyric-title {
  display: inline-flex;
  margin-left: 20px;
  line-height: 1.2em;
  width: 69%;
  vertical-align: middle;
}
.lyric-module .lyric-title {
  margin: 0;
  padding: 0;
  line-height: 1em;
  width: auto;
  flex: 1;
  min-width: 0;
}
.lyric-module .lyric-title span.lyric_title_span {
  text-overflow: ellipsis;
  width: 100%;
  font-size: 0.8em;
}

.lyric-platform-icons {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #999;
  font-size: 14px;
}

.lyric-platform-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.lyric-platform-icons .lucide-icon {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.lyric-platform-icons .platform-icon-spotify svg {
  width: 14px;
  height: 14px;
  display: block;
  fill: currentColor;
}

/* Mobile/Android fix for overly large icons */
@media (max-width: 768px) {
  .lyric-platform-icons {
    gap: 6px;
    font-size: 12px;
  }
  
  .lyric-platform-icon {
    width: 14px;
    height: 14px;
  }
  
  .lyric-platform-icons .lucide-icon {
    width: 12px;
    height: 12px;
  }
  
  .lyric-platform-icons .platform-icon-spotify svg {
    width: 12px;
    height: 12px;
  }
}
.events-month {
  font-size: 52px;
  margin: 0 0 60px 0;
  padding: 60px 0;
  opacity: .4;
  text-align: right;
  border-bottom: 2px solid #333;
  display: block;
  width: 100%;
}
.wrapper.band h2 {
  text-align: center;
  margin-bottom: 40px;
}
.band_image {
  margin: 0 auto;
  display: block;
  width: 180px;
  height: 180px;
  text-align: center;
  overflow:hidden;
  position: relative;
  border-radius: 100px;
  border: 4px solid #333;
}
.band_image img {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.lyric_head .band_image {
  width: 100px;
  height: 100px;
}
.goback {
  margin: 30px 30px;
}
.band-links {
  text-align:center;
  margin-bottom: 60px;
}
.band-links a {
  text-align:center;
  margin: 0px 3px 10px;
  background-color:#333;
  border-radius: 30px;
  font-size: 14px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}
.band-links a img {
  margin: 0px 8px -2px 0;
}
.band-links a:last-of-type img {
  margin: 0px 0px -2px 0;
}
.band-links a:hover {
  text-decoration: underline;
}
.suggestions {
  clear: both;
  text-align: center;
  margin: 80px auto 0;
}
.lyric_head {
  margin: 80px auto;
}

.spotify-player-wrapper {
  margin-top: 24px;
}

.lyric_head h2.title {
  margin: 20px auto 10px;
  text-align: center;
  font-size: 2.4em;
  /* text-transform: lowercase; */
}
.lyric_head h4.artist {
  margin: 0 auto 10px;
  text-align: center;
  font-size: 1.8em;
}
.lyric_head p.album {
  margin: 0 auto;
  text-align: center;
  font-size: 1.2em;
  opacity: .6;
}
.lyric_head div.lyrics {
  margin: 60px auto;
  max-width: 920px;
}
.lyric_head div.lyrics p {
  margin: 20px auto;
  font-size: 1.2em;
  line-height: 1.4em;
}
#lyrics .lyrics p {
  text-align: center;
}

.lyric-ad-slot {
  margin: 50px auto 30px;
  max-width: 920px;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lyric-ad-slot .adsbygoogle {
  width: 100%;
}

ol.lyrics_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ol.lyrics_list li {
  display: inline-block;
  margin: 0;
  text-decoration: none;
  font-size: 1.2em;
}
ol.lyrics_list li a {
  display: block;
  background-color: #444;
  padding: 2px 8px;
  min-width: 36px;
  text-align: center;
  margin: 4px;
  border-radius: 5px;
  text-decoration: none;
}
ol.lyrics_list li a:hover {
  background-color: #f0aa04;
}
#dashboard ul {
  list-style-type: none;
  margin:0;
  padding:0;
}
#dashboard ul li {
  display: inline-block;
  width: 19.7%;
  border: 1px solid #333;
  padding: 2%;
  font-size: 28px;
  text-align: center;
}
#dashboard ul li p {
  text-align: center;
}
#dashboard ul li span {
  display: block;
  width: 100%;
  clear: both;
  margin: 6px 0 0 0;
  text-align: center;
  font-size: 16px;
  opacity: .6;
}
#dashboard ul li i {
  margin: 0;
  font-size: 18px;
  opacity: .6;
}
#spoti-tracks {
  margin: 0 0 40px 0;
}
#spoti-tracks iframe {
  width: 33%;
  padding: 0 10px;
  margin: 0 0 2% 0;
  display: inline-block;
}

table.admin_table {
  border-collapse: collapse;
}
table.admin_table th,
table.admin_table td {
  border-bottom: 1px solid #333;
  height: 80px;
  vertical-align: middle;
  padding: 15px;
  text-align: left;
}
table.admin_table tr:hover {
  background-color: #333;
}
input.remove_button,
input.remove_band,
input.remove_dj {
  margin:0;
  border: none;
}
input.add_band,
input.add_dj {
  border: none;
}
#result {
  display: none;
  background-color: #111;
  padding: 40px;
  max-width: 720px;
}
#result.result-form-bands,
#result.result-form-djs {
  padding:0;
}
#result.result-form-bands p.band_name,
#result.result-form-djs p.dj_name {
  padding: 10px 30px;
}
#result.result-form-bands p.band_name:first-child,
#result.result-form-djs p.dj_name:first-child {
  padding: 30px 30px 10px;
}
#result.result-form-bands p.band_name:last-child,
#result.result-form-djs p.dj_name:last-child {
  padding: 10px 30px 30px;
}
#result.result-form-bands p.band_name:only-child,
#result.result-form-djs p.dj_name:only-child {
  padding: 30px 30px 30px;
}
#result.result-form-bands p.band_name .bandName,
#result.result-form-djs p.dj_name .djName {
  cursor: pointer;
}
#result.result-form-bands p.band_name .bandName:hover,
#result.result-form-djs p.dj_name .djName:hover {
  text-decoration: underline;
}
#result .events-month {
  font-size: 22px;
  margin: 0 0 20px 0;
  padding: 0 0 10px;
}
#result .box {
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 0;
}
h2.title {
  font-size: 58px;
  margin: 40px 0 40px;
  padding: 0;
  line-height: 1.2em;
}
#result h2.title {
  font-size: 22px;
  margin: 0 0 4px;
}
#result p.metadata_date {
  opacity: .6;
}
#holidays h2.title {
  font-size: 22px;
  margin: 0 0 20px;
}
#holidays #holiday_search form {
  display:inline-flex;
}
#holidays #holiday_search form input {
  margin: 0 20px 20px 0;
}
#holidays #holiday_search form .search {
  display: flex;
  align-items: flex-end;
}
#holidays p.disclaimer {
  margin: -20px 0 14px 0;
  opacity: .4;
  font-size: 14px;
}
h2.subtitle {
  font-size: 2em;
  margin: 0 0 30px 30px;
  padding: 0;
  line-height: .8em;
}
.home h2.subtitle {
  line-height: 1.2em;
}
h2.subtitle span {
  font-size: 52px;
}
#search {
  margin: 0;
  text-align: center;
}
.home #search {
  margin: 0 0 120px 0;
}
#search h3,
.gallery-wrap h3,
.countries h3  {
  font-size: 36px;
  opacity: .4;
  padding: 0 0 30px 0;
  text-align: center;
}
.gallery-wrap h3 {
  padding: 0 0 30px 0;
}
.gallery-wrap p {
  margin: 0 0 30px 0;
}
.gallery-wrap {
  margin: 0 0 60px 0;
}

#header {
  margin: 0;
  width: 100%;
}
#header h1 {
  margin: 6px 0 0 5%;
  font-weight: normal;
  display: inline-block;
  font-size: 42px;
}
#header h1 a {
  margin: 0;
  color: #fff;
  text-decoration: none;
}
#header h1 a:hover {
  text-decoration: none;
}
#header h1 span {
  color: red;
}
#header .navbar {
  font-size: 22px;
  padding: 20px 0 0 0;
}
#header .main-nav {
  margin: 0;
  padding: 0;
}
#header .main-nav li {
  text-align: center;
  margin: 30px auto;
}
#header .main-nav li a:hover {
  text-decoration: underline;
}
#header .nav-links {
  text-decoration: none;
}
#header .navbar-toggle {
  position: absolute;
  top: 40px;
  right: 5%;
  cursor: pointer; 
  color: rgba(255,255,255,1);
  font-size: 24px;
}
#header .main-nav {
  list-style-type: none;
  display: none;
}
#header .main-nav.active {
  display: block;
}

@media only screen and (max-width: 500px) {
  #header .navbar {
    font-size: 18px;
    padding: 3px 0 0 0;
  }
  #header .navbar-toggle {
    position: absolute;
    top: 30px;
    right: 5%;
    font-size: 22px;
  }
}

.event-type {
  background-color: rgba(255,255,255,.2);
  padding: 5px 30px 5px 10px;
  display: inline-block;
}
.container {
  max-width: 600px;
  font-size:20px;
  margin: 40px 0;
}
form {
  margin: 0 0 20px;
  max-width: 720px;
  width: 90%;
  font-size: 20px;
}
#search form {
  margin: 0 auto;
}
 #search .search {
  margin: 0 auto;
  max-width: 720px;
}
form label {
  font-size: 18px;
  opacity: .6;
  display: block;
  margin: 0 0 4px 0;
}
form .col50 {
  display:inline-block;
  width: 47%;
  margin-right: 2%;
}
form .toy_checkbox {
  margin: 0 0 30px 0;
}
form input,
form select,
form textarea {
  outline: none;
  font-size: 18px;
  padding: 16px 20px;
  margin: 6px 0 30px;
  border: none;
  border: 1px solid #666;
  border-radius: 4px;
  background-color: #303030;
  color: #fff;
}
form input:focus,
form select:focus,
form textarea:focus {
  border: 1px solid #000;
  border-radius: 4px 4px 0 0;
  background-color: #111;
}
form .error-dialog {
  color:red;
  display: block;
  font-size: 16px;
}
form .error-dialog {
  margin: -20px 0 20px 0;
}
form img {
  width: auto;
  max-width: 260px;
  margin: 10px 0;
}
form select {
  height: 58px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('form-arrow.png') 96% / 3% no-repeat #303030;
}
form input#title,
form input#email,
form input#password,
form input#town,
form input#venue,
form input#link,
form input#tickets,
form input#flyer,
form input#photo,
form input#date,
form input#date_from,
form input#date_to,
form select {
  width: 100%;
}
form input.band,
form input.dj {
  width: 80%;
  margin: 2px 0;
}
form textarea {
  width: 100%;
}
form input.button {
  background-color: red;
  color: white;
  border: none;
  border-radius: 3px;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
}
form #photo {
  padding:5px 0;
  background-color: transparent;
  border: none;
}
form #photo::-webkit-file-upload-button {
  visibility: hidden;
}
form #photo::before {
  content: 'Select a file';
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 6px 14px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  text-shadow: 0;
  font-weight: 700;
  font-size: 16px;
}
form #photo:hover::before {
  border-color: #444;
}
form #photo:active::before {
  background: transparent;
}
form input.button {
  display: block;
  width: 100%;
  padding: 20px 40px;
  cursor: hand;
}
.submit-event form input.button {
  width: auto;
  padding: 20px 40px;
  cursor: hand;
}
form .checkbox {
  display: inline-block;
  padding: 0 30px 0 0;
}
form .checkbox span {
  position: relative;
  top: 4px;
  line-height:0;
}
input[type=checkbox] {
  position: relative;
	cursor: pointer;
  margin-right: 10px;
}
input[type=checkbox]:before {
   content: "";
   display: block;
   position: absolute;
   width: 18px;
   height: 18px;
   top: 0;
   left: 0;
   border: 1px solid #555555;
   border-radius: 2px;
   background-color: white;
}
input[type=checkbox]:checked:after {
   content: "";
   display: block;
   width: 4px;
   height: 10px;
   border: solid green;
   border-width: 0 2px 2px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   position: absolute;
   top: 3px;
   left: 7px;
}
input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.camo_link input[type="submit"],
form.camo_link input.button {
  width: auto;
  background-color: #fff;
  color: #e8308c;
  text-decoration: underline;
  padding: 0;
  margin: 0 auto;
}
#pending,
#all_events {
  margin: 30px 0;
}
#pending td,
#all_events td {
  padding: 4px 10px 0 0;
}
#pending td a,
#all_events td a {
  text-decoration: none;
}
#pending td a:hover,
#all_events td a:hover {
  text-decoration: underline;
}
#pending td.td_title,
#all_events td.td_title {
  width: 50%;
}
#pending td.td_location,
#all_events td.td_location {
  width: 30%;
  opacity: .6;
}
#pending td.td_dates,
#all_events td.td_dates {
  width: 20%;
  opacity: .6;
}
#pending td.td_type,
#all_events td.td_type {
  width: 5%;
  padding: 0 0 0 8px;
  text-transform: uppercase;
  font-size: 10px;
  color: rgba(255,255,255,.6);
}
#pending td.td_type.Event,
#all_events td.td_type.Event {
  border-left: 2px solid red;
}
#pending td.td_type.Party,
#all_events td.td_type.Party {
  border-left: 2px solid grey;
}
#pending td.td_type.Festival,
#all_events td.td_type.Festival {
  border-left: 2px solid orange;
}
#pending td.td_type.Tour,
#all_events td.td_type.Tour {
  border-left: 2px solid darkgrey;
}
#pending h3,
#all_events h3 {
  margin: 60px 0 10px;
}
#number {
  width:100%;
  text-align: center;
  margin: 0 auto;
}
#footer,
#rrss {
  width: 100%;
  margin: 120px 0 0;
  padding: 0;
  font-size: 26px;
}

/* New Footer Styles - SEO Optimized */
#footer {
  color: rgba(255,255,255,.7);
  font-size: 16px;
  margin: 60px 0 0;
  padding: 60px 0 30px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 50px 40px;
  margin-bottom: 50px;
}

.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-heading {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-subheading {
  color: rgba(255,255,255,.8);
  font-size: 14px;
  font-weight: 600;
  margin: 25px 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin: 0 0 12px 0;
}

.footer-links a {
  color: rgba(255,255,255,.7);
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-links a:hover {
  color: #fff;
}

.footer-social svg {
  flex-shrink: 0;
}

.footer-cta-item {
  margin-top: 8px;
}

.footer-cta {
  display: inline-block;
  background: rgba(255,255,255,.1);
  padding: 12px 24px;
  border-radius: 6px;
  color: #fff !important;
  font-size: 15px;
  transition: all 0.2s ease;
  border: 1px solid rgba(255,255,255,.2);
}

.footer-cta:hover {
  background: rgba(255,255,255,.15);
  border-color: rgba(255,255,255,.3);
  transform: translateY(-1px);
}

.footer-archive {
  margin-top: 10px;
}

.footer-years {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-years li {
  margin: 0;
}

.footer-years a {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(255,255,255,.08);
  border-radius: 4px;
  font-size: 13px;
  color: rgba(255,255,255,.6);
  transition: all 0.2s ease;
}

.footer-years a:hover {
  background: rgba(255,255,255,.12);
  color: #fff;
}

.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,.05);
  text-align: center;
}

.footer-copyright {
  color: rgba(255,255,255,.5);
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  #footer {
    padding: 40px 0 20px;
    margin-top: 80px;
  }
  
  .footer-heading {
    font-size: 16px;
  }
  
  .footer-years {
    justify-content: flex-start;
  }
}

/* Legacy footer styles for backward compatibility */
#footer .foot_links {
  line-height:2em;
  margin: 0 0 20px 0;
}
#disclaimer {
  color: rgba(255,255,255,.6);
  width: 60%;
  margin: 60px 0 0;
  font-size: 15px;
  line-height: 1.6em;
}
#disclaimer .legal-note {
  font-size: 13px;
  opacity: 0.5;
  margin-top: 10px;
}
#first_folder {
  padding: 60px 30px;
}
#home_first_folder h2,
#first_folder h2 {
  margin: 40px 0 40px;
  padding: 0;
  font-size: 62px;
  text-align: left;
}
.year-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 18px 0;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.year-nav-item a {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.year-nav-item a:hover {
  border-bottom-color: #fff;
}
.year-nav-disabled {
  opacity: 0.35;
  cursor: default;
}
/* Hero section override for centered layout */
#home_first_folder.hero-section h1,
#home_first_folder.hero-section p,
#home_first_folder.hero-section .hero-cta {
  text-align: center;
}
#footer a,
#rrss a,
#disclaimer a,
#home_first_folder a {
  color: #fff;
}

.admin_nav {
  margin: 30px 0;
  background-color: #333;
  padding: 16px 2%;
  border-radius: 3px;
}
.admin_nav ul {
  display: inline-block;
  width: 49.8%;
  list-style-type: none;
  display: inline-flex;
  margin: 0;
  padding: 0;
}
.admin_nav ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.admin_nav ul.head_actions {
  display: inline-block;  
}
.admin_nav ul.head_actions li {
  display: block;
  text-align: right;
}
.event_edit_actions {
  margin: 30px 0;
}

.flyer_column.desktop {
  position: sticky;
  top: 40px;
}
.flyer_column.desktop img {
  border-radius: 4px;
}
.flyer_column.mobile {
  display: none;
}
.center {
  text-align: center;
}
.small {
  max-width: 680px;
  font-size: 14px;
  margin: 10px auto;
}
.divider {
  display: block;
  height: 1px;
  width: 100%;
  background-color: lightgrey;
  margin: 10px 0 40px;
}
.flyer-wrapper {
  float: right;
  width: 26%;
  height: auto;
  margin-top: 100px;
}
.flyer-wrapper img {
  border-radius: 4px;
}
#share {
  margin: 120px 0 0 0;
  width: 100%;
  clear: both;
}
#share ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
#share ul li {
  width: 25%;
}
#share ul li a {
  display:block;
  text-align: center;
}
#share img {
  max-width: 26px;
  margin: 0 auto;
}
#share li.whatsapp,
#share li.telegram,
#share li.facebook,
#share li.twitter {
  padding: 12px 0;
}
#share li.whatsapp {
  background-color: #14990A;
}
#share li.telegram {
  background-color: #61A8DE;
}
#share li.facebook {
  background-color: #3B559F;
}
#share li.twitter {
  background-color: #51ACF1;
}
#share li:first-child {
  border-radius: 4px 0 0 4px;
}
#share li:last-child {
  border-radius: 0 4px 4px 0;
}
.legal {
  background-color: #fff;
  color: #333;
  font-size: 16px;
  padding: 10%;
  margin: 0 auto;
  width: 90%;
}
.legal h2,
.legal h1,
.legal p {
  padding: 10px 0;
  line-height: 1.6em;
}
.legal p {
  font-size: 18px;
}
.legal a {
  color: red;
}
.content {
  background-color: #fff;
  color: #333;
  font-size: 16px;
  padding: 30px;
  margin: 40px auto 0 auto;
  width: 90%;
  max-width: 700px;
  border-radius: 3px;
}

/* Reusable event grid layout */
.events-grid-layout,
#gallery {
  margin: 0 auto;
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.events-grid-layout article,
#gallery article {
  flex: 0 0 calc(25% - 16px);
  box-sizing: border-box;
  margin: 0 8px 20px 8px;
  min-height: 320px;
  max-height: 360px;
  background-image: inherit;
  background-repeat: none;
  background-position: top center;
  background-size: cover;
  break-inside: avoid;
  page-break-inside: avoid;
  border-radius: 4px;
}
.events-grid-layout article a,
#gallery article a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  margin: 0 0 20px 0;
  text-decoration: none;
  transition: all .2s;
}
.events-grid-layout article a:hover,
#gallery article a:hover {
  box-shadow: 0px 2px 8px rgba(0,0,0,.6);
}
.events-grid-layout article img,
#gallery article img {
  width:100%;
  border-radius: 3px;
}
.events-grid-layout article figcaption,
#gallery article figcaption {
  position: absolute;
  bottom: 0;
  border-radius: 0 0 4px 4px;
  margin: 0;
  width: 100%;
}
.events-grid-layout article figcaption span.title,
#gallery article figcaption span.title {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
}
.events-grid-layout article figcaption span.venue,
.events-grid-layout article figcaption span.date,
#gallery article figcaption span.venue,
#gallery article figcaption span.date {
  margin: 0;
  font-size: 15px;
  display: block;
}
.events-grid-layout article figcaption span.date,
#gallery article figcaption span.date {
  opacity: .6;
}
.events-grid-layout article a figcaption,
#gallery article a figcaption {
  background-color: rgba(0,0,0,.95);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom 40px;
  text-decoration: none;
  transition: all .2s;
  padding: 20px;
}
.events-grid-layout article a:hover figcaption,
#gallery article a:hover figcaption {
  background-color: #222;
}

/* Event CTA Card - Double width */
.events-grid-layout article.event-cta-card,
#gallery article.event-cta-card {
  flex: 0 0 calc(50% - 16px);
  min-height: 320px;
  max-height: 360px;
  background: linear-gradient(135deg, #252525 0%, #353535 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-cta-card .cta-content {
  text-align: center;
  padding: 40px 30px;
  width: 100%;
}

.event-cta-card .cta-icon {
  margin-bottom: 20px;
  opacity: 0.8;
}

.event-cta-card .cta-icon svg {
  width: 48px;
  height: 48px;
  stroke: #fff;
}

.event-cta-card .cta-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px 0;
  color: #fff;
}

.event-cta-card .cta-description {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 25px 0;
  opacity: 0.85;
  color: #fff;
}

.event-cta-card .cta-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.event-cta-card .cta-btn {
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.event-cta-card .cta-btn-primary {
  background-color: #e63946;
  color: #fff;
}

.event-cta-card .cta-btn-primary:hover {
  background-color: #d62828;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(230, 57, 70, 0.4);
}

.event-cta-card .cta-btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.event-cta-card .cta-btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

@media screen and (min-width: 1640px) {
  .events-grid-layout article,
  #gallery article {
    flex: 0 0 calc(20% - 16px);
  }
  .events-grid-layout article.event-cta-card,
  #gallery article.event-cta-card {
    flex: 0 0 calc(40% - 16px);
  }
}
@media screen and (min-width: 900px) and (max-width: 1270px) {
  .events-grid-layout,
  #gallery {
    margin: 0 auto;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .events-grid-layout article,
  #gallery article {
    flex: 0 0 calc(33% - 16px);
  }
  .events-grid-layout article.event-cta-card,
  #gallery article.event-cta-card {
    flex: 0 0 calc(66% - 16px);
  }
}
@media screen and (min-width: 600px) and (max-width: 900px) {
  .events-grid-layout,
  #gallery {
    margin: 0 auto;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .events-grid-layout article,
  #gallery article {
    flex: 0 0 calc(50% - 18px);
  }
  .events-grid-layout article.event-cta-card,
  #gallery article.event-cta-card {
    flex: 0 0 calc(100% - 18px);
  }
}
@media screen and (max-width: 600px) {
  .events-grid-layout article,
  #gallery article {
    flex: 0 0 calc(90% - 8px);
    margin: 10px auto;
  }
  .events-grid-layout article.event-cta-card,
  #gallery article.event-cta-card {
    flex: 0 0 calc(90% - 8px);
  }
  #holidays h2.title {
    width: 90%;
    margin: 0 auto 20px;
  }
  #holidays #holiday_search form {
    display: block;
  }
  #holidays #holiday_search form label {
    display: inline-flex;
    width: 30%;
  }
  #holidays #holiday_search form input {
    padding: 12px 18px;
    margin: 0 0 20px 0;
  }
  #holidays #holiday_search form .search {
    display: block;
    width: 100%;
  }
}

/* Featured Events: Hide items 7-8 on tablet/mobile (show only 6) */
@media screen and (max-width: 1270px) {
  .featured-events .events-grid-layout article:nth-child(n+7) {
    display: none;
  }
}


@media screen and (min-width: 768px) and (max-width: 1270px) {
  .user_view {
    display: block;
    width: 100%;
  }
  .dj-module {
    width: 100%;
  }
  #form-wrapper {
    padding: 0;
  }
  #search h3 {
    margin: 0;
  }
  .ad_column {
    display: block;
    width: 100%;
  }
  .mobile {
    display:none;
  }
  .form {
    width:70%;
  }
}
@media screen and (max-width: 768px) {
  #main-container {
    padding: 50px 0 0 0;
  }
  .event .cancel_tag {
    font-size: 36px;
    width: 280px;
    top: 300px;
    right: 40px;
  }
  div.special-notification {
    margin: 60px 6% 0px 6%;
    padding: 20px 40px;
  }
  div.special-notification p {
    font-size: 16px;
    line-height: 1.4em
  }
  .dj-module,
  .lyric-module {
    width: 100%;
  }
  p.listing_maintxt {
    margin: 10px 0;
    font-size: 18px;
    line-height: 26px;
  }
  #dashboard ul {  
    text-align: center;
  }
  #dashboard ul li {
    display: inline-block;
    width: 90%;
    margin: 0 auto;
    font-size: 28px;
    text-align: center;
  }
  #dashboard ul li span {
    margin: 0px 0 0 0;
    font-size: 14px;
  }
  .admin_nav ul {
    width: 48.6%;
  }
  #rrss {
    padding: 0 30px;
    font-size: 22px;
    margin: 60px 0 0 0;
  }
  #number p {
    text-align: center;
    margin: 20px auto;
    font-size: 16px;
  }
  #error {
    padding-top: 40px;
  }
  #error img {
    display: block;
    width: 40%;
    border-radius: 3px;
    margin: 0 auto;
  }
  #error h2,
  #error h3,
  #error p {
    text-align: center;
    max-width: 90%;
    margin: 20px auto;
    font-size: 18px;  
  }
  #error h2 {
    font-size: 26px;  
  }
  #error h3 {
    margin: 20px auto 40px;   
  }
  #error p {
    font-size: 18px;
    margin: 20px auto 40px;  
  }
  #share {
    width: 90%;
    margin: 60px auto 0;
  }
  .home ul.country-list {
    padding: 0 30px;
  }
  #footer {
    padding: 0 30px 80px 30px;
  }
  .event-metadata span {
    font-size: 16px;
  }
  .band_image {
    width: 120px;
    height: 120px;
  }
  .box .item-date,
  .box .item-location {
    font-size: 22px;
  }
  section.upcoming p a {
    font-size: 20px;
  }
  #spoti-tracks {
    text-align: center;
    margin-bottom: 40px;
  }
  #spoti-tracks iframe {
    width: 90%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  .home ul.country-list li {
    font-size: 24px;
    margin: 60px 0;
  }
  .home ul.town-list li {
    font-size: 20px;
    margin: 10px 20px 0 0;
  }
  .home ul.country-list li span.counter,
  .home ul.town-list li span.counter {
    font-size: 18px;
    margin-left: 6px;
  }
  h2.title {
    font-size: 34px;
    margin: 20px auto;
    width: 100%
  }
  .band_head h2.title,
  .lyric_head h2.title {
    width: 90%
  }
  .lyric_head h2.title {
    margin: 20px auto 10px;
  }
  #home_first_folder h2.subtitle {
    line-height: 1.2em;
    font-size: 34px;
  }
  h2.subtitle span {
    font-size: 28px;
    font-weight: normal;
  }
  #search h3 {
    padding: 0 0 30px 30px;
  }
  .wrapper {
    width: 100%;
  }
  .event-metadata.place {
    padding: 0 30px;
  }
  .event_head {
    width: 100%;
    padding: 0 30px;
    margin: 0;
  }
  .event-type {
    padding-left: 30px;
    margin-left: -30px;
  }
  .event_view {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .event-metadata {
    font-size: 22px;
    line-height: 1.4em;
  }
  .events-month {
    font-size: 26px;
    margin: 0 0 30px 0;
    padding: 30px;
  }
  .flyer-wrapper {
    display: none;
  }
  .event-links a {
    display: block;
    text-align: center;
    width: 100%;
    margin: 10px 10px 10px 0;
  }
  .box {
    width: 100%;
    max-width: 720px;
    margin: 50px 0;
    padding: 30px;
  }
  .event_view h3 {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  p.description {
    font-size: 18px;
  }
  div.bands {
    font-size:20px;
    line-height:1.6em;
    margin: 30px 0 40px;
  }
  .band-module .band-name {
    width: 60%;
    font-size: 18px;
  }
  .band-module {
    max-height: 80px;
  }
  .band-module .band-img {
    width: 80px;
    height: 80px;
  }
  .band-module .band-img .mask {
    width: 80px;
  }
  .band-module .band-img img {
    height: 80px;
  }
  .dj-module .dj-name {
    width: 60%;
    font-size: 18px;
    margin-left: 12px;
    line-height: 1.2em;
  }
  .dj-module {
    max-height: 60px;
  }
  .dj-module .dj-img {
    width: 60px;
    height: 60px;
  }
  .dj-module .dj-img .mask {
    width: 60px;
  }
  .dj-module .dj-img img {
    height: 60px;
  }
  
  .lyric-module .lyric-title {
    width: calc(100% - 4px);
    font-size: 18px;
    margin: 0;
    line-height: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
  div.djs {
    font-size:20px;
    line-height:1.6em;
    margin: 30px 0 40px;
  }
  .dj-module {
    max-height: 60px;
  }
  .dj-module .dj-img {
    width: 60px;
    height: 60px;
  }
  .dj-module.dj .dj-img .mask {
    width: 60px;
  }
  .dj-module.dj .dj-img img {
    height: 60px;
  }
  h3.band-upcoming-events {
    font-size: 20px;
    margin: 0 30px 30px 30px;
    opacity:.4;
  }
  .flyer_column.mobile {
    display: block;
    float: none;
    width: 90%;
    margin: 20px auto 60px;
  }
  .flyer_column.mobile img {
    margin: 0;
    border-radius: 4px;
  }
  .ad_column {
    display: block;
    width: 100%;
  }
  .flyer_column.desktop {
    display: none;
  }
  .box h2 {
    margin-top: 40px;
  }
  .ad p {
    text-align: center;
  }
  .ad {
    padding: 30px 0 5px ;
  }
  h1 {
    font-size:2em;
  }
  form .col50 {
    display:block;
    width: 100%;
  }
  #header h1 {
    margin: 30px 0 0 30px;
    font-size: 22px;
    display: block;
  }
  form {
    width: 90%;
    margin: 0 auto !important;
  }
  #home_first_folder {
    padding: 100px 30px;
  }
  #search_first_folder {
    padding: 40px 30px;
  }
  #search_first_folder form {
    width: 100%;
  }
  #disclaimer {
    width: 90%;
    margin: 60px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
  }
  #search {
    margin-top: -40px;
  }
  .search #result {
    padding: 0 !important;
  }
  .search {
    width: 90%;
    margin: 0 auto;
  }
  #result h3.events-month {
    font-size: 16px;
    padding: 20px 0 20px;
  }
  #result h2.title {
    font-size: 18px;
    margin: 10px 0;
  }
  #result p.metadata_date {
    margin: 0;
    font-size: 16px
  }
  #search h3,
  .gallery-wrap h3,
  .countries h3  {
    font-size: 26px;
    padding: 0 0 10px 30px;
  }
  #search_first_folder #search h3  {
    padding: 0 0 10px 0;
  }
  .gallery-wrap h3 {
    padding: 0 0 10px 30px;
  }
  .gallery-wrap p {
    padding: 0 0 10px 30px;
  }
    .lyric_head h2.title {
      margin: 20px auto 6px;
      font-size: 1.6em;
    }
    .lyric_head h4.artist {
      font-size: 1.2em;
    }
    .lyric_head p.album {
      margin: 0 auto 16px;
      font-size: 1em;
    }
  
    .lyric_head div.lyrics {
      margin: 60px 20px;
    }
  
    .lyric_head div.lyrics p {
      margin: 30px auto;
      font-size: 1.1em;
      line-height: 1.6em;
    }
  
    #lyrics .lyrics p {
      text-align: center;
    }
  
    ol.lyrics_list {
      list-style-type: none;
    }
  
    ol.lyrics_list li {
      display: inline-block;
      margin: 0 4px;
    }
}

.openai_band_info {
  display: block;
  max-width: 620px;
  text-align: center;
  margin: 0 auto 30px;
  line-height: 1.4em;
}

/* ===================================
   Homepage Redesign - Phase 1 Styles
   =================================== */

/* Hero Section */
.hero-section {
  /* text-align: center; */
  padding: 80px 20px 60px;
  /* max-width: 900px; */
  /* margin: 0 auto; */
}

.hero-title {
  font-size: 48px;
  line-height: 1.2em;
  margin: 0 0 20px 0;
  color: #eee;
}

.hero-subtitle {
  font-size: 20px;
  line-height: 1.5em;
  margin: 0 0 30px 0;
  color: #ccc;
  opacity: 0.9;
}

.hero-cta {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.btn-primary {
  background-color: #d32f2f;
  color: #fff;
  border-color: #d32f2f;
}

.btn-primary:hover {
  background-color: #b71c1c;
  border-color: #b71c1c;
}

.btn-secondary {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.btn-link {
  background-color: transparent;
  color: #d32f2f;
  padding: 8px 15px;
  font-size: 16px;
  text-decoration: none;
  font-weight: normal;
}

.btn-link:hover {
  color: #b71c1c;
  text-decoration: underline;
}

/* Featured Lyrics Section */
.featured-lyrics {
  margin: 60px auto 80px;
  max-width: 1200px;
  padding: 0 20px;
}

.featured-lyrics h3 {
  font-size: 36px;
  opacity: 0.4;
  padding: 0 0 30px 0;
  text-align: center;
}

.lyrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 30px;
}

.lyric-card {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
}

.lyric-card:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.lyric-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px 0;
  line-height: 1.3em;
}

.lyric-title a {
  color: #fff;
  text-decoration: none;
}

.lyric-title a:hover {
  color: #d32f2f;
}

.lyric-artist {
  font-size: 15px;
  color: #ccc;
  margin: 0 0 5px 0;
}

.lyric-author {
  font-size: 13px;
  color: #999;
  font-style: italic;
  margin: 0;
}

.view-all-lyrics {
  text-align: center;
  margin-top: 20px;
}

.view-all-lyrics .btn-link,
.view-all-events .btn-link {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 6px;
  padding: 8px 15px;
  text-decoration: none;
}

.view-all-lyrics .btn-link:hover,
.view-all-events .btn-link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.12);
  text-decoration: none;
}

/* Featured Events Section */
.featured-events {
  margin: 60px auto 80px;
  max-width: 1200px;
  padding: 0 20px;
}

.featured-events h3 {
  font-size: 36px;
  opacity: 0.4;
  padding: 0 0 30px 0;
  text-align: center;
}

.featured-blog {
  margin: 60px auto 80px;
  max-width: 1200px;
  padding: 0 20px;
}

.featured-blog h3 {
  font-size: 36px;
  opacity: 0.4;
  padding: 0 0 30px 0;
  text-align: center;
}

.events-grid-compact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.event-card-compact {
  position: relative;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}

.event-card-compact:hover {
  transform: translateY(-4px);
}

.event-card-compact a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.event-card-compact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);
  z-index: 1;
}

.event-card-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  color: #fff;
}

.event-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 8px;
  display: block;
}

.event-location {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 5px;
  display: block;
}

.event-date {
  font-size: 13px;
  opacity: 0.8;
  display: block;
}

.cancel-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #d32f2f;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}

.view-all-events {
  text-align: center;
  margin-top: 20px;
}

/* Spotify Player */
.spotify-player {
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(79, 184, 104, 0.3);
  border-radius: 8px;
  background: rgba(79, 184, 104, 0.05);
  max-width: 100%;
}

.spotify-heading {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 16px 0;
  color: #1db954;
  opacity: 0.95;
  text-align: center;
  display: none;
}

.spotify-player iframe {
  margin: 0 auto;
  display: block;
}

/* Music Players Container */
.music-players-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 24px;
}

/* Spotify Player Wrapper */
.spotify-player-wrapper {
  overflow: hidden;
  border-radius: 8px;
}

.spotify-player-wrapper iframe {
  margin: 0;
  display: block;
  width: 100%;
}

/* Apple Music Player Wrapper */
.apple-music-player-wrapper {
  overflow: hidden;
  border-radius: 8px;
}

.apple-music-player-wrapper iframe {
  margin: 0;
  display: block;
  width: 100%;
}

/* Responsive: tighter spacing on mobile */
@media (max-width: 768px) {
  .music-players-wrapper {
    gap: 12px;
  }
}

.affiliate-block {
  margin: 32px 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.affiliate-heading {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 16px 0;
  opacity: 0.85;
}

.affiliate-product {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.affiliate-product:last-child {
  margin-bottom: 0;
}

.affiliate-image {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
}

.affiliate-title {
  margin: 0 0 8px 0;
  font-size: 15px;
  line-height: 1.3;
}

.affiliate-button {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

.affiliate-button:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.12);
}

/* Zero State (Empty Results) */
.zero-state {
  max-width: 800px;
  margin: 60px auto;
  padding: 40px;
  text-align: center;
}

.zero-state-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}

.zero-state-actions .btn {
  width: 100%;
  max-width: 320px;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .hero-title {
    font-size: 36px;
  }
  
  .hero-subtitle {
    font-size: 18px;
  }
  
  .lyrics-grid {
    grid-template-columns: 1fr;
  }
  
  .events-grid-compact {
    grid-template-columns: 1fr;
  }
  
  .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }
  
  .btn {
    width: 100%;
  }
}

/* ===================================
   Lyrics Search Component Styles
   =================================== */

/* Search Container */
.lyrics-search-container {
  max-width: 800px;
  margin: 40px auto 60px;
  padding: 0 20px;
}

/* Search Input Wrapper */
.search-input-wrapper {
  position: relative;
  width: 100%;
}

/* Search Input */
.lyrics-search-input {
  width: 100%;
  padding: 16px 50px 16px 20px;
  font-size: 18px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  outline: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  min-height: 54px;
}

.lyrics-search-input:focus {
  border-color: rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.08);
}

.lyrics-search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

/* Disable native HTML5 search clear button */
.lyrics-search-input::-webkit-search-cancel-button {
  display: none;
}

/* Clear Button */
.search-clear-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  line-height: 1;
  transition: color 0.2s ease;
  display: none;
}

.search-clear-btn.visible {
  display: block;
}

.search-clear-btn:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Results Info */
.search-results-info {
  text-align: center;
  margin: 20px 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  min-height: 24px;
}

/* Loading State */
.lyrics-search-container.search-loading .search-input-wrapper::after {
  content: '';
  position: absolute;
  right: 55px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

/* No Results Message */
.no-results-message {
  text-align: center;
  padding: 60px 20px;
  color: rgba(255, 255, 255, 0.6);
}

.no-results-message h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.no-results-message p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.no-results-suggestions {
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
  list-style-position: inside;
}

.no-results-suggestions li {
  margin: 8px 0;
  font-size: 15px;
  line-height: 1.5;
}

/* Search Help Text */
.search-help-text {
  text-align: center;
  margin: 10px 0 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

/* Screen Reader Only */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ========================================================================
   BANDS SEARCH STYLES
   ======================================================================== */

.bands-search-container {
  max-width: 800px;
  margin: 40px auto 60px;
  padding: 0 20px;
}

.bands-search-input {
  width: 100%;
  padding: 16px 50px 16px 20px;
  font-size: 18px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  outline: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  min-height: 54px;
}

.bands-search-input:focus {
  border-color: rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.08);
}

.bands-search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

/* Loading State for Bands Search */
.bands-search-container.search-loading .search-input-wrapper::after {
  content: '';
  position: absolute;
  right: 55px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* ========================================================================
   DJS SEARCH STYLES
   ======================================================================== */

.djs-search-container {
  max-width: 800px;
  margin: 40px auto 60px;
  padding: 0 20px;
}

.djs-search-input {
  width: 100%;
  padding: 16px 50px 16px 20px;
  font-size: 18px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
  outline: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  min-height: 54px;
}

.djs-search-input:focus {
  border-color: rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.08);
}

.djs-search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

/* Loading State for DJs Search */
.djs-search-container.search-loading .search-input-wrapper::after {
  content: '';
  position: absolute;
  right: 55px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .lyrics-search-input {
    font-size: 16px; /* Prevents iOS zoom */
    padding: 14px 45px 14px 18px;
    min-height: 48px;
  }

  .bands-search-input {
    font-size: 16px; /* Prevents iOS zoom */
    padding: 14px 45px 14px 18px;
    min-height: 48px;
  }

  .djs-search-input {
    font-size: 16px; /* Prevents iOS zoom */
    padding: 14px 45px 14px 18px;
    min-height: 48px;
  }

  .search-clear-btn {
    right: 12px;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .lyrics-search-container.search-loading .search-input-wrapper::after {
    right: 50px;
    width: 18px;
    height: 18px;
  }

  .bands-search-container.search-loading .search-input-wrapper::after {
    right: 50px;
    width: 18px;
    height: 18px;
  }

  .djs-search-container.search-loading .search-input-wrapper::after {
    right: 50px;
    width: 18px;
    height: 18px;
  }

  .no-results-message {
    padding: 40px 15px;
  }

  .no-results-message h3 {
    font-size: 20px;
  }
}

.blog-list-view {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 36px);
}

.blog-home {
  max-width: 1120px;
  margin: 0 auto;
}

.blog-home .hero-section {
  max-width: 980px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.blog-home #home_first_folder.hero-section {
  padding: 36px clamp(14px, 4vw, 28px) 18px;
}

.blog-home .blog-hero-image-wrap + #home_first_folder.hero-section {
  padding: 14px clamp(14px, 4vw, 28px) 8px;
}

.blog-list-view h3 {
  text-align: left;
  opacity: 1;
  font-size: 34px;
  padding: 0 0 12px 0;
}

.blog-list-intro {
  margin: 0 0 28px;
  color: #d7d7d7;
  font-size: 17px;
  line-height: 1.5;
}

.blog-list-item {
  padding: 22px 0 28px;
  border-radius: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
  transform: none;
}

.blog-list-item:hover {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.24);
  transform: none;
}

.blog-list-image-link {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.blog-list-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: clamp(180px, 24vw, 260px);
  object-fit: cover;
  object-position: center 10%;
}

.blog-list-title {
  margin: 2px 0 0;
  font-size: 32px;
  line-height: 1.35;
}

.blog-list-excerpt {
  margin: 2px 0 0;
  color: #d0d0d0;
  font-size: 22px;
  line-height: 1.65;
}

.blog-list-categories {
  margin: 6px 0 2px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-list-read {
  margin-top: 4px;
  font-size: 20px;
}

.blog-list-read .btn.btn-secondary {
  display: inline-flex;
  width: auto;
  max-width: max-content;
  color: #fff;
  border: 0;
  background: #2f2f2f;
  padding: 9px 16px;
  border-radius: 4px;
  font-weight: 700;
}

.blog-list-read .btn.btn-secondary:hover {
  color: #fff;
  background-color: #3a3a3a;
}

.blog-list-view .lyrics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.blog-list-view a,
.blog-list-view a:hover {
  text-decoration: none;
}

.blog-category-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: #f3f3f3;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: capitalize;
}

.blog-category-chip--list {
  padding: 6px 11px;
  font-size: 12px;
}

.blog-category-chip--detail {
  padding: 7px 12px;
  font-size: 12px;
}

.blog-article-view {
  max-width: 920px;
  margin: 8px auto 40px;
  padding: 32px 40px;
  border-radius: 14px;
}

.blog-article-view#search {
  text-align: left;
}

.blog-hero-image-wrap {
  position: relative;
  width: 100vw;
  margin: 0 0 22px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.blog-hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0.06) 100%);
  pointer-events: none;
}

.blog-hero-image {
  display: block;
  width: 100%;
  max-height: 62vh;
  min-height: 280px;
  object-fit: cover;
  object-position: center 28%;
}

.blog-hero-title-overlay {
  position: absolute;
  left: clamp(16px, 5vw, 72px);
  right: clamp(16px, 5vw, 72px);
  bottom: clamp(18px, 5vw, 44px);
  z-index: 2;
  text-align: center;
}

.blog-hero-title {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.38);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}

.blog-back-link {
  margin: 0 0 14px;
  text-align: left;
}

.blog-article-categories {
  margin: 0 0 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-article-content h2,
.blog-article-content h3,
.blog-article-content h4 {
  margin: 22px 0 12px;
  line-height: 1.35;
  color: #fff;
  opacity: 1;
  text-align: left;
  padding: 0;
}

.blog-article-view#search .blog-article-content h3 {
  margin: 30px 0 18px;
  text-align: left;
  color: #cfcfcf;
  opacity: 0.85;
  padding: 0;
}

.blog-article-view#search .blog-article-content h2 {
  margin: 30px 0 18px;
  text-align: left;
  color: #cfcfcf;
  opacity: 0.85;
  padding: 0;
}

.blog-article-view#search .blog-article-content h4 {
  font-size: 30px;
  margin: 26px 0 16px;
  text-align: left;
  color: #cfcfcf;
  opacity: 0.85;
  padding: 0;
}

.blog-article-content p {
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 1.7;
  color: #e4e4e4;
}

.blog-article-content ul,
.blog-article-content ol {
  margin: 0 0 18px 20px;
  padding-left: 10px;
}

.blog-article-content li {
  margin: 0 0 8px;
  line-height: 1.6;
}

.blog-article-content ol li::marker {
  color: #fff !important;
}

.blog-article-content a {
  color: #d32f2f;
}

.blog-ad-block {
  margin: 28px 0;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-ad-block ins {
  display: inline-block !important;
}

.blog-ad-block-before-related {
  text-align: center;
  margin: 40px 0 28px;
}

.blog-ad-block-footer {
  text-align: center;
  margin: 32px 0 0;
  padding: 20px 0;
}

.blog-spotify-embed {
  margin: 8px 0 22px;
  border-radius: 12px;
  overflow: hidden;
}

.blog-spotify-embed iframe {
  display: block;
}

.blog-spotify-embed--track {
  margin: 6px 0 14px;
}

.blog-spotify-track-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 8px;
  margin: 6px 0 14px;
}

.blog-spotify-track-grid .blog-spotify-embed--track {
  margin: 0;
}

.blog-empty-state {
  margin-top: 8px;
}

.blog-related-section {
  max-width: 980px;
  margin: 0 auto 36px;
}

.blog-related-section h3 {
  margin: 6px 0 20px;
  font-size: 30px;
  line-height: 1.3;
  color: #cfcfcf;
  opacity: 0.85;
  text-align: left;
}

.blog-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.blog-related-card {
  padding: 14px;
  border-radius: 8px;
  background: transparent;
}

.blog-related-card:hover {
  background: rgba(0, 0, 0, 0.2);
}

.blog-related-card-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.blog-related-card-link:hover {
  text-decoration: none;
}

.blog-related-image-link {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

.blog-related-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 168px;
  object-fit: cover;
  object-position: center 10%;
}

.blog-related-title {
  margin: 0;
  font-size: 23px;
  line-height: 1.35;
}

.blog-related-excerpt {
  margin: 0;
  color: #d0d0d0;
  line-height: 1.55;
}

.blog-related-read {
  margin-top: auto;
}

.blog-related-read .btn.btn-secondary {
  display: inline-block;
  color: #fff;
  border: 0;
  background: #2f2f2f;
  padding: 9px 16px;
  border-radius: 4px;
  font-weight: 700;
}

.blog-related-read .btn.btn-secondary:hover {
  color: #fff;
  background-color: #3a3a3a;
}

@media (max-width: 900px) {
  .blog-list-view {
    padding: 0 14px;
  }

  .blog-home #home_first_folder.hero-section {
    padding: 18px 14px 10px;
  }

  .blog-home .blog-hero-image-wrap + #home_first_folder.hero-section {
    padding: 10px 14px 4px;
  }

  .blog-home .hero-title,
  .blog-hero-title {
    font-size: 31px;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .blog-list-view .lyrics-grid {
    grid-template-columns: 1fr;
  }

  .blog-list-view h3 {
    font-size: 28px;
  }

  .blog-list-item {
    padding: 14px 0 18px;
    gap: 10px;
  }

  .blog-list-image {
    height: 176px;
  }

  .blog-list-title {
    font-size: 21px;
    line-height: 1.35;
  }

  .blog-list-excerpt {
    font-size: 16px;
    line-height: 1.5;
  }

  .blog-list-categories {
    margin: 6px 0 2px;
  }

  .blog-list-read {
    font-size: 15px;
  }

  .blog-list-read .btn.btn-secondary {
    padding: 7px 12px;
  }

  .blog-article-view {
    padding: 16px;
    margin-bottom: 20px;
    border-radius: 10px;
  }

  .blog-hero-image-wrap {
    margin-bottom: 16px;
  }

  .blog-hero-image {
    min-height: 180px;
    max-height: 34vh;
  }

  .blog-article-content h2 {
    font-size: 28px;
    margin: 20px 0 12px;
  }

  .blog-article-content h3 {
    font-size: 24px;
    margin: 18px 0 10px;
  }

  .blog-article-content h4,
  .blog-article-view#search .blog-article-content h4 {
    font-size: 20px;
    margin: 16px 0 10px;
  }

  .blog-hero-title {
    padding: 8px 10px;
  }

  .blog-spotify-track-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }

  .blog-related-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .blog-related-section h3 {
    font-size: 22px;
    margin: 4px 0 12px;
  }

  .blog-related-card {
    padding: 8px;
  }

  .blog-related-card-link {
    gap: 8px;
  }

  .blog-related-image {
    height: 132px;
  }

  .blog-related-title {
    font-size: 17px;
    padding: 0 8px;
  }

  .blog-related-excerpt {
    font-size: 13px;
    line-height: 1.45;
    padding: 0 8px;
  }

  .blog-related-read {
    padding: 0 8px;
  }

  .blog-related-read .btn.btn-secondary {
    display: inline-flex;
    width: auto;
    max-width: max-content;
    padding: 7px 13px;
  }

  .blog-article-content p {
    font-size: 16px;
    line-height: 1.58;
  }

  .blog-ad-block {
    margin: 20px 0;
    padding: 14px 0;
  }

  .blog-ad-block-before-related {
    margin: 24px 0 18px;
  }

  .blog-ad-block-footer {
    margin: 20px 0 0;
    padding: 14px 0;
  }
}

@media (max-width: 600px) {
  .blog-list-view {
    padding: 0 12px;
  }

  .blog-home #home_first_folder.hero-section {
    padding: 14px 12px 8px;
  }

  .blog-home .blog-hero-image-wrap + #home_first_folder.hero-section {
    padding: 8px 12px 2px;
  }

  .blog-list-item {
    padding: 12px 0 16px;
  }

  .blog-list-image {
    height: 154px;
  }

  .blog-list-title {
    font-size: 20px;
  }

  .blog-list-excerpt {
    font-size: 15px;
    line-height: 1.48;
  }

  .blog-article-view {
    padding: 14px;
  }

  .blog-article-content p {
    font-size: 15px;
    line-height: 1.55;
  }

  .blog-article-content h2 {
    font-size: 24px;
    margin: 18px 0 10px;
  }

  .blog-article-content h3 {
    font-size: 21px;
    margin: 16px 0 8px;
  }

  .blog-article-content h4,
  .blog-article-view#search .blog-article-content h4 {
    font-size: 18px;
    margin: 14px 0 8px;
  }

  .blog-home .hero-title,
  .blog-hero-title {
    font-size: 27px;
    line-height: 1.18;
  }

  .blog-hero-image {
    min-height: 160px;
    max-height: 30vh;
  }

  .blog-related-image {
    height: 112px;
  }

  .blog-related-card {
    padding: 6px;
  }

  .blog-ad-block {
    margin: 18px 0;
    padding: 12px 0;
  }

  .blog-spotify-track-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  .blog-list-view {
    padding: 0 10px;
  }

  .blog-home #home_first_folder.hero-section {
    padding: 12px 10px 6px;
  }

  .blog-home .blog-hero-image-wrap + #home_first_folder.hero-section {
    padding: 6px 10px 2px;
  }

  .blog-home .hero-title,
  .blog-hero-title {
    font-size: 24px;
    line-height: 1.16;
    margin-bottom: 10px;
  }

  .blog-list-item {
    padding: 10px 0 14px;
    gap: 8px;
  }

  .blog-list-image {
    height: 142px;
  }

  .blog-list-title {
    font-size: 18px;
    line-height: 1.3;
  }

  .blog-list-excerpt {
    font-size: 14px;
    line-height: 1.45;
  }

  .blog-list-read .btn.btn-secondary {
    padding: 6px 10px;
    font-size: 13px;
  }

  .blog-category-chip--list,
  .blog-category-chip--detail {
    font-size: 11px;
    padding: 5px 9px;
  }

  .blog-article-view {
    padding: 12px;
    border-radius: 8px;
  }

  .blog-back-link {
    margin-bottom: 10px;
  }

  .blog-article-categories {
    margin-bottom: 12px;
    gap: 6px;
  }

  .blog-article-content p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 12px;
  }

  .blog-article-content h2 {
    font-size: 21px;
    margin: 16px 0 8px;
  }

  .blog-article-content h3 {
    font-size: 19px;
    margin: 14px 0 7px;
  }

  .blog-article-content h4,
  .blog-article-view#search .blog-article-content h4 {
    font-size: 17px;
    margin: 12px 0 7px;
  }

  .blog-hero-image {
    min-height: 140px;
    max-height: 28vh;
  }

  .blog-ad-block {
    margin: 16px 0;
    padding: 10px 0;
  }

  .blog-ad-block-before-related {
    margin: 18px 0 14px;
  }

  .blog-ad-block-footer {
    margin: 16px 0 0;
    padding: 10px 0;
  }

  .blog-related-section h3 {
    font-size: 20px;
    margin: 2px 0 10px;
  }

  .blog-related-card {
    padding: 4px;
  }

  .blog-related-image {
    height: 102px;
  }

  .blog-related-title {
    font-size: 16px;
    padding: 0 6px;
  }

  .blog-related-excerpt {
    font-size: 12px;
    line-height: 1.4;
    padding: 0 6px;
  }

  .blog-related-read {
    padding: 0 6px;
  }

  .blog-related-read .btn.btn-secondary {
    padding: 6px 10px;
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .blog-list-view {
    padding: 0 11px;
  }

  .blog-home .hero-title,
  .blog-hero-title {
    font-size: 25px;
    line-height: 1.18;
  }

  .blog-list-image {
    height: 148px;
  }

  .blog-list-title {
    font-size: 19px;
  }

  .blog-list-excerpt {
    font-size: 14px;
    line-height: 1.46;
  }

  .blog-article-view {
    padding: 13px;
  }

  .blog-article-content p {
    font-size: 14px;
    line-height: 1.52;
  }

  .blog-article-content ul,
  .blog-article-content ol {
    margin-left: 16px;
    padding-left: 8px;
  }

  .blog-ad-block {
    margin: 17px 0;
    padding: 10px 0;
  }

  .blog-related-image {
    height: 106px;
  }

  .blog-related-title {
    font-size: 16px;
  }
}