/* Theme Name: nvavg-child
Template: nvavg
Theme URI: http://underscores.me/
Author: Lettow
Author URI: https://lettow.nl/
Description: Nvavg website
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lettow
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/



.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}
.header-tijdschrift .ts-titel {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.header-tijdschrift .ts-beschrijving {
  color: #444;
  line-height: 1.6;
}
.layout-tijdschrift {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .layout-tijdschrift {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 2rem;
  }
}
.tijdschrift-filter {
  background: #e67e22;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  height: max-content;
}
.tijdschrift-filter h2 {
  margin: 0;
  padding: 1rem;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
.tijdschrift-filter ul {
  margin: 0;
  padding: 1rem;
  list-style: none;
  background: #fff;
  position: relative;
}
.tijdschrift-filter ul::after {
  content: "";
  position: absolute;
  bottom: 0; left: 1rem; right: 1rem;
  height: 4px;
  background: #e67e22;
  border-radius: 2px;
}
.filter-link {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  cursor: pointer;
  color: #333;
}
.filter-link input {
  margin-right: 0.75rem;
}
.filter-link.active {
  font-weight: bold;
  color: #e67e22;
}
.tijdschrift-edities {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.editie-card {
  display: block;
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s;
  margin-bottom: 2rem;
}
.editie-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.editie-card > .editie-cover,
.editie-card > .editie-content {
  display: inline-block;
  vertical-align: top;
}
.editie-cover {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
@media (min-width:1024px) {
  .editie-cover { width:40%; height:300px; }
}
.editie-cover img { width:100%; height:100%; object-fit:cover; }
.editie-content {
  width: 100%;
  box-sizing: border-box;
  padding: 1.5rem;
}
@media (min-width:1024px) {
  .editie-content { width:60%; }
}
.subkop {
  font-weight: bold;
  margin: 1rem 0 .5rem;
}
.artikellijst {
  list-style: disc inside;
  margin: 0 0 1rem;
  padding-left: 1rem;
}
.artikellijst li { margin-bottom: 0.25rem; }
.btn-editie {
  display: inline-block;
  margin-top: auto;
  background: #e67e22;
  color: #fff !important;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  text-decoration: none;
  align-self: flex-start;
  transition: background 0.2s;
}
.btn-editie:hover { background: #cf711c; }

.studiedagen-lijst {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.studiedag-item {
  display: flex;
  gap: 2rem;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
}

.studiedag-thumb img {
  width: 160px;
  border-radius: 4px;
  object-fit: cover;
}

.studiedag-info {
  flex-grow: 1;
}

.studiedag-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 0.5rem;
  color: #0e635f;
}

.studiedag-desc {
  font-size: 1rem;
  color: #333;
}

.studiedag-rechts {
  min-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.studiedag-prijs {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.studiedag-knop .button {
  background-color: #36b5b0; 
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.studiedag-knop .button:hover {
  background-color: #2aa39d; 
}


/* Mobiel */
@media (max-width: 768px) {
  .studiedag-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .studiedag-rechts {
    align-items: flex-start;
    width: 100%;
  }

  .studiedag-prijs,
  .studiedag-knop {
    text-align: left;
  }

  .studiedag-thumb img {
    width: 100%;
    height: auto;
  }
}

.nvavg-extra-fields label {
  font-weight: normal;
  display: block;
  margin-bottom: 0.5rem;
}
.nvavg-extra-fields input[type="checkbox"],
.nvavg-extra-fields input[type="radio"] {
  margin-right: 0.5rem;
}
#workshop_12, #workshop_34 {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: #f9f9f9;
  border-radius: 6px;
  border: 1px solid #ddd;
}
#workshop_12 p, #workshop_34 p {
  font-weight: bold;
  margin-bottom: 0.75rem;
}
#workshop_12 select,
#workshop_34 select {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.4rem;
  width: 100%;
  max-width: 350px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
