.wd-last {
  display: none;
}

.tabs-location-summary .tabs-layout-accordion {
    --wd-accordion-font-size: 18px;
    --wd-accordion-spacing: 15px;
}

.wd-accordion-title-text {
    display: flex
;
    align-items: center;
    flex: 1;
    gap: 5px;
    color: rgb(184, 138, 105);
    font-weight: var(--wd-title-font-weight);
    font-size: var(--wd-accordion-font-size, 16px);
    transition: inherit;
}