/*
 * MåltidskasserBob frontend styles
 *
 * All selectors are deliberately scoped beneath .mkb-feed.mkb-feed.
 * The doubled class raises specificity enough to keep ordinary theme and
 * WordPress Custom CSS rules (for example .entry-content h3/h4) from
 * changing the feed, without using a blanket !important reset.
 */
.mkb-feed.mkb-feed{
  --mkb-primary: #3F6F36;
  --mkb-primary-dark: #31582a;
  --mkb-primary-deep: #274823;
  --mkb-primary-soft: #f3f8ed;
  --mkb-primary-soft-strong: #e9f4df;
  --mkb-primary-border: #cfe0c4;
  --mkb-accent: #e6a01b;
  --mkb-accent-soft: #fff8e8;
  --mkb-ink: #1f2937;
  --mkb-muted: #667085;
  --mkb-border: #e2e8dd;
  --mkb-panel: #f7faf4;
  --mkb-shadow: 0 10px 28px rgba(47, 87, 41, 0.10);
  --mkb-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--mkb-ink);
  font-family: var(--mkb-font);
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  text-transform: none;
  width: 100%;
}

.mkb-feed.mkb-feed *,
.mkb-feed.mkb-feed *::before,
.mkb-feed.mkb-feed *::after{
  box-sizing: border-box;
}

/* Desktop filter panel. On mobile the same controls become a right-side drawer. */
.mkb-feed.mkb-feed .mkb-mobile-filter-toolbar,
.mkb-feed.mkb-feed .mkb-filter-panel-header,
.mkb-feed.mkb-feed .mkb-filter-panel-footer,
.mkb-feed.mkb-feed .mkb-filter-scrim{
  display: none;
}

.mkb-feed.mkb-feed .mkb-filter-panel{
  position: relative;
}

.mkb-feed.mkb-feed .mkb-filters{
  display: grid;
  grid-template-columns: minmax(280px, 1.65fr) minmax(125px, 0.72fr) minmax(145px, 0.82fr) minmax(175px, 1fr) minmax(190px, 1.08fr) auto;
  gap: 10px;
  align-items: end;
  padding: 16px;
  margin: 0 0 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdf9 100%);
  border: 1px solid var(--mkb-primary-border);
  border-radius: 16px;
}

.mkb-feed.mkb-feed .mkb-filter-field{
  min-width: 0;
}

.mkb-feed.mkb-feed .mkb-filter-field label{
  display: block;
  margin-bottom: 6px;
  color: var(--mkb-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.mkb-feed.mkb-feed .mkb-filter-field select{
  width: 100%;
  min-height: 42px;
  padding: 8px 34px 8px 11px;
  color: var(--mkb-ink);
  background-color: #fff;
  border: 1px solid #cfd9ca;
  border-radius: 10px;
  font: inherit;
  font-size: 14px;
}

.mkb-feed.mkb-feed .mkb-filter-field select:hover{
  border-color: var(--mkb-primary-border);
}

.mkb-feed.mkb-feed .mkb-filter-field select:focus{
  border-color: var(--mkb-primary);
}

.mkb-feed.mkb-feed .mkb-filter-price{
  align-self: stretch;
  min-width: 260px;
  padding-right: 8px;
}

.mkb-feed.mkb-feed .mkb-filter-sort{
  min-width: 180px;
}

.mkb-feed.mkb-feed .mkb-price-filter-heading{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 5px;
}

.mkb-feed.mkb-feed .mkb-price-filter-heading label{
  margin-bottom: 0;
}

.mkb-feed.mkb-feed .mkb-price-filter-output{
  padding: 2px 7px;
  color: var(--mkb-primary-dark);
  background: var(--mkb-primary-soft);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
}

.mkb-feed.mkb-feed .mkb-price-range-wrap{
  display: flex;
  align-items: center;
  min-height: 27px;
  padding: 1px 2px 0;
}

.mkb-feed.mkb-feed .mkb-price-range{
  --mkb-range-progress: 100%;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  margin: 0;
  padding: 0;
  background: linear-gradient(90deg, var(--mkb-primary) 0 var(--mkb-range-progress), #dfe8da var(--mkb-range-progress) 100%);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  outline: none;
}

.mkb-feed.mkb-feed .mkb-price-range::-webkit-slider-runnable-track{
  width: 100%;
  height: 8px;
  background: transparent;
  border: 0;
  border-radius: 999px;
}

.mkb-feed.mkb-feed .mkb-price-range::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  margin-top: -7px;
  background: #fff;
  border: 3px solid var(--mkb-primary);
  border-radius: 50%;
  box-shadow: 0 2px 7px rgba(39, 72, 35, 0.20);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.mkb-feed.mkb-feed .mkb-price-range::-moz-range-track{
  width: 100%;
  height: 8px;
  background: #dfe8da;
  border: 0;
  border-radius: 999px;
}

.mkb-feed.mkb-feed .mkb-price-range::-moz-range-progress{
  height: 8px;
  background: var(--mkb-primary);
  border-radius: 999px;
}

.mkb-feed.mkb-feed .mkb-price-range::-moz-range-thumb{
  width: 17px;
  height: 17px;
  background: #fff;
  border: 3px solid var(--mkb-primary);
  border-radius: 50%;
  box-shadow: 0 2px 7px rgba(39, 72, 35, 0.20);
  cursor: pointer;
}

.mkb-feed.mkb-feed .mkb-price-range:hover::-webkit-slider-thumb,
.mkb-feed.mkb-feed .mkb-price-range:focus-visible::-webkit-slider-thumb{
  transform: scale(1.08);
  box-shadow: 0 2px 10px rgba(39, 72, 35, 0.28);
}

.mkb-feed.mkb-feed .mkb-price-range:focus-visible{
  box-shadow: 0 0 0 3px rgba(63, 111, 54, 0.18);
}

.mkb-feed.mkb-feed .mkb-price-range:disabled{
  cursor: default;
  opacity: 0.65;
}

.mkb-feed.mkb-feed .mkb-price-range-ends{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 1px;
  color: #8a9387;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.15;
}

.mkb-feed.mkb-feed .mkb-filter-field select:focus,
.mkb-feed.mkb-feed .mkb-filter-reset:focus,
.mkb-feed.mkb-feed .mkb-filter-open:focus,
.mkb-feed.mkb-feed .mkb-filter-close:focus,
.mkb-feed.mkb-feed .mkb-filter-done:focus,
.mkb-feed.mkb-feed .mkb-cta:focus,
.mkb-feed.mkb-feed .mkb-card-details summary:focus{
  outline: 3px solid rgba(63, 111, 54, 0.20);
  outline-offset: 2px;
}

.mkb-feed.mkb-feed .mkb-filter-reset-wrap{
  display: flex;
  align-items: end;
}

.mkb-feed.mkb-feed .mkb-filter-reset{
  min-height: 42px;
  padding: 8px 14px;
  color: var(--mkb-primary-dark);
  background: var(--mkb-primary-soft);
  border: 1px solid rgba(63, 111, 54, 0.24);
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
}

.mkb-feed.mkb-feed .mkb-filter-reset:hover{
  background: var(--mkb-primary-soft-strong);
}

.mkb-feed.mkb-feed .mkb-results-meta{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 24px;
  margin: 0 2px 8px;
  color: var(--mkb-muted);
  font-size: 13px;
}

.mkb-feed.mkb-feed .mkb-result-count{
  font-weight: 700;
}

.mkb-feed.mkb-feed .mkb-results-meta-separator{
  color: #a3aa9f;
}

.mkb-feed.mkb-feed .mkb-last-updated{
  white-space: nowrap;
}

.mkb-feed.mkb-feed .mkb-results{
  display: grid;
  gap: 16px;
}

.mkb-feed.mkb-feed .mkb-provider-card{
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--mkb-primary-border);
  border-top: 3px solid var(--mkb-primary);
  border-radius: 18px;
  box-shadow: var(--mkb-shadow);
}

.mkb-feed.mkb-feed .mkb-provider-card[hidden]{
  display: none !important;
}

.mkb-feed.mkb-feed .mkb-card-badge{
  position: absolute;
  top: 0;
  left: 24px;
  z-index: 2;
  padding: 7px 13px;
  color: #fff;
  background: var(--mkb-primary);
  border-radius: 0 0 10px 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.mkb-feed.mkb-feed .mkb-card-main{
  display: grid;
  grid-template-columns: minmax(190px, 0.9fr) minmax(390px, 2fr) minmax(170px, 0.72fr);
  min-height: 190px;
}

.mkb-feed.mkb-feed .mkb-brand{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  padding: 28px 24px;
}

.mkb-feed.mkb-feed .mkb-card-badge + .mkb-card-main .mkb-brand{
  padding-top: 42px;
}

.mkb-feed.mkb-feed .mkb-logo-wrap{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 62px;
}

.mkb-feed.mkb-feed .mkb-logo{
  display: block;
  width: auto;
  max-width: 175px;
  max-height: 60px;
  object-fit: contain;
  object-position: left center;
}


.mkb-feed.mkb-feed .mkb-editor-rating{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  max-width: 100%;
  line-height: 1.1;
}

.mkb-feed.mkb-feed .mkb-editor-stars{
  position: relative;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 1.5px;
  white-space: nowrap;
  filter: drop-shadow(0 1px 0 rgba(110, 72, 0, 0.10));
}

.mkb-feed.mkb-feed .mkb-editor-stars-base{
  color: #e1e5df;
}

.mkb-feed.mkb-feed .mkb-editor-stars-fill{
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #f0a51b;
  white-space: nowrap;
}

.mkb-feed.mkb-feed .mkb-editor-rating-caption{
  display: block;
  color: #7a8088;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.25;
}

.mkb-feed.mkb-feed .mkb-editor-rating-caption strong{
  color: #616873;
  font-size: inherit;
  font-weight: 700;
}

.mkb-feed.mkb-feed .mkb-provider-name{
  margin: 0;
  color: var(--mkb-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.mkb-feed.mkb-feed .mkb-card-middle{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  min-width: 0;
  padding: 28px 24px;
  border-left: 1px solid var(--mkb-border);
}

.mkb-feed.mkb-feed .mkb-keyfacts{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.mkb-feed.mkb-feed .mkb-keyfact{
  min-width: 0;
  padding: 10px 10px 11px;
  background: var(--mkb-panel);
  border: 1px solid #e5eddf;
  border-radius: 10px;
  text-align: center;
}

.mkb-feed.mkb-feed .mkb-keyfact span{
  display: block;
  margin-bottom: 5px;
  color: var(--mkb-primary-dark);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.mkb-feed.mkb-feed .mkb-keyfact strong{
  display: block;
  overflow-wrap: anywhere;
  color: var(--mkb-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.mkb-feed.mkb-feed .mkb-offer{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 12px;
  color: #713f12;
  background: var(--mkb-accent-soft);
  border: 1px solid #fde7b1;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.4;
}

.mkb-feed.mkb-feed .mkb-offer-label{
  flex: 0 0 auto;
  color: #92400e;
  font-weight: 800;
}

.mkb-feed.mkb-feed .mkb-price-panel{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 22px;
  background: linear-gradient(180deg, var(--mkb-primary-soft-strong) 0%, var(--mkb-primary-soft) 100%);
  border-left: 1px solid var(--mkb-primary-border);
  text-align: center;
}

.mkb-feed.mkb-feed .mkb-price-prefix,
.mkb-feed.mkb-feed .mkb-price-suffix{
  color: var(--mkb-muted);
  font-size: 12px;
}

.mkb-feed.mkb-feed .mkb-price{
  margin: 3px 0;
  color: var(--mkb-primary-deep);
  font-size: clamp(24px, 2.4vw, 31px);
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.mkb-feed.mkb-feed .mkb-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  margin-top: 16px;
  padding: 10px 16px;
  color: #fff !important;
  background: var(--mkb-primary);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  transition: background-color 0.16s ease, transform 0.16s ease;
}

.mkb-feed.mkb-feed .mkb-cta:hover{
  color: #fff !important;
  background: var(--mkb-primary-dark);
  transform: translateY(-1px);
}

.mkb-feed.mkb-feed .mkb-ad-label{
  display: block;
  margin-top: 6px;
  color: #8a9099;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.mkb-feed.mkb-feed .mkb-card-details{
  border-top: 1px solid var(--mkb-border);
}

.mkb-feed.mkb-feed .mkb-card-details summary{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 10px 20px;
  color: var(--mkb-primary-dark);
  background: var(--mkb-primary-soft);
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  font-weight: 800;
  user-select: none;
}

.mkb-feed.mkb-feed .mkb-card-details summary::-webkit-details-marker{
  display: none;
}

.mkb-feed.mkb-feed .mkb-card-details summary:hover{
  background: var(--mkb-primary-soft-strong);
}

.mkb-feed.mkb-feed .mkb-summary-icon{
  position: relative;
  display: inline-block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(63, 111, 54, 0.32);
  border-radius: 50%;
}

.mkb-feed.mkb-feed .mkb-summary-icon::before,
.mkb-feed.mkb-feed .mkb-summary-icon::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: opacity 0.14s ease, transform 0.14s ease;
}

.mkb-feed.mkb-feed .mkb-summary-icon::before{
  width: 8px;
  height: 1.5px;
}

.mkb-feed.mkb-feed .mkb-summary-icon::after{
  width: 1.5px;
  height: 8px;
}

.mkb-feed.mkb-feed .mkb-card-details[open] .mkb-summary-icon::after{
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.mkb-feed.mkb-feed .mkb-details-grid{
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 0;
  background: #fbfdf9;
  border-top: 1px solid var(--mkb-border);
}

.mkb-feed.mkb-feed .mkb-detail-section{
  min-width: 0;
  padding: 24px;
}

.mkb-feed.mkb-feed .mkb-detail-section + .mkb-detail-section{
  border-left: 1px solid var(--mkb-border);
}

.mkb-feed.mkb-feed .mkb-detail-section h4{
  margin: 0 0 14px;
  color: var(--mkb-primary-deep);
  font-size: 15px;
  font-weight: 900;
}

.mkb-feed.mkb-feed .mkb-detail-list{
  margin: 0 0 15px;
}

.mkb-feed.mkb-feed .mkb-detail-list > div{
  display: grid;
  grid-template-columns: minmax(95px, 0.65fr) 1fr;
  gap: 12px;
  padding: 7px 0;
  border-bottom: 1px solid #edf0f2;
}

.mkb-feed.mkb-feed .mkb-detail-list dt,
.mkb-feed.mkb-feed .mkb-contact > div > span:first-child{
  color: var(--mkb-muted);
  font-size: 12px;
  font-weight: 700;
}

.mkb-feed.mkb-feed .mkb-detail-list dd{
  margin: 0;
  color: var(--mkb-ink);
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.mkb-feed.mkb-feed .mkb-detail-list a,
.mkb-feed.mkb-feed .mkb-contact a,
.mkb-feed.mkb-feed .mkb-text-link{
  color: var(--mkb-primary-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mkb-feed.mkb-feed .mkb-findsmiley-link,
.mkb-feed.mkb-feed .mkb-findsmiley-value{
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}

.mkb-feed.mkb-feed .mkb-findsmiley-link{
  text-decoration: none;
}

.mkb-feed.mkb-feed .mkb-findsmiley-link:hover span:last-child{
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mkb-feed.mkb-feed .mkb-findsmiley-mark{
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  background: #f5c947;
  border: 1.5px solid #2f4b2b;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
}

.mkb-feed.mkb-feed .mkb-findsmiley-mark::before{
  content: '';
  position: absolute;
  top: 7px;
  left: 7px;
  width: 3px;
  height: 3px;
  background: #243922;
  border-radius: 50%;
  box-shadow: 9px 0 0 #243922;
}

.mkb-feed.mkb-feed .mkb-findsmiley-mark::after{
  content: '';
  position: absolute;
  left: 7px;
  bottom: 6px;
  width: 11px;
  height: 6px;
  border-bottom: 2px solid #243922;
  border-radius: 0 0 12px 12px;
}

.mkb-feed.mkb-feed .mkb-terms-summary{
  margin: 0 0 12px;
  color: #475467;
  font-size: 13px;
  line-height: 1.62;
}

.mkb-feed.mkb-feed .mkb-text-link{
  font-size: 13px;
  font-weight: 800;
}

.mkb-feed.mkb-feed .mkb-contact{
  display: grid;
  gap: 10px;
  margin: 0;
  font-style: normal;
}

.mkb-feed.mkb-feed .mkb-contact > div{
  display: grid;
  gap: 3px;
  min-width: 0;
}

.mkb-feed.mkb-feed .mkb-contact > div > *:last-child{
  overflow-wrap: anywhere;
  color: var(--mkb-ink);
  font-size: 13px;
  font-weight: 650;
}

.mkb-feed.mkb-feed .mkb-empty,
.mkb-feed.mkb-feed .mkb-no-results{
  padding: 22px;
  color: var(--mkb-muted);
  background: #fff;
  border: 1px solid var(--mkb-border);
  border-radius: 14px;
  text-align: center;
  font-size: 14px;
}

.mkb-feed.mkb-feed .mkb-no-results{
  margin-top: 14px;
}

@media (max-width: 1080px) {
  .mkb-feed.mkb-feed .mkb-filters{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mkb-feed.mkb-feed .mkb-filter-price,
  .mkb-feed.mkb-feed .mkb-filter-sort{
    min-width: 0;
  }

  .mkb-feed.mkb-feed .mkb-card-main{
    grid-template-columns: minmax(180px, 0.8fr) minmax(340px, 1.7fr) minmax(155px, 0.7fr);
  }

  .mkb-feed.mkb-feed .mkb-keyfacts{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .mkb-feed.mkb-feed .mkb-card-main{
    grid-template-columns: 1fr 1.7fr;
  }

  .mkb-feed.mkb-feed .mkb-price-panel{
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto auto 1fr minmax(160px, 220px);
    gap: 8px;
    align-items: center;
    padding: 15px 20px;
    border-top: 1px solid var(--mkb-primary-border);
    border-left: 0;
    text-align: left;
  }

  .mkb-feed.mkb-feed .mkb-price-prefix,
.mkb-feed.mkb-feed .mkb-price-suffix{
    align-self: center;
  }

  .mkb-feed.mkb-feed .mkb-price{
    font-size: 26px;
  }

  .mkb-feed.mkb-feed .mkb-cta{
    margin-top: 0;
  }

  .mkb-feed.mkb-feed .mkb-ad-label{
    grid-column: 4;
    margin-top: -4px;
  }

  .mkb-feed.mkb-feed .mkb-details-grid{
    grid-template-columns: 1fr 1fr;
  }

  .mkb-feed.mkb-feed .mkb-detail-section:first-child{
    grid-column: 1 / -1;
  }

  .mkb-feed.mkb-feed .mkb-detail-section:nth-child(2){
    border-left: 0;
    border-top: 1px solid var(--mkb-border);
  }

  .mkb-feed.mkb-feed .mkb-detail-section:nth-child(3){
    border-top: 1px solid var(--mkb-border);
  }
}

@media (max-width: 640px) {
  .mkb-feed.mkb-feed .mkb-mobile-filter-toolbar{
    display: flex;
    justify-content: flex-end;
    margin: 0 0 10px;
  }

  .mkb-feed.mkb-feed .mkb-filter-open{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 15px;
    color: var(--mkb-primary-dark);
    background: #fff;
    border: 1px solid var(--mkb-primary-border);
    border-radius: 11px;
    box-shadow: 0 3px 10px rgba(47, 87, 41, 0.07);
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
  }

  .mkb-feed.mkb-feed .mkb-filter-open-icon{
    display: inline-flex;
    flex-direction: column;
    gap: 3px;
    width: 15px;
  }

  .mkb-feed.mkb-feed .mkb-filter-open-icon span{
    display: block;
    height: 1.5px;
    background: currentColor;
    border-radius: 2px;
  }

  .mkb-feed.mkb-feed .mkb-filter-open-icon span:nth-child(2){
    width: 10px;
    margin-left: 3px;
  }

  .mkb-feed.mkb-feed .mkb-filter-open-icon span:nth-child(3){
    width: 7px;
    margin-left: 6px;
  }

  .mkb-feed.mkb-feed .mkb-filter-scrim{
    position: fixed;
    inset: 0;
    z-index: 999998;
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(15, 23, 42, 0.44);
    border: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .mkb-feed.mkb-feed .mkb-filter-panel{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    width: min(88vw, 380px);
    max-width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #fff;
    box-shadow: -18px 0 42px rgba(15, 23, 42, 0.18);
    transform: translateX(105%);
    visibility: hidden;
    transition: transform 0.24s ease, visibility 0.24s ease;
  }

  .mkb-feed.mkb-feed.mkb-filter-drawer-open .mkb-filter-panel{
    transform: translateX(0);
    visibility: visible;
  }

  .mkb-feed.mkb-feed.mkb-filter-drawer-open .mkb-filter-scrim{
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .mkb-feed.mkb-feed .mkb-filter-panel-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 62px;
    padding: 13px 18px;
    color: var(--mkb-primary-deep);
    background: var(--mkb-primary-soft);
    border-bottom: 1px solid var(--mkb-primary-border);
    font-size: 16px;
  }

  .mkb-feed.mkb-feed .mkb-filter-close{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    color: var(--mkb-primary-deep);
    background: #fff;
    border: 1px solid var(--mkb-primary-border);
    border-radius: 50%;
    cursor: pointer;
    font: inherit;
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
  }

  .mkb-feed.mkb-feed .mkb-filters{
    display: block;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 18px;
    margin: 0;
    background: #fff;
    border: 0;
    border-radius: 0;
  }

  .mkb-feed.mkb-feed .mkb-filter-field{
    margin-bottom: 15px;
  }

  .mkb-feed.mkb-feed .mkb-filter-price{
    min-width: 0;
    padding-right: 0;
  }

  .mkb-feed.mkb-feed .mkb-filter-field label{
    margin-bottom: 7px;
    font-size: 13px;
  }

  .mkb-feed.mkb-feed .mkb-filter-field select{
    min-height: 46px;
    font-size: 15px;
  }

  .mkb-feed.mkb-feed .mkb-price-filter-heading{
    margin-bottom: 8px;
  }

  .mkb-feed.mkb-feed .mkb-price-filter-output{
    font-size: 13px;
  }

  .mkb-feed.mkb-feed .mkb-price-range-wrap{
    min-height: 38px;
    padding-inline: 3px;
  }

  .mkb-feed.mkb-feed .mkb-price-range{
    height: 9px;
  }

  .mkb-feed.mkb-feed .mkb-price-range::-webkit-slider-runnable-track{
    height: 9px;
  }

  .mkb-feed.mkb-feed .mkb-price-range::-webkit-slider-thumb{
    width: 26px;
    height: 26px;
    margin-top: -8.5px;
  }

  .mkb-feed.mkb-feed .mkb-price-range::-moz-range-track,
  .mkb-feed.mkb-feed .mkb-price-range::-moz-range-progress{
    height: 9px;
  }

  .mkb-feed.mkb-feed .mkb-price-range::-moz-range-thumb{
    width: 20px;
    height: 20px;
  }

  .mkb-feed.mkb-feed .mkb-price-range-ends{
    font-size: 11px;
  }

  .mkb-feed.mkb-feed .mkb-filter-reset-wrap,
  .mkb-feed.mkb-feed .mkb-filter-reset{
    width: 100%;
  }

  .mkb-feed.mkb-feed .mkb-filter-panel-footer{
    display: block;
    flex: 0 0 auto;
    padding: 13px 18px calc(13px + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid var(--mkb-border);
    box-shadow: 0 -8px 22px rgba(15, 23, 42, 0.06);
  }

  .mkb-feed.mkb-feed .mkb-filter-done{
    width: 100%;
    min-height: 46px;
    padding: 10px 16px;
    color: #fff;
    background: var(--mkb-primary);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
  }

  .mkb-feed.mkb-feed .mkb-results-meta{
    justify-content: flex-end;
    margin-bottom: 9px;
    font-size: 12px;
  }

  .mkb-feed.mkb-feed .mkb-provider-card{
    border-radius: 15px;
  }

  .mkb-feed.mkb-feed .mkb-card-main{
    grid-template-columns: 1fr;
  }

  .mkb-feed.mkb-feed .mkb-brand{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 22px 18px 17px;
  }

  .mkb-feed.mkb-feed .mkb-card-badge + .mkb-card-main .mkb-brand{
    padding-top: 42px;
  }

  .mkb-feed.mkb-feed .mkb-logo-wrap{
    height: 48px;
  }

  .mkb-feed.mkb-feed .mkb-logo{
    max-width: 150px;
    max-height: 48px;
  }


  .mkb-feed.mkb-feed .mkb-provider-name{
    font-size: 17px;
  }


  .mkb-feed.mkb-feed .mkb-card-middle{
    padding: 16px 18px;
    border-top: 1px solid var(--mkb-border);
    border-left: 0;
  }

  .mkb-feed.mkb-feed .mkb-keyfacts{
    grid-template-columns: 1fr 1fr;
  }

  .mkb-feed.mkb-feed .mkb-price-panel{
    grid-template-columns: auto auto 1fr;
    padding: 14px 18px 17px;
  }

  .mkb-feed.mkb-feed .mkb-cta{
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 4px;
  }

  .mkb-feed.mkb-feed .mkb-ad-label{
    grid-column: 1 / -1;
    margin-top: -1px;
  }

  .mkb-feed.mkb-feed .mkb-details-grid{
    grid-template-columns: 1fr;
  }

  .mkb-feed.mkb-feed .mkb-detail-section,
.mkb-feed.mkb-feed .mkb-detail-section:first-child{
    grid-column: auto;
    padding: 19px 18px;
  }

  .mkb-feed.mkb-feed .mkb-detail-section + .mkb-detail-section,
.mkb-feed.mkb-feed .mkb-detail-section:nth-child(2),
.mkb-feed.mkb-feed .mkb-detail-section:nth-child(3){
    border-top: 1px solid var(--mkb-border);
    border-left: 0;
  }
}

@media (max-width: 440px) {
  .mkb-feed.mkb-feed .mkb-keyfacts{
    grid-template-columns: 1fr 1fr;
  }

  .mkb-feed.mkb-feed .mkb-price-panel{
    grid-template-columns: auto auto 1fr;
  }
}

/* Compact Trustpilot examples inside the expanded provider card.
 * Full review text stays in the server-rendered HTML; CSS only clamps the visual preview.
 */
.mkb-feed.mkb-feed .mkb-customer-reviews{
  padding: 22px 24px 24px;
  background: #fff;
  border-top: 1px solid var(--mkb-border);
}

.mkb-feed.mkb-feed .mkb-customer-reviews-heading{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.mkb-feed.mkb-feed .mkb-customer-reviews-heading h4{
  margin: 0 0 3px;
  color: var(--mkb-primary-deep);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
}

.mkb-feed.mkb-feed .mkb-customer-reviews-heading p{
  margin: 0;
  color: var(--mkb-muted);
  font-size: 12px;
  line-height: 1.45;
}

.mkb-feed.mkb-feed .mkb-customer-reviews-score{
  flex: 0 0 auto;
  padding: 5px 9px;
  color: var(--mkb-primary-dark);
  background: var(--mkb-primary-soft);
  border: 1px solid var(--mkb-primary-border);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.mkb-feed.mkb-feed .mkb-customer-review-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
}

.mkb-feed.mkb-feed .mkb-customer-review{
  min-width: 0;
  padding: 14px 15px 13px;
  background: #fbfdf9;
  border: 1px solid #dbe8d4;
  border-left: 3px solid var(--mkb-primary);
  border-radius: 11px;
}

.mkb-feed.mkb-feed .mkb-customer-review-1star{
  background: #fffdfa;
  border-color: #eadfd8;
  border-left-color: #9b6253;
}

.mkb-feed.mkb-feed .mkb-customer-review-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 7px;
}

.mkb-feed.mkb-feed .mkb-customer-review-label{
  color: var(--mkb-muted);
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .025em;
}

.mkb-feed.mkb-feed .mkb-customer-review-stars{
  flex: 0 0 auto;
  color: #d59618;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .5px;
}

.mkb-feed.mkb-feed .mkb-customer-review h5{
  margin: 0 0 6px;
  color: var(--mkb-ink);
  font: inherit;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.35;
}

.mkb-feed.mkb-feed .mkb-customer-review-text{
  color: #475467;
  font-size: 12.5px;
  line-height: 1.55;
}

.mkb-feed.mkb-feed .mkb-customer-review-text p{
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
}

.mkb-feed.mkb-feed .mkb-customer-review-collapsible:not(.is-expanded) .mkb-customer-review-text{
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.mkb-feed.mkb-feed .mkb-review-expand{
  display: inline-flex;
  margin: 7px 0 0;
  padding: 0;
  color: var(--mkb-primary-dark);
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mkb-feed.mkb-feed .mkb-review-expand:hover{
  color: var(--mkb-primary);
}

.mkb-feed.mkb-feed .mkb-review-expand:focus{
  outline: 3px solid rgba(63, 111, 54, 0.20);
  outline-offset: 2px;
}

.mkb-feed.mkb-feed .mkb-customer-review-meta{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  padding-top: 9px;
  color: #7a8088;
  border-top: 1px solid #e8eee4;
  font-size: 10.5px;
  line-height: 1.4;
}

.mkb-feed.mkb-feed .mkb-customer-review-meta strong{
  color: #616873;
  font-weight: 700;
}

.mkb-feed.mkb-feed .mkb-customer-review-meta a{
  flex: 0 0 auto;
  color: var(--mkb-primary-dark);
  font-weight: 800;
  text-decoration: none;
}

.mkb-feed.mkb-feed .mkb-customer-review-meta a:hover{
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 720px) {
  .mkb-feed.mkb-feed .mkb-customer-review-grid{
    grid-template-columns: 1fr;
  }

  .mkb-feed.mkb-feed .mkb-customer-reviews{
    padding: 19px 18px 20px;
  }
}

@media (max-width: 520px) {
  .mkb-feed.mkb-feed .mkb-customer-reviews-heading{
    flex-direction: column;
    gap: 8px;
  }

  .mkb-feed.mkb-feed .mkb-customer-review-meta{
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}

/* Standalone Trustpilot review shortcode.
 * Doubled class keeps ordinary theme/.entry-content rules from restyling it.
 */
.mkb-review-card.mkb-review-card {
  --mkb-review-primary: #3F6F36;
  --mkb-review-primary-dark: #31582a;
  --mkb-review-soft: #f3f8ed;
  --mkb-review-border: #cfe0c4;
  --mkb-review-ink: #1f2937;
  --mkb-review-muted: #667085;
  --mkb-review-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  width: 100%;
  margin: 18px 0;
  padding: 18px 20px;
  color: var(--mkb-review-ink);
  background: linear-gradient(180deg, #fff 0%, #fbfdf9 100%);
  border: 1px solid var(--mkb-review-border);
  border-left: 4px solid var(--mkb-review-primary);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(47, 87, 41, 0.08);
  font-family: var(--mkb-review-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: left;
  text-transform: none;
}

.mkb-review-card.mkb-review-card *,
.mkb-review-card.mkb-review-card *::before,
.mkb-review-card.mkb-review-card *::after {
  box-sizing: border-box;
}

.mkb-review-card.mkb-review-card .mkb-review-stars {
  margin: 0 0 7px;
  color: #d59618;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}

.mkb-review-card.mkb-review-card-1star {
  border-left-color: #9a4d3a;
}

.mkb-review-card.mkb-review-card .mkb-review-title {
  margin: 0 0 7px;
  color: #0f172a;
  font-family: var(--mkb-review-font);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

.mkb-review-card.mkb-review-card .mkb-review-text,
.entry-content .mkb-review-card.mkb-review-card .mkb-review-text {
  margin: 0;
  padding: 0;
  color: var(--mkb-review-ink);
  background: transparent;
  border: 0;
  font: inherit;
}

.mkb-review-card.mkb-review-card .mkb-review-text::before,
.mkb-review-card.mkb-review-card .mkb-review-text::after {
  content: none;
}

.mkb-review-card.mkb-review-card .mkb-review-text p,
.entry-content .mkb-review-card.mkb-review-card .mkb-review-text p {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
}

.mkb-review-card.mkb-review-card .mkb-review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
  align-items: center;
  margin: 12px 0 0;
  padding: 10px 0 0;
  color: var(--mkb-review-muted);
  border-top: 1px solid #e4ebdf;
  font-family: var(--mkb-review-font);
  font-size: 13px;
  font-style: normal;
  line-height: 1.4;
}

.mkb-review-card.mkb-review-card .mkb-review-meta a,
.entry-content .mkb-review-card.mkb-review-card .mkb-review-meta a {
  margin-left: auto;
  color: var(--mkb-review-primary-dark);
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mkb-review-card.mkb-review-card .mkb-review-meta a:hover {
  color: var(--mkb-review-primary);
}

.mkb-review-card.mkb-review-card .mkb-review-meta a:focus {
  outline: 3px solid rgba(63, 111, 54, 0.20);
  outline-offset: 2px;
}

@media (max-width: 560px) {
  .mkb-review-card.mkb-review-card {
    padding: 16px;
    border-radius: 10px;
  }

  .mkb-review-card.mkb-review-card .mkb-review-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .mkb-review-card.mkb-review-card .mkb-review-meta a {
    margin-left: 0;
  }
}


html.mkb-filter-lock,
body.mkb-filter-lock{
  overflow: hidden !important;
}

@media (prefers-reduced-motion: reduce) {
  .mkb-feed.mkb-feed .mkb-filter-panel,
  .mkb-feed.mkb-feed .mkb-filter-scrim,
  .mkb-feed.mkb-feed .mkb-summary-icon::before,
  .mkb-feed.mkb-feed .mkb-summary-icon::after{
    transition: none;
  }
}

/* ===== VS comparison shortcodes ===== */
.mkb-feed.mkb-feed.mkb-vs,
.mkb-feed.mkb-feed.mkb-vs-table-wrap{
  margin: 18px 0;
}

.mkb-feed.mkb-feed .mkb-vs-grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.mkb-feed.mkb-feed .mkb-vs-divider{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.mkb-feed.mkb-feed .mkb-vs-divider::before{
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, var(--mkb-primary-border) 18%, var(--mkb-primary-border) 82%, transparent 100%);
}

.mkb-feed.mkb-feed .mkb-vs-divider span{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background: var(--mkb-primary);
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 5px 16px rgba(47, 87, 41, 0.18);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
}

.mkb-feed.mkb-feed .mkb-vs-card{
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--mkb-primary-border);
  border-top: 3px solid var(--mkb-primary);
  border-radius: 18px;
  box-shadow: var(--mkb-shadow);
}

.mkb-feed.mkb-feed .mkb-vs-badge{
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  max-width: calc(100% - 30px);
  padding: 6px 12px;
  overflow: hidden;
  color: #fff;
  background: var(--mkb-primary);
  border-radius: 0 0 10px 10px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mkb-feed.mkb-feed .mkb-vs-card-header{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  min-height: 182px;
  padding: 28px 24px 20px;
  text-align: center;
}

.mkb-feed.mkb-feed .mkb-vs-badge + .mkb-vs-card-header{
  padding-top: 42px;
}

.mkb-feed.mkb-feed .mkb-vs-logo-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
}

.mkb-feed.mkb-feed .mkb-vs-logo{
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 66px;
  object-fit: contain;
}

.mkb-feed.mkb-feed .mkb-vs-name{
  margin: 0;
  color: var(--mkb-ink);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.2;
}

.mkb-feed.mkb-feed .mkb-vs-rating{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #7a8088;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.25;
}

.mkb-feed.mkb-feed .mkb-vs-rating strong{
  color: #616873;
}

.mkb-feed.mkb-feed .mkb-vs-price-block{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  padding: 17px 22px;
  background: linear-gradient(180deg, var(--mkb-primary-soft-strong) 0%, var(--mkb-primary-soft) 100%);
  border-top: 1px solid var(--mkb-primary-border);
  border-bottom: 1px solid var(--mkb-primary-border);
  text-align: center;
}

.mkb-feed.mkb-feed .mkb-vs-price-block span{
  color: var(--mkb-muted);
  font-size: 11px;
  font-weight: 650;
}

.mkb-feed.mkb-feed .mkb-vs-price-block strong{
  margin-top: 3px;
  color: var(--mkb-primary-deep);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.08;
}

.mkb-feed.mkb-feed .mkb-vs-facts{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 18px 20px 10px;
}

.mkb-feed.mkb-feed .mkb-vs-facts > div{
  min-width: 0;
  padding: 10px;
  background: var(--mkb-panel);
  border: 1px solid #e5eddf;
  border-radius: 10px;
  text-align: center;
}

.mkb-feed.mkb-feed .mkb-vs-facts dt{
  margin: 0 0 4px;
  color: var(--mkb-primary-dark);
  font-size: 10px;
  font-weight: 750;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.mkb-feed.mkb-feed .mkb-vs-facts dd{
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--mkb-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.mkb-feed.mkb-feed .mkb-vs-offer{
  margin: 8px 20px 0;
  padding: 11px 12px;
  color: #713f12;
  background: var(--mkb-accent-soft);
  border: 1px solid #fde7b1;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.45;
}

.mkb-feed.mkb-feed .mkb-vs-offer span{
  display: block;
  margin-bottom: 2px;
  color: #92400e;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.mkb-feed.mkb-feed .mkb-vs-secondary{
  display: grid;
  gap: 0;
  margin: 14px 20px 0;
  border-top: 1px solid var(--mkb-border);
}

.mkb-feed.mkb-feed .mkb-vs-secondary > div{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
  border-bottom: 1px solid var(--mkb-border);
}

.mkb-feed.mkb-feed .mkb-vs-secondary span{
  color: var(--mkb-muted);
  font-size: 11px;
  font-weight: 650;
}

.mkb-feed.mkb-feed .mkb-vs-secondary strong,
.mkb-feed.mkb-feed .mkb-vs-secondary a{
  color: var(--mkb-ink);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
  text-decoration: none;
}

.mkb-feed.mkb-feed .mkb-vs-secondary a:hover{
  color: var(--mkb-primary-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Expandable details inside VS cards. */
.mkb-feed.mkb-feed .mkb-vs-details{
  margin: 14px 20px 0;
  overflow: hidden;
  background: #fbfdf9;
  border: 1px solid var(--mkb-primary-border);
  border-radius: 12px;
}

.mkb-feed.mkb-feed .mkb-vs-details summary{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--mkb-primary-dark);
  background: var(--mkb-primary-soft);
  cursor: pointer;
  list-style: none;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  user-select: none;
}

.mkb-feed.mkb-feed .mkb-vs-details summary::-webkit-details-marker{
  display: none;
}

.mkb-feed.mkb-feed .mkb-vs-details summary:hover{
  background: var(--mkb-primary-soft-strong);
}

.mkb-feed.mkb-feed .mkb-vs-details summary:focus-visible{
  outline: 2px solid var(--mkb-primary);
  outline-offset: -2px;
}

.mkb-feed.mkb-feed .mkb-vs-details[open] .mkb-summary-icon::after{
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.mkb-feed.mkb-feed .mkb-vs-details-body{
  border-top: 1px solid var(--mkb-border);
}

.mkb-feed.mkb-feed .mkb-vs-details-grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.mkb-feed.mkb-feed .mkb-vs-detail-section{
  min-width: 0;
  padding: 16px;
  border-bottom: 1px solid var(--mkb-border);
}

.mkb-feed.mkb-feed .mkb-vs-detail-section h4{
  margin: 0 0 10px;
  color: var(--mkb-ink);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}

.mkb-feed.mkb-feed .mkb-vs-detail-list{
  display: grid;
  gap: 0;
  margin: 0;
}

.mkb-feed.mkb-feed .mkb-vs-detail-list > div{
  display: grid;
  grid-template-columns: minmax(88px, .75fr) minmax(0, 1.25fr);
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid var(--mkb-border);
}

.mkb-feed.mkb-feed .mkb-vs-detail-list > div:first-child{
  border-top: 0;
  padding-top: 0;
}

.mkb-feed.mkb-feed .mkb-vs-detail-list dt,
.mkb-feed.mkb-feed .mkb-vs-detail-list dd{
  margin: 0;
}

.mkb-feed.mkb-feed .mkb-vs-detail-list dt{
  color: var(--mkb-muted);
  font-size: 11px;
  font-weight: 650;
}

.mkb-feed.mkb-feed .mkb-vs-detail-list dd{
  overflow-wrap: anywhere;
  color: var(--mkb-ink);
  font-size: 11.5px;
  font-weight: 750;
  text-align: right;
}

.mkb-feed.mkb-feed .mkb-vs-detail-list a,
.mkb-feed.mkb-feed .mkb-vs-contact a{
  color: var(--mkb-primary-dark);
  text-decoration: none;
}

.mkb-feed.mkb-feed .mkb-vs-detail-list a:hover,
.mkb-feed.mkb-feed .mkb-vs-contact a:hover{
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mkb-feed.mkb-feed .mkb-vs-terms-summary{
  margin: 0 0 10px;
  color: #525b54;
  font-size: 11.5px;
  line-height: 1.55;
}

.mkb-feed.mkb-feed .mkb-vs-detail-section .mkb-text-link{
  display: inline-block;
  margin-bottom: 12px;
  font-size: 11.5px;
  font-weight: 750;
}

.mkb-feed.mkb-feed .mkb-vs-contact{
  display: grid;
  gap: 7px;
  margin: 2px 0 0;
  padding-top: 10px;
  border-top: 1px solid var(--mkb-border);
  color: var(--mkb-ink);
  font-style: normal;
}

.mkb-feed.mkb-feed .mkb-vs-contact > div{
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 8px;
  font-size: 11px;
  line-height: 1.4;
}

.mkb-feed.mkb-feed .mkb-vs-contact > div > span:first-child{
  color: var(--mkb-muted);
  font-weight: 650;
}

.mkb-feed.mkb-feed .mkb-vs-contact > div > :last-child{
  overflow-wrap: anywhere;
  font-weight: 700;
}

.mkb-feed.mkb-feed .mkb-vs-customer-reviews{
  margin: 0;
  padding: 16px;
  border-top: 0;
  border-radius: 0;
  background: #fff;
}

.mkb-feed.mkb-feed .mkb-vs-customer-reviews .mkb-customer-reviews-heading{
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}

.mkb-feed.mkb-feed .mkb-vs-customer-reviews .mkb-customer-reviews-heading h4{
  font-size: 13px;
}

.mkb-feed.mkb-feed .mkb-vs-customer-reviews .mkb-customer-reviews-heading p{
  font-size: 10.5px;
}

.mkb-feed.mkb-feed .mkb-vs-customer-reviews .mkb-customer-reviews-score{
  font-size: 10px;
  white-space: normal;
}

.mkb-feed.mkb-feed .mkb-vs-customer-reviews .mkb-customer-review-grid{
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.mkb-feed.mkb-feed .mkb-vs-customer-reviews .mkb-customer-review{
  padding: 12px;
  border-radius: 10px;
}

.mkb-feed.mkb-feed .mkb-vs-customer-reviews .mkb-customer-review h5{
  font-size: 12px;
}

.mkb-feed.mkb-feed .mkb-vs-customer-reviews .mkb-customer-review-text,
.mkb-feed.mkb-feed .mkb-vs-customer-reviews .mkb-customer-review-meta{
  font-size: 10.5px;
}

.mkb-feed.mkb-feed .mkb-vs-card-footer{
  margin-top: auto;
  padding: 18px 20px 20px;
}

.mkb-feed.mkb-feed .mkb-vs-cta{
  margin-top: 0;
}

.mkb-feed.mkb-feed .mkb-vs-table-scroll{
  width: 100%;
  overflow-x: auto;
  background: #fff;
  border: 1px solid var(--mkb-primary-border);
  border-top: 3px solid var(--mkb-primary);
  border-radius: 16px;
  box-shadow: var(--mkb-shadow);
  -webkit-overflow-scrolling: touch;
}

.mkb-feed.mkb-feed .mkb-vs-table{
  width: 100%;
  min-width: 680px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: #fff;
  font: inherit;
  table-layout: fixed;
}

.mkb-feed.mkb-feed .mkb-vs-table th,
.mkb-feed.mkb-feed .mkb-vs-table td{
  padding: 13px 16px;
  border: 0;
  border-bottom: 1px solid var(--mkb-border);
  vertical-align: middle;
  text-align: left;
}

.mkb-feed.mkb-feed .mkb-vs-table thead th{
  padding-top: 18px;
  padding-bottom: 18px;
  color: var(--mkb-primary-deep);
  background: var(--mkb-primary-soft);
  font-size: 13px;
  font-weight: 850;
}

.mkb-feed.mkb-feed .mkb-vs-table thead th:first-child,
.mkb-feed.mkb-feed .mkb-vs-table tbody th{
  width: 30%;
}

.mkb-feed.mkb-feed .mkb-vs-table tbody th{
  color: #566057;
  background: #fbfdf9;
  font-size: 12px;
  font-weight: 750;
}

.mkb-feed.mkb-feed .mkb-vs-table tbody td{
  color: var(--mkb-ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.mkb-feed.mkb-feed .mkb-vs-table tbody th + td,
.mkb-feed.mkb-feed .mkb-vs-table tbody td + td,
.mkb-feed.mkb-feed .mkb-vs-table thead th + th{
  border-left: 1px solid var(--mkb-border);
}

.mkb-feed.mkb-feed .mkb-vs-table tr:last-child th,
.mkb-feed.mkb-feed .mkb-vs-table tr:last-child td{
  border-bottom: 0;
}

.mkb-feed.mkb-feed .mkb-vs-table-provider{
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.mkb-feed.mkb-feed .mkb-vs-table-provider img{
  display: block;
  width: auto;
  max-width: 92px;
  max-height: 38px;
  object-fit: contain;
}

.mkb-feed.mkb-feed .mkb-vs-table-provider strong{
  overflow-wrap: anywhere;
  font-size: 14px;
}

.mkb-feed.mkb-feed .mkb-vs-table a{
  color: var(--mkb-primary-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mkb-feed.mkb-feed .mkb-vs-table .mkb-cta{
  color: #fff !important;
  text-decoration: none;
}

.mkb-feed.mkb-feed .mkb-vs-table-actions th,
.mkb-feed.mkb-feed .mkb-vs-table-actions td{
  background: #fbfdf9;
}

.mkb-feed.mkb-feed .mkb-vs-table-cta{
  max-width: 200px;
  margin: 0;
}

.mkb-feed.mkb-feed .mkb-vs-table-actions .mkb-ad-label{
  max-width: 200px;
}

.mkb-feed.mkb-feed .mkb-vs-empty{
  color: #9aa29b;
}

.mkb-feed.mkb-feed .mkb-vs-smiley,
.mkb-feed.mkb-feed .mkb-vs-smiley-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mkb-feed.mkb-feed .mkb-vs-smiley-link{
  text-decoration: none;
}

@media (max-width: 760px) {
  .mkb-feed.mkb-feed .mkb-vs-grid{
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .mkb-feed.mkb-feed .mkb-vs-divider{
    min-height: 64px;
  }

  .mkb-feed.mkb-feed .mkb-vs-divider::before{
    top: 0;
    bottom: 0;
    left: 50%;
  }

  .mkb-feed.mkb-feed .mkb-vs-divider span{
    width: 46px;
    height: 46px;
  }

  .mkb-feed.mkb-feed .mkb-vs-card-header{
    min-height: 165px;
  }
}

@media (max-width: 520px) {
  .mkb-feed.mkb-feed .mkb-vs-card-header{
    padding-left: 18px;
    padding-right: 18px;
  }

  .mkb-feed.mkb-feed .mkb-vs-facts{
    padding-left: 15px;
    padding-right: 15px;
  }

  .mkb-feed.mkb-feed .mkb-vs-offer,
  .mkb-feed.mkb-feed .mkb-vs-secondary{
    margin-left: 15px;
    margin-right: 15px;
  }

  .mkb-feed.mkb-feed .mkb-vs-details{
    margin-left: 15px;
    margin-right: 15px;
  }

  .mkb-feed.mkb-feed .mkb-vs-card-footer{
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Main feed layout variations: table, grid and compact list. */
.mkb-feed.mkb-feed .mkb-filter-item[hidden]{
  display: none !important;
}

.mkb-feed.mkb-feed .mkb-results-grid{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.mkb-feed.mkb-feed .mkb-grid-card{
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--mkb-primary-border);
  border-top: 3px solid var(--mkb-primary);
  border-radius: 16px;
  box-shadow: var(--mkb-shadow);
}

.mkb-feed.mkb-feed .mkb-grid-badge{
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 2;
  padding: 6px 10px;
  color: #fff;
  background: var(--mkb-primary);
  border-radius: 0 0 9px 9px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
}

.mkb-feed.mkb-feed .mkb-grid-card-head{
  padding: 23px 20px 14px;
  text-align: left;
}

.mkb-feed.mkb-feed .mkb-grid-logo-wrap{
  display: flex;
  align-items: center;
  height: 56px;
  margin-bottom: 11px;
}

.mkb-feed.mkb-feed .mkb-grid-logo-wrap img{
  display: block;
  width: auto;
  max-width: 155px;
  max-height: 52px;
  object-fit: contain;
  object-position: left center;
}

.mkb-feed.mkb-feed .mkb-grid-card h3{
  margin: 0 0 8px;
  color: var(--mkb-ink);
  font: inherit;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.25;
}

.mkb-feed.mkb-feed .mkb-grid-rating{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  color: var(--mkb-muted);
  font-size: 10.5px;
  line-height: 1.2;
}

.mkb-feed.mkb-feed .mkb-grid-rating .mkb-editor-stars{
  font-size: 19px;
}

.mkb-feed.mkb-feed .mkb-grid-price{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 20px;
  background: var(--mkb-primary-soft);
  border-top: 1px solid var(--mkb-primary-border);
  border-bottom: 1px solid var(--mkb-primary-border);
}

.mkb-feed.mkb-feed .mkb-grid-price span{
  color: var(--mkb-muted);
  font-size: 11px;
  font-weight: 650;
}

.mkb-feed.mkb-feed .mkb-grid-price strong{
  color: var(--mkb-primary-deep);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.mkb-feed.mkb-feed .mkb-grid-facts{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0 12px;
}

.mkb-feed.mkb-feed .mkb-grid-facts > div{
  min-width: 0;
  padding: 13px 7px;
  text-align: center;
}

.mkb-feed.mkb-feed .mkb-grid-facts > div + div{
  border-left: 1px solid var(--mkb-border);
}

.mkb-feed.mkb-feed .mkb-grid-facts dt{
  margin: 0 0 4px;
  color: var(--mkb-muted);
  font-size: 9.5px;
  font-weight: 750;
  line-height: 1.2;
  text-transform: uppercase;
}

.mkb-feed.mkb-feed .mkb-grid-facts dd{
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--mkb-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.mkb-feed.mkb-feed .mkb-grid-offer{
  display: grid;
  gap: 2px;
  margin: 2px 16px 0;
  padding: 10px 11px;
  color: #713f12;
  background: var(--mkb-accent-soft);
  border: 1px solid #fde7b1;
  border-radius: 9px;
  font-size: 11.5px;
  line-height: 1.4;
}

.mkb-feed.mkb-feed .mkb-grid-offer strong{
  color: #92400e;
  font-size: 10.5px;
}

.mkb-feed.mkb-feed .mkb-grid-footer{
  margin-top: auto;
  padding: 16px 20px 19px;
}

.mkb-feed.mkb-feed .mkb-grid-footer .mkb-cta{
  margin-top: 0;
}

.mkb-feed.mkb-feed .mkb-results-kompakt{
  gap: 10px;
}

.mkb-feed.mkb-feed .mkb-compact-card{
  display: grid;
  grid-template-columns: minmax(180px, 1.25fr) minmax(105px, .65fr) minmax(105px, .65fr) minmax(120px, .75fr) minmax(145px, .8fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 13px 15px;
  background: #fff;
  border: 1px solid var(--mkb-primary-border);
  border-left: 3px solid var(--mkb-primary);
  border-radius: 13px;
  box-shadow: 0 5px 18px rgba(47, 87, 41, 0.07);
}

.mkb-feed.mkb-feed .mkb-compact-brand{
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.mkb-feed.mkb-feed .mkb-compact-brand img{
  display: block;
  flex: 0 0 auto;
  width: auto;
  max-width: 88px;
  max-height: 38px;
  object-fit: contain;
}

.mkb-feed.mkb-feed .mkb-compact-brand h3{
  margin: 0 0 2px;
  overflow-wrap: anywhere;
  color: var(--mkb-ink);
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
}

.mkb-feed.mkb-feed .mkb-compact-brand span{
  display: block;
  color: var(--mkb-muted);
  font-size: 9.5px;
  line-height: 1.25;
}

.mkb-feed.mkb-feed .mkb-compact-fact{
  display: grid;
  gap: 2px;
  min-width: 0;
}

.mkb-feed.mkb-feed .mkb-compact-fact span{
  color: var(--mkb-muted);
  font-size: 9.5px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.mkb-feed.mkb-feed .mkb-compact-fact strong{
  overflow-wrap: anywhere;
  color: var(--mkb-ink);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.3;
}

.mkb-feed.mkb-feed .mkb-compact-action .mkb-cta{
  min-height: 38px;
  margin-top: 0;
  padding: 8px 13px;
  font-size: 12.5px;
}

.mkb-feed.mkb-feed .mkb-compact-action .mkb-ad-label{
  margin-top: 4px;
  font-size: 9px;
}

.mkb-feed.mkb-feed .mkb-main-table-scroll{
  width: 100%;
  overflow-x: auto;
  background: #fff;
  border: 1px solid var(--mkb-primary-border);
  border-top: 3px solid var(--mkb-primary);
  border-radius: 16px;
  box-shadow: var(--mkb-shadow);
  -webkit-overflow-scrolling: touch;
}

.mkb-feed.mkb-feed .mkb-main-table{
  width: 100%;
  min-width: 1120px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: #fff;
  font: inherit;
}

.mkb-feed.mkb-feed .mkb-main-table .mkb-results-table{
  display: table-row-group;
}

.mkb-feed.mkb-feed .mkb-main-table th,
.mkb-feed.mkb-feed .mkb-main-table td{
  padding: 12px 11px;
  border: 0;
  border-bottom: 1px solid var(--mkb-border);
  vertical-align: middle;
  text-align: left;
}

.mkb-feed.mkb-feed .mkb-main-table thead th{
  position: sticky;
  top: 0;
  z-index: 1;
  color: var(--mkb-primary-deep);
  background: var(--mkb-primary-soft);
  font-size: 10.5px;
  font-weight: 850;
  line-height: 1.25;
  white-space: nowrap;
}

.mkb-feed.mkb-feed .mkb-main-table tbody th,
.mkb-feed.mkb-feed .mkb-main-table tbody td{
  color: var(--mkb-ink);
  background: #fff;
  font-size: 11.5px;
  line-height: 1.35;
}

.mkb-feed.mkb-feed .mkb-main-table tbody tr:hover th,
.mkb-feed.mkb-feed .mkb-main-table tbody tr:hover td{
  background: #fbfdf9;
}

.mkb-feed.mkb-feed .mkb-main-table tbody tr:last-child th,
.mkb-feed.mkb-feed .mkb-main-table tbody tr:last-child td{
  border-bottom: 0;
}

.mkb-feed.mkb-feed .mkb-main-table-provider{
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 150px;
}

.mkb-feed.mkb-feed .mkb-main-table-provider img{
  display: block;
  width: auto;
  max-width: 76px;
  max-height: 34px;
  object-fit: contain;
}

.mkb-feed.mkb-feed .mkb-main-table-provider strong{
  overflow-wrap: anywhere;
  font-size: 12px;
}

.mkb-feed.mkb-feed .mkb-main-table-price{
  white-space: nowrap;
}

.mkb-feed.mkb-feed .mkb-main-table-price strong{
  display: block;
  color: var(--mkb-primary-deep);
  font-size: 15px;
  font-weight: 900;
}

.mkb-feed.mkb-feed .mkb-main-table-price span{
  color: var(--mkb-muted);
  font-size: 9.5px;
}

.mkb-feed.mkb-feed .mkb-main-table a{
  color: var(--mkb-primary-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mkb-feed.mkb-feed .mkb-main-table-offer{
  min-width: 210px;
  max-width: 270px;
  color: #713f12;
}

.mkb-feed.mkb-feed .mkb-main-table-action{
  min-width: 138px;
  text-align: center;
}

.mkb-feed.mkb-feed .mkb-main-table-cta{
  min-height: 38px;
  margin-top: 0;
  padding: 8px 12px;
  font-size: 12px;
  text-decoration: none !important;
}

.mkb-feed.mkb-feed .mkb-main-table-action .mkb-ad-label{
  margin-top: 4px;
  font-size: 9px;
}

@media (max-width: 1080px) {
  .mkb-feed.mkb-feed .mkb-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mkb-feed.mkb-feed .mkb-compact-card{
    grid-template-columns: minmax(180px, 1.25fr) repeat(2, minmax(100px, .7fr)) minmax(145px, .8fr);
  }

  .mkb-feed.mkb-feed .mkb-compact-fact:nth-child(4){
    display: none;
  }
}

@media (max-width: 700px) {
  .mkb-feed.mkb-feed .mkb-results-grid{
    grid-template-columns: minmax(0, 1fr);
  }

  .mkb-feed.mkb-feed .mkb-compact-card{
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 14px;
    padding: 13px 14px;
  }

  .mkb-feed.mkb-feed .mkb-compact-brand{
    grid-column: 1 / -1;
  }

  .mkb-feed.mkb-feed .mkb-compact-fact{
    display: grid !important;
  }

  .mkb-feed.mkb-feed .mkb-compact-action{
    grid-column: 1 / -1;
  }

  .mkb-feed.mkb-feed .mkb-main-table-scroll{
    border-radius: 13px;
  }
}

/* v1.8.0 – grouped Trustpilot examples (positive 4–5★ / critical 1–3★). */
.mkb-feed.mkb-feed .mkb-customer-review-critical{
  background: #fffdfa;
  border-color: #eadfd8;
  border-left-color: #9b6253;
}

.mkb-feed.mkb-feed .mkb-customer-review-positive{
  background: #fbfdf9;
  border-color: #dbe8d4;
  border-left-color: var(--mkb-primary);
}

.mkb-review-card.mkb-review-card .mkb-review-label{
  margin: 0 0 7px;
  color: var(--mkb-review-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.mkb-review-card.mkb-review-card-critical{
  background: linear-gradient(180deg, #fff 0%, #fffdfa 100%);
  border-color: #eadfd8;
  border-left-color: #9a4d3a;
}

.mkb-review-card.mkb-review-card-positive{
  border-left-color: var(--mkb-review-primary);
}


/* v1.9.1 – BOB-score methodology accordion below comparison feeds. */
.mkb-feed.mkb-feed .mkb-methodology{
  margin-top: 18px;
  border: 1px solid var(--mkb-border);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.mkb-feed.mkb-feed .mkb-methodology summary{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 17px;
  color: var(--mkb-primary-deep);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.mkb-feed.mkb-feed .mkb-methodology summary::-webkit-details-marker{
  display: none;
}

.mkb-feed.mkb-feed .mkb-methodology summary:focus-visible{
  outline: 2px solid var(--mkb-primary);
  outline-offset: -3px;
}

.mkb-feed.mkb-feed .mkb-methodology-icon{
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.mkb-feed.mkb-feed .mkb-methodology-icon::before,
.mkb-feed.mkb-feed .mkb-methodology-icon::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform .18s ease;
}

.mkb-feed.mkb-feed .mkb-methodology-icon::after{
  transform: translate(-50%, -50%) rotate(90deg);
}

.mkb-feed.mkb-feed .mkb-methodology[open] .mkb-methodology-icon::after{
  transform: translate(-50%, -50%) rotate(0deg);
}

.mkb-feed.mkb-feed .mkb-methodology-content{
  padding: 0 17px 16px;
  border-top: 1px solid var(--mkb-border);
  color: var(--mkb-muted);
  font-size: 13px;
  line-height: 1.65;
}

.mkb-feed.mkb-feed .mkb-methodology-content p{
  margin: 13px 0 0;
}

.mkb-feed.mkb-feed .mkb-methodology-content strong{
  color: var(--mkb-text);
}

.mkb-feed.mkb-feed .mkb-methodology-link{
  color: var(--mkb-primary-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 700px) {
  .mkb-feed.mkb-feed .mkb-methodology{
    margin-top: 14px;
    border-radius: 12px;
  }

  .mkb-feed.mkb-feed .mkb-methodology summary{
    padding: 14px;
    font-size: 13px;
  }

  .mkb-feed.mkb-feed .mkb-methodology-content{
    padding: 0 14px 14px;
    font-size: 12.5px;
  }
}
