/* ============================================================
   CONTACT FORM 7 — Styled to match ET theme
   ============================================================ */
.wpcf7 { width: 100%; }
.wpcf7 p { margin-bottom: 1rem; }
.wpcf7 label {
  font-family: 'Karla', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #8a8880;
  display: block;
  margin-bottom: 5px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #d0cec8;
  border-radius: 4px;
  font-family: 'Karla', sans-serif;
  font-size: 0.92rem;
  color: #3a3835;
  background: #ffffff;
  outline: none;
  transition: border-color 0.25s ease;
  -webkit-appearance: none;
  box-shadow: none;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #1a1816;
}
.wpcf7 textarea {
  resize: vertical;
  min-height: 120px;
}
.wpcf7 input[type="submit"] {
  display: inline-flex;
  align-items: center;
  padding: 13px 28px;
  background: #1a1816;
  color: #ffffff;
  font-family: 'Karla', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 2px solid #1a1816;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.25s ease;
  -webkit-appearance: none;
}
.wpcf7 input[type="submit"]:hover {
  background: transparent;
  color: #1a1816;
}
.wpcf7 .cf7-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.wpcf7-not-valid-tip {
  font-size: 0.75rem;
  color: #c0392b;
  margin-top: 4px;
  display: block;
}
.wpcf7-response-output {
  margin-top: 1.5rem !important;
  padding: 1rem 1.25rem !important;
  border-radius: 4px !important;
  font-family: 'Karla', sans-serif !important;
  font-size: 0.88rem !important;
  border: 1px solid #d0cec8 !important;
}
.wpcf7-mail-sent-ok {
  background: #f0faf0 !important;
  border-color: #27ae60 !important;
  color: #27ae60 !important;
}
.wpcf7-mail-sent-ng,
.wpcf7-validation-errors {
  background: #fdf0f0 !important;
  border-color: #c0392b !important;
  color: #c0392b !important;
}

/* ============================================================
   DISCOGRAPHY IMAGE FIX
   ============================================================ */
.disc-img {
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
}
.disc-img img {
  width: 220px !important;
  height: 220px !important;
  max-width: 220px !important;
  object-fit: cover !important;
}
.disc-item {
  grid-template-columns: 220px 1fr !important;
}
.disc-item--flip {
  grid-template-columns: 1fr 220px !important;
}
/* ============================================================
   DISCOGRAPHY FIX
   ============================================================ */
.disc-img {
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
  flex-shrink: 0;
}

.disc-img img {
  width: 220px !important;
  height: 220px !important;
  max-width: 220px !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.disc-item {
  display: grid !important;
  grid-template-columns: 220px 1fr !important;
  gap: 3rem !important;
  align-items: center !important;
  padding: 3rem 0 !important;
  border-bottom: 1px solid #efefec !important;
}

.disc-item--flip {
  grid-template-columns: 1fr 220px !important;
}

.disc-item--flip .disc-img {
  order: 2 !important;
}

.disc-item--flip .disc-info {
  order: 1 !important;
}

.discography-list .disc-item:first-child {
  border-top: 1px solid #efefec;
}

/* Compilation images — smaller size */
.compilations-grid img {
  height: 90px !important;
  width: auto !important;
  max-width: 120px !important;
  object-fit: contain !important;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.compilations-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1.25rem !important;
  align-items: center !important;
  margin-bottom: 1.5rem !important;
}