.shoplayout-accordion {
    width: 100%;
    min-width: 0;
    color: #3f4741;
}

.shoplayout-accordion__entry {
    border-bottom: 1px solid #999;
}

.shoplayout-accordion__entry:first-child {
    border-top: 1px solid #999;
}

.shoplayout-accordion__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 49px;
    padding: 12px 8px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.shoplayout-accordion__heading::-webkit-details-marker {
    display: none;
}

.shoplayout-accordion__heading:focus-visible {
    outline: 2px solid #2196f3;
    outline-offset: -2px;
}

.shoplayout-accordion__arrow {
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    margin: -6px 4px 0;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
}

.shoplayout-accordion__entry[open] > .shoplayout-accordion__heading > .shoplayout-accordion__arrow {
    margin-top: 6px;
    transform: rotate(225deg);
}

.shoplayout-accordion__content {
    padding: 16px 8px;
}

.shoplayout-accordion__dropzone {
    min-height: 60px;
}
