/*
Theme Name: Jens-Ingo Tango 2025
Theme URI: https://www.all2all.org/
Description: Twenty Twenty-Five child theme preserving the classic Jens-Ingo Tango DJ blog structure.
Author: all2all
Template: twentytwentyfive
Version: 1.0.2
Text Domain: a2a-tango-2025
*/

body {
  background: #e8e2d7;
  font-family: "Trebuchet MS", "Segoe UI", Arial, Helvetica, sans-serif !important;
  --wp--style--root--padding-left: 0;
  --wp--style--root--padding-right: 0;
}

.wp-site-blocks {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

a {
  text-underline-offset: 3px;
}

.a2a-site-shell {
  width: min(1180px, calc(100vw - 40px));
  max-width: 1180px;
  margin: 0 auto;
  background: #fffdf9;
  color: #202020;
  font-family: "Trebuchet MS", "Segoe UI", Arial, Helvetica, sans-serif !important;
  box-shadow: 0 18px 40px rgba(42, 31, 18, 0.1);
}

.a2a-header {
  padding: 36px 32px 0;
}

.a2a-title-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.a2a-title-row .wp-block-site-title {
  margin: 0;
}

.a2a-site-shell .a2a-title-row .wp-block-site-title,
.a2a-site-shell .a2a-title-row .wp-block-site-title a {
  color: #7c241c;
  font-family: "Trebuchet MS", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.a2a-title-row .wp-block-site-tagline {
  color: #66625b;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.a2a-nav {
  border-top: 1px solid #ded8cc;
  border-bottom: 1px solid #ded8cc;
  margin-top: 26px;
  padding: 10px 0;
}

.a2a-nav a {
  color: #7c241c;
  font-size: 14px;
}

.a2a-main {
  padding: 28px 32px 36px;
}

.a2a-site-shell .a2a-content-grid.wp-block-columns {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 38px !important;
  align-items: start;
  flex-wrap: initial !important;
}

.a2a-site-shell .a2a-content-grid > .wp-block-column {
  flex-basis: auto !important;
  min-width: 0;
  width: auto !important;
}

.a2a-site-shell .a2a-content-grid > .wp-block-column:nth-child(2) {
  width: 280px !important;
}

.a2a-post-list {
  display: grid;
  gap: 34px;
}

.a2a-post-card {
  border-bottom: 1px solid #ded8cc;
  padding-bottom: 30px;
}

.a2a-post-card:last-child {
  border-bottom: 0;
}

.a2a-post-card .wp-block-post-title,
.a2a-post-card .wp-block-post-title a,
.a2a-single-title,
.wp-block-post-title.a2a-single-title {
  color: #171717;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.a2a-meta,
.a2a-meta a,
.wp-block-post-date,
.wp-block-post-terms {
  color: #66625b;
  font-size: 14px;
  line-height: 1.45;
}

.a2a-excerpt,
.a2a-entry {
  color: #202020;
  font-size: 17px;
  line-height: 1.72;
}

.a2a-entry > * + *,
.a2a-excerpt > * + * {
  margin-top: 1.1em;
}

.a2a-sidebar {
  color: #3f3b35;
  font-size: 14px;
  line-height: 1.5;
}

.a2a-sidebar .widget {
  margin-bottom: 26px;
}

.a2a-sidebar .widgettitle,
.a2a-sidebar .widget-title,
.a2a-sidebar h2,
.a2a-sidebar h3 {
  color: #2b2926;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 10px;
}

.a2a-sidebar ul {
  padding-left: 18px;
}

.a2a-sidebar li {
  margin-bottom: 8px;
}

.a2a-sidebar a,
.a2a-entry a,
.a2a-excerpt a {
  color: #7c241c;
}

.a2a-footer {
  border-top: 1px solid #ded8cc;
  color: #66625b;
  font-size: 13px;
  padding: 20px 32px 30px;
}

@media (max-width: 860px) {
  .a2a-site-shell {
    width: min(100%, calc(100vw - 20px));
  }

  .a2a-site-shell .a2a-content-grid.wp-block-columns {
    grid-template-columns: 1fr;
  }

  .a2a-site-shell .a2a-content-grid > .wp-block-column:nth-child(2) {
    width: auto !important;
  }

  .a2a-header,
  .a2a-main,
  .a2a-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 620px) {
  .a2a-title-row .wp-block-site-title a {
    font-size: 28px;
  }

  .a2a-post-card .wp-block-post-title,
  .a2a-post-card .wp-block-post-title a,
  .a2a-single-title,
  .wp-block-post-title.a2a-single-title {
    font-size: 25px;
  }

  .a2a-excerpt,
  .a2a-entry {
    font-size: 16px;
    line-height: 1.68;
  }
}
