/*
Theme Name: Avada Altec-Connect
Theme URI: https://voorbeeld.nl
Description: Child theme voor Avada
Author: Bryan Stekelenburg
Template: Avada
Version: 1.0.0
Text Domain: avada-ac
*/

.cc-download-secties {
  margin-top: 20px;
}

.cc-versie-groep {
  margin-bottom: 30px;
  clear: both;
}

.cc-versie-titel-knop {
  width: 100%;
  display: block;
  text-align: left;
  padding: 0 44px 8px 0;
  margin: 0 0 15px 0;
  border: 0;
  border-bottom: 2px solid #ddd;
  background: transparent;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}

.cc-versie-titel-knop::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 45%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s ease;
}

.cc-versie-titel-knop.actief::after {
  transform: translateY(-30%) rotate(225deg);
}

.cc-hoofdversie-inhoud {
  display: none;
}

.cc-hoofdversie-inhoud.open {
  display: block;
}

.cc-accordion {
  width: 100%;
}

.cc-accordion-item {
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  clear: both;
}

.cc-accordion-knop {
  width: 100%;
  display: block;
  text-align: left;
  padding: 14px 44px 14px 18px;
  border: 0;
  background: #f5f5f5;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}

.cc-accordion-knop:hover {
  background: #ececec;
}

.cc-accordion-knop.actief {
  background: #e5e5e5;
}

.cc-accordion-knop::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s ease;
}

.cc-accordion-knop.actief::after {
  transform: translateY(-35%) rotate(225deg);
}

.cc-accordion-inhoud {
  display: none;
  padding: 15px 18px;
  background: #fff;
}

.cc-accordion-inhoud.open {
  display: block;
}

.cc-bestandenlijst {
  margin: 0;
  padding-left: 20px;
}

.cc-bestand-item {
  margin-bottom: 8px;
}

.cc-download-link {
  font-weight: 600;
  text-decoration: none;
}

.cc-download-link:hover {
  text-decoration: underline;
}

.cc-bestand-grootte {
  color: #777;
  font-size: 0.95em;
}