/*
Theme Name: woostify Tema Child
Template: woostify
Description: Child tema til purshop.dk
Version: 1.0
*/

/* Dine custom CSS styles her */

.purshop_accordions {
  margin-top: 12px;
}

.purshop_accordions .purshop_accordion {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  margin-bottom: 10px;
  background: #fff;
}

.purshop_accordions .purshop_accordion_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 600;
  user-select: none;
}

.purshop_accordions .purshop_accordion_title::-webkit-details-marker {
  display: none;
}

.purshop_accordions .purshop_accordion_title::after {
  content: "+";
  font-size: 18px;
  line-height: 1;
  margin-left: 12px;
}

.purshop_accordions details[open] .purshop_accordion_title::after {
  content: "−";
}

.purshop_accordions .purshop_accordion_content {
  padding: 14px 16px;
  border-top: 1px solid #e6e6e6;
}

.purshop_accordions .purshop_accordion_content p:first-child {
  margin-top: 0;
}

.purshop_accordions .purshop_accordion_content p:last-child {
  margin-bottom: 0;
}

.purshop_fare_icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.purshop_fare_icons img {
  width: 44px;
  height: auto;
  display: block;
}
