@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@400;700&family=Work+Sans:wght@400;500;600;700&display=swap');

:root {

  color-scheme: light;
  --bulma-text: #111111;         /* default body text */
  --bulma-text-strong: #000000;  /* headings/strong */
  --bulma-body-color: #111111;   /* body text fallback */
  --bulma-scheme-main: #ffffff;
  --bulma-scheme-main-bis: #ffffff;
  --bulma-scheme-main-ter: #ffffff;
  --bulma-table-background-color: #ffffff;
  --bulma-table-color: #000000;
  --bulma-table-head-cell-color: #000000;
  --bulma-table-cell-border-color: #e6e6e6;
  --bulma-content-blockquote-background-color: #ffffff;
  --bulma-content-blockquote-border-left: 4px solid #000000;

}
.footer {

  background-color: var(--bulma-light);
  padding: 1.5rem 1.25rem;

}

.title:not(:last-child) {
  margin-bottom: 0px !important;
}
.cc-section-title {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.footer p {

  margin: 0.4rem 0;

}

.section {
  --bulma-section-padding-desktop: 1.5rem;
}

body {

  font-family: "Work Sans", "Avenir Next", "Trebuchet MS", sans-serif;
  background: #ffffff;
  color: #000000;

}

.concal-home #body-wrapper.section {

  padding-top: 0;
  margin-top: 0;

}

h1, h2 {

  font-family: "Kalam", "Comic Sans MS", "Trebuchet MS", sans-serif;
  letter-spacing: 0.01em;

}
h3, h4 {

  font-family: "Work Sans", "Avenir Next", "Trebuchet MS", sans-serif;

}
img {

  max-width: 100%;
  height: auto;

}
.has-text-grey,
.has-text-grey-light,
.has-text-grey-lighter,
.has-text-grey-dark {

  color: #000000 !important;

}
.subtitle,
.heading,
.title {

  color: #000000;

}
a,
a:visited,
a:hover {

  color: #000000;

}
.external-link::after {

  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.35em;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
  opacity: 0.6;

}
.cc-streaming-button.external-link::after {

  content: none;
  display: none;

}

.cc-contact-links {

  list-style: none;
  margin: 0;
  padding: 0;

}

.cc-contact-links li {

  margin-bottom: 0.7rem;

}

.cc-contact-links li:last-child {

  margin-bottom: 0;

}

.cc-contact-links__strapline {

  display: block;
  margin-top: 0.15rem;
  font-size: 0.9rem;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.72);

}

.cc-accordion-item {

  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 0.5rem 1rem;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  margin-bottom: 0.75rem;

}
.cc-accordion-item[open] {

  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);

}
.cc-accordion-summary {

  cursor: pointer;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  padding: 0.4rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.cc-accordion-summary::-webkit-details-marker {

  display: none;

}
.cc-accordion-summary::after {

  content: "+";
  font-size: 1rem;
  font-weight: 600;

}
.cc-accordion-item[open] .cc-accordion-summary::after {

  content: "–";

}
.cc-accordion-body {

  padding: 0.75rem 0 0.4rem;

}

.cc-accordion-body h2,
.cc-accordion-body h3,
.cc-accordion-body h4 {

  margin-top: 0.75rem;
  color: #000000;

}

.cc-accordion-body p,
.cc-accordion-body li {

  color: rgba(0, 0, 0, 0.75);
  line-height: 1.6;

}
.blog-post {

  margin-left: auto;
  margin-right: auto;

}
.blog-content {

  font-size: 1.05rem;
  line-height: 1.8;
  color: #111111;

}

.cc-blog-post-nav {

  margin-bottom: 1.25rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.75rem;

}

.cc-blog-post-nav__center {

  text-align: center;

}

.cc-blog-post-nav__right {

  text-align: right;

}
.cc-streaming-button {

  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding: 0.4rem 0.5rem;
  min-width: auto;
  max-width: none;
  min-height: 3.2rem;
  flex: 0 0 auto;
  white-space: normal;
  line-height: 1.1;
  text-align: center;

}
.cc-streaming-button .icon:first-child:not(:last-child) {

  margin-inline-start: 0;
  margin-inline-end: 0;

}
.cc-streaming-icon {

  display: inline-flex;
  font-size: 1.1rem;
  line-height: 1;
  width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;

}
.cc-streaming-label {

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 0.6rem;
  letter-spacing: 0.02em;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;

}
.cc-streaming-desc {

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 0.55rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;

}
.cc-album-layout {

  align-items: center;

}
.cc-album-cover-col,
.cc-album-meta {

  display: flex;
  flex-direction: column;

}
.cc-album-box {

  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  background: #fbfaf7;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);

}

.cc-album-links {

  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: flex-start;
  margin-top: 0.4rem;
  flex-wrap: wrap;

}
.cc-streaming-group {

  flex-wrap: wrap;
  gap: 0.6rem;

}
.cc-album-meta .cc-album-box {

  margin-bottom: 1rem;

}
.cc-album-iframe {

  margin-top: 1rem;

}
.cc-album-iframe iframe {

  margin-bottom: 0;

}
@media screen and (max-width: 1023px) and (min-width: 769px) {







}
.cc-big-icon-button {

  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  text-align: center;
  justify-content: center;

}
#footer .buttons {

  justify-content: center;

}
.cc-big-icon-button .icon {

  display: flex;
  width: 1.7em;
  height: 1.7em;
  align-items: center;
  justify-content: center;
  line-height: 1;

}
.cc-big-icon-button .icon i {

  display: block;
  width: 1.1em;
  height: 1.1em;
  line-height: 1;

}

.cc-big-icon-button .icon i.fa-music {

  width: 1em;
  height: 1em;

}
.cc-big-icon-button .icon:first-child:not(:last-child) {

  margin-inline-start: 0;
  margin-inline-end: 0;

}
.cc-header-icon-button {

  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;

}
.cc-header-icon-button .icon {

  margin: 0;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;

}

.cc-header-icon-button::after {

  content: attr(aria-label);
  position: absolute;
  left: 50%;
  top: calc(100% + 0.4rem);
  transform: translateX(-50%);
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  background: #111111;
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 1.2;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 120ms ease;

}

.cc-header-icon-button:hover::after,
.cc-header-icon-button:focus-visible::after {

  opacity: 1;

}

.cc-navbar-logo {

  padding: 0.35rem 0.75rem;

}

.cc-navbar-logo__frame {

  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;

}

.cc-navbar-logo__frame img {

  height: 76px;
  max-height: none;
  width: auto;
  display: block;

}

.navbar-menu .navbar-item,
.navbar-menu .navbar-link {

  font-size: 1.05rem;

}

.cc-icon-apple-classical {

  width: 28px;
  height: 28px;
  display: block;
  background-color: #000000;
  -webkit-mask: var(--cc-icon-url) no-repeat center / contain;
  mask: var(--cc-icon-url) no-repeat center / contain;

}

.cc-header-icon-button .cc-icon-apple-classical {

  width: 1.25rem;
  height: 1.25rem;

}
.blog-content p {

  margin-top: 1rem;

}
.content a, .cc-page-subtitle a {

  color: #111111;
  text-decoration: underline;
  text-underline-offset: 3px;

}

.blog-content a {

  color: #111111;
  text-decoration: underline;
  text-underline-offset: 3px;

}
.blog-content img {

  display: block;
  margin: 1.2rem auto;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);

}
.blog-content h2,
.blog-content h3 {

  margin-top: 1.5rem;
  color: #000000;

}

.cc-page-subtitle {

  color: rgba(0, 0, 0, 0.65);
  font-size: 0.98rem;
  margin-top: 0.35rem;

}

.concal-home .box figure.image {

  width: 600px;
  max-width: 80vw;
  margin: 0 auto;

}
.album-content iframe {

  display: block;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;

}

.album-extras {

  margin-top: 1.5rem;

}

.carousel-track {

  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  gap: 0;
  align-items: flex-start;

}
.carousel-shell {

  margin-bottom: 2rem;
  padding: 0.75rem 0.2rem;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(250, 247, 241, 0.9), rgba(232, 240, 245, 0.9));
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
  position: relative;

}

.carousel-shell::before,
.carousel-shell::after {

  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 72px;
  pointer-events: none;
  z-index: 2;

}

.carousel-shell::before {

  left: 0;
  background: linear-gradient(90deg, rgba(250, 247, 241, 1), rgba(250, 247, 241, 0));

}

.carousel-shell::after {

  right: 0;
  background: linear-gradient(270deg, rgba(232, 240, 245, 1), rgba(232, 240, 245, 0));

}

.carousel-viewport {

  overflow-x: auto;
  overflow-y: visible;
  padding: 0.9rem 0 1rem;
  scrollbar-width: thin;

}
.carousel-card {

  min-width: 220px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, z-index 0.35s ease, opacity 0.35s ease;
  scroll-snap-align: start;
  z-index: 1;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
  background: transparent;
  overflow: hidden;
  margin-right: -54px;
  line-height: 0;
  align-self: flex-start;
  transform: scale(0.94);
  opacity: 0.86;

}
.carousel-card.is-active {

  transform: scale(1.12);
  opacity: 1;
  z-index: 5;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.25);

}
.carousel-card .card-content {

  padding: 0.55rem 0.55rem 0.7rem;

}
.carousel-card .title {

  margin-bottom: 0.2rem;

}
.carousel-card .has-text-grey {

  line-height: 1.2;

}
.carousel-card .card-image .image {

  overflow: hidden;
  background: transparent;
  display: block;
  line-height: 0;
  margin: 0;
  padding: 0;
  height: 220px;

}
.carousel-card .card-image {

  margin: 0;
  padding: 0;

}
.carousel-card figure.image {

  margin: 0;

}
.carousel-card .card-image .image img {

  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 0.12rem;

}
@media screen and (max-width: 768px) {

  .carousel-card {
    transform: scale(0.97);
    opacity: 0.9;
  }

  .carousel-card.is-active {
    transform: scale(1.06);
  }

  .carousel-viewport {
    padding: 0.55rem 0 0.65rem;
  }

}
.box {

  background: #ffffff;

}
.table {

  background-color: #ffffff !important;
  color: #000000;

}
.table thead th,
.table tbody td {

  color: #000000;

}
.content blockquote,
.cc-quote {

  position: relative;
  padding: 0.8rem 1rem 0.8rem 1.8rem;
  background: #ffffff;
  margin: 0.9rem 0;
  border-left: 0;
  border-inline-start: 0;

}
.content blockquote::before,
.cc-quote::before {

  font-family: "Font Awesome 7 Free";
  content: "\f10d";
  font-weight: 900;
  position: absolute;
  left: 0.45rem;
  top: 0.4rem;
  font-size: 1.6rem;
  color: rgba(0,0,0,0.08);

}

.content blockquote:not(:last-child),
.cc-quote:not(:last-child) {

  margin-bottom: 0.9rem;

}

.cc-quote-source {

  display: block;
  margin-top: 0.6rem;
  font-style: normal;
  font-size: 0.9rem;
  color: #555;

}



.cc-figure {

  margin: 1.5rem auto;
  text-align: center;

}
.cc-figure img {

  display: block;
  margin: 0 auto;

}
.cc-figure figcaption {

  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #555;

}

.cc-figure-img {

  display: block;
  margin: 1.5rem auto 0.5rem;

}

.cc-figure-caption {

  display: block;
  text-align: center;
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1.5rem;

}

.cc-albums-page {

  position: relative;
  padding: 1.5rem 1.5rem 2.5rem;
  overflow: hidden;

}
.cc-albums-page::before {

  content: "";
  position: absolute;
  top: -140px;
  right: -120px;
  width: 280px;
  height: 280px;
  pointer-events: none;

}
.cc-albums-page::after {

  content: "";
  position: absolute;
  bottom: -160px;
  left: -100px;
  width: 320px;
  height: 320px;
  pointer-events: none;

}
.cc-albums-hero {

  position: relative;
  z-index: 1;
  max-width: 44rem;
  margin-bottom: 1.75rem;

}
.cc-albums-title {

  font-family: "Kalam", "Comic Sans MS", "Trebuchet MS", sans-serif;
  font-size: 2.4rem;
  margin-bottom: 0.35rem;

}
.cc-albums-subtitle {

  font-size: 1rem;
  color: rgba(17, 17, 17, 0.7);

}
.cc-album-section {

  position: relative;
  z-index: 1;
  margin-top: 1.6rem;

}
.cc-album-section-title {

  font-size: 1.35rem;
  margin-bottom: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;

}
.cc-album-section-title::after {

  content: "";
  display: inline-block;
  width: 54px;
  height: 2px;
  background: rgba(17, 17, 17, 0.55);
  margin-left: 0.2rem;

}
.cc-album-grid {

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;

}
@media screen and (min-width: 769px) {

  .cc-album-grid {

    grid-template-columns: repeat(3, minmax(0, 1fr));

  }

}
@media screen and (min-width: 1024px) {

  .cc-album-grid {

    grid-template-columns: repeat(6, minmax(0, 1fr));

  }

}
.cc-album-card {

  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;

}
.cc-album-card--collaboration {

  background: #fcf8ef;
  border-color: rgba(125, 86, 12, 0.2);

}

.cc-album-sticker {

  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  z-index: 2;
  padding: 0.16rem 0.45rem;
  border-radius: 999px;
  background: #f2d56b;
  border: 1px solid rgba(0, 0, 0, 0.18);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  color: #2f2200;

}
.cc-album-card:hover {

  transform: translateY(-6px);
  border-color: rgba(0, 0, 0, 0.18);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.22);

}
.cc-album-cover {

  padding: 0.7rem;
  background: #ffffff;

}
.cc-album-cover img {

  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);

}
.cc-album-meta {

  padding: 0.75rem 0.85rem 0.95rem;
  text-align: left;
  justify-content: center;

}
.cc-album-title {

  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0;

}

.cc-album-artists {

  font-size: 0.74rem;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.68);
  margin-top: 0.2rem;
  margin-bottom: 0;

}

.cc-album-meta .title:not(:last-child) {

  margin-bottom: 0;

}
.cc-album-year {

  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 0.25rem;
  margin-bottom: 0;

}

.cc-album-detail-meta {

  font-size: 0.95rem;
  line-height: 1.35;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.72);
  margin: 0.25rem 0 0;

}

.cc-album-detail-year {

  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 0.3rem;

}
@media screen and (max-width: 768px) {





}
.cc-photo-nav {

  margin-bottom: 2rem;
  position: sticky;
  top: 0.75rem;
  z-index: 20;
  padding: 0.75rem 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);

}
.cc-photo-section {

  scroll-margin-top: 6rem;
  margin-bottom: 2.5rem;

}
.cc-page-title {

  font-size: clamp(2.4rem, 2vw + 2rem, 3.2rem);
  letter-spacing: 0.01em;
  margin-bottom: 0.25rem;

}
.cc-section-title {

  font-size: clamp(1.8rem, 1vw + 1.4rem, 2.4rem);
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;

}
.cc-collection-title {

  font-size: 1.4rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;

}
.cc-collection-meta {

  display: inline-block;
  padding: 0.35rem 0.6rem;
  background: #f7f6f2;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 999px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;

}
#photos-gallery .columns {

  margin-top: 1rem;
  display: block;
  column-count: 3;
  column-gap: 1.5rem;

}
#photos-gallery .column {

  width: 100%;
  display: inline-block;
  margin: 0 0 1.5rem;
  padding: 0;
  break-inside: avoid;

}
#photos-gallery figure.image {

  padding: 0.4rem;
  background: #f7f6f2;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);

}
#photos-gallery figure.image img {

  display: block;
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;

}
#photos-gallery figure.image:hover img {

  transform: scale(1.01);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);

}
.cc-lightbox-trigger {

  cursor: zoom-in;

}
.cc-lightbox {

  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;

}
.cc-lightbox.is-active {

  display: block;

}
.cc-lightbox__backdrop {

  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);

}
.cc-lightbox__content {

  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  max-width: min(92vw, 1200px);
  max-height: 90vh;
  margin: 4vh auto;

}
.cc-lightbox__content img {

  max-width: 100%;
  max-height: 70vh;
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);

}
.cc-lightbox__caption {

  color: #ffffff;
  font-size: 0.95rem;
  text-align: center;
  max-width: 70ch;

}
.cc-lightbox__close,
.cc-lightbox__nav {

  position: absolute;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border-radius: 999px;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;

}
.cc-lightbox__close {

  top: -0.75rem;
  right: -0.75rem;

}
.cc-lightbox__nav--prev {

  left: -3rem;
  top: 50%;
  transform: translateY(-50%);

}
.cc-lightbox__nav--next {

  right: -3rem;
  top: 50%;
  transform: translateY(-50%);

}
body.cc-lightbox-open {

  overflow: hidden;

}
@media screen and (max-width: 1023px) {

  #photos-gallery .columns {
    column-count: 2;
  }

}
.blog-content .image {

  display: inline-block;
  width: auto;
  max-width: 100%;

}
.blog-content .image img {

  width: auto;
  height: auto;
  max-width: 100%;

}
.cc-blog-archive {

  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  --bulma-block-spacing: 0.5rem;

}
.cc-blog-archive .heading {

  letter-spacing: 0.16em;
  text-transform: uppercase;

}
.cc-blog-archive .input,
.cc-blog-archive .select select {

  background: #fafafa;
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.75);
  box-shadow: none;

}
.cc-blog-archive__list {

  display: grid;
  grid-template-columns: 1fr;
  gap: 0.25rem;
  margin-top: 1rem;

}
.cc-blog-archive__item {

  display: grid;
  grid-template-columns: 96px 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.65rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;

}
.cc-blog-archive__thumb {

  width: 96px;

}
.cc-blog-archive__thumb .image {

  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f7f6f2;

}
.cc-blog-archive__thumb img {

  object-fit: cover;

}
.cc-blog-archive__thumb--fallback {

  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;

}
.cc-blog-archive__thumb--fallback img {

  object-fit: contain;
  padding: 0.5rem;

}
.cc-blog-archive__item .title {

  margin-bottom: 0;

}
.cc-blog-archive__excerpt {

  margin-top: 0.25rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.9rem;

}
.cc-blog-archive__item:hover {

  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);

}
.cc-blog-archive__meta .tag {

  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;

}
.cc-blog-archive__mark {

  background: #fde68a;
  padding: 0 0.1em;

}
.cc-blog-archive__arrow {

  font-size: 1.25rem;
  opacity: 0.4;

}

.cc-blog-archive__pager {

  display: flex;
  justify-content: center;
  margin-top: 1rem;

}

.cc-blog-viewer {

  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);

}

.cc-blog-viewer__actions {

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;

}

.cc-blog-viewer__actions .button[disabled] {

  opacity: 0.45;
  cursor: not-allowed;

}

.cc-blog-archive .cc-blog-archive__pager .button {

  font-size: 0.95rem;
  padding: 0.45rem 0.9rem;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background-color: #ffffff;
  color: #111111;
  box-shadow: none;

}

.cc-blog-archive .cc-blog-archive__pager .tag {

  font-size: 0.9rem;
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background-color: #ffffff;
  color: #111111;

}

.cc-blog-archive .cc-blog-archive__pager .button:hover,
.cc-blog-archive .cc-blog-archive__pager .button:focus {

  border-color: rgba(0, 0, 0, 0.3);

}

.cc-blog-archive .buttons .button[data-blog-prev],
.cc-blog-archive .buttons .button[data-blog-next] {

  font-size: 0.95rem;
  padding: 0.45rem 0.9rem;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background-color: #ffffff;
  color: #111111;
  box-shadow: none;

}

.cc-blog-archive .buttons .tag.js-blog-page-info,
.cc-blog-archive .buttons .tag.js-blog-result-info {

  font-size: 0.9rem;
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background-color: #ffffff;
  color: #111111;

}

.cc-blog-archive .buttons .button[data-blog-prev]:hover,
.cc-blog-archive .buttons .button[data-blog-prev]:focus,
.cc-blog-archive .buttons .button[data-blog-next]:hover,
.cc-blog-archive .buttons .button[data-blog-next]:focus {

  border-color: rgba(0, 0, 0, 0.3);

}

@media screen and (max-width: 768px) {

  .cc-blog-archive__item {

    grid-template-columns: 72px 1fr;
    padding: 0.5rem;

  }

  .cc-blog-archive__thumb {

    width: 72px;

  }

  .cc-blog-archive__arrow {

    display: none;

  }

}

.cc-surface-card {

  padding: 1.5rem;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(250, 247, 241, 0.95), rgba(232, 240, 245, 0.9));
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);

}

.cc-surface-inner {

  background: #ffffff;
  border-radius: 22px;
  padding: 1.5rem;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);

}

.cc-concerts {

  padding: 1.5rem;

}

.cc-concerts__header {

  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;

}

.cc-concerts__hint {

  min-width: 220px;
  max-width: 320px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 0.85rem 1rem;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.08);

}

.cc-concerts__hint-title {

  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.35rem;

}

.cc-concerts__hint-text {

  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0.35rem;

}

.cc-concerts__table-wrap {

  margin-top: 1.5rem;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
  padding: 0.5rem 0.75rem 1rem;

}

.cc-concerts__table {

  font-size: 0.95rem;

}

.cc-concerts__table th {

  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(0, 0, 0, 0.6);

}

.cc-concerts__table td {

  vertical-align: top;

}

.dataTables_wrapper .dataTables_filter input {

  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  padding: 0.35rem 0.75rem;
  box-shadow: none;
  color: #111111;
  background-color: #ffffff;

}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {

  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.6);

}

.dataTables_wrapper .dataTables_paginate .pagination-link,
.dataTables_wrapper .dataTables_paginate .pagination-previous,
.dataTables_wrapper .dataTables_paginate .pagination-next {

  color: #111111;
  border-color: rgba(0, 0, 0, 0.18);
  background-color: #ffffff;

}

.dataTables_wrapper .dataTables_paginate .pagination-link.is-current {

  background-color: #111111;
  border-color: #111111;
  color: #ffffff;

}

@media screen and (max-width: 768px) {

  .cc-concerts {

    padding: 1rem;

  }

  .cc-concerts__table-wrap {

    padding: 0.35rem 0.5rem 0.85rem;

  }

}

.ahrc_logo {

  width: 201px;
  height: 51px;

}
