.ws-opt-admin-scope .ws-opt-item {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    overflow: visible;
    border-bottom: 1px solid #e6e6e6;
}
.ws-opt-admin-scope .ws-opt-item[open] {
    border-bottom: 0;
}
.ws-opt-admin-scope {
    margin-bottom: 50px;
}
.ws-opt-heading {
    color: #666666;
    font-size: 20px;
    padding: 0;
    margin: 50px 0 12px;
    letter-spacing: 0.4px;
    text-align: left;
    font-weight: 700;
}
.ws-opt-admin-scope {
    border-top: 0;
    padding-top: 4px;
}
.ws-opt-admin-scope .ws-opt-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 6px 14px 0;
    font-weight: 600;
    font-size: 18px;
    color: #666666;
    text-transform: none !important;
    letter-spacing: 0 !important;
    cursor: pointer;
    list-style: none;
    background: transparent;
    user-select: none;
    gap: 10px;
}
.ws-opt-admin-scope .ws-opt-summary:focus,
.ws-opt-admin-scope .ws-opt-summary:focus-visible {
    outline: none;
    box-shadow: none;
}
.ws-opt-admin-scope .ws-opt-summary::-webkit-details-marker { display: none; }
.ws-opt-admin-scope .ws-opt-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    position: relative;
    border: none;
    border-radius: 0;
    display: inline-block;
    margin-left: 6px;
}
.ws-opt-admin-scope .ws-opt-icon::before,
.ws-opt-admin-scope .ws-opt-icon::after {
    content: '';
    position: absolute;
    background: #666;
    transition: transform 0.6s ease, opacity 0.6s ease;
}
.ws-opt-admin-scope .ws-opt-icon::before { width: 12px; height: 2px; top: 9px; left: 4px; }
.ws-opt-admin-scope .ws-opt-icon::after {
    width: 2px;
    height: 12px;
    top: 4px;
    left: 9px;
    transform: scaleY(1);
    transform-origin: center;
}
.ws-opt-admin-scope .ws-opt-item[open] .ws-opt-icon::after {
    opacity: 0;
    transform: scaleY(0);
}
.ws-opt-admin-scope .ws-opt-content {
    padding: 12px 12px 16px 0;
    border-top: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.ws-opt-admin-scope .ws-opt-desc {
    margin: 10px 0 16px;
    padding: 0;
    background: transparent;
    border: none;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
}
.ws-opt-admin-scope .ws-opt-text-wrap {
    margin: 6px 0 10px;
    position: relative;
    width: 100%;
    max-width: none;
}
.ws-opt-admin-scope .ws-opt-text {
    width: 100%;
    max-width: 100%;
    min-height: 140px;
    padding: 12px 14px;
    border: 1px solid #dedede;
    border-radius: 4px;
    font-size: 14px;
    color: #2b2b2b;
    background: #fff;
    resize: vertical;
    box-sizing: border-box;
}
.ws-opt-admin-scope .ws-opt-text::placeholder {
    color: #9a9a9a;
}
.ws-opt-admin-scope .ws-opt-text-counter {
    text-align: right;
    margin-top: 6px;
    font-size: 12px;
    color: #8a8a8a;
    pointer-events: none;
}
.ws-opt-admin-scope .ws-opt-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}
@media (max-width: 991px) {
    .ws-opt-admin-scope .ws-opt-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 480px) {
    .ws-opt-admin-scope .ws-opt-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .ws-opt-admin-scope .ws-opt-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.ws-opt-admin-scope .ws-opt-card {
    width: 100%;
    border: none !important;
    cursor: pointer;
    text-align: center;
    background: transparent !important;
    padding: 10px;
    margin: 0;
    transition: opacity 0.15s;
    outline: none;
    box-shadow: none !important;
    box-sizing: border-box;
}
.ws-opt-admin-scope .ws-opt-card:hover { opacity: 0.8; }
.ws-opt-admin-scope .ws-opt-card.selected .ws-opt-card-img {
    outline: none !important;
}
.ws-opt-admin-scope .ws-opt-card-img {
    width: 129px;
    height: 129px;
    overflow: hidden;
    background: transparent;
    border: none !important;
    border-radius: 0;
    margin: 0 auto;
    box-sizing: border-box;
}
.ws-opt-admin-scope .ws-opt-card-img img {
    border: none !important;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.ws-opt-admin-scope .ws-opt-card-no-img {
    background: #fff url("/img/no-img.png") center center no-repeat;
    background-size: contain;
}
.ws-opt-admin-scope .ws-opt-card-label {
    font-size: 13px;
    font-weight: 400;
    color: #333;
    line-height: 1.3;
    margin: 0 0 2px;
    max-width: 129px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: transparent !important;
    border: none !important;
    border-top: none !important;
    box-shadow: none !important;
    text-transform: none !important;
}
.ws-opt-admin-scope .ws-opt-card-label::before,
.ws-opt-admin-scope .ws-opt-card-label::after {
    content: none !important;
    border: none !important;
}
.ws-opt-admin-scope .ws-opt-card > * {
    border: none !important;
}
.ws-opt-admin-scope .ws-opt-card.selected {
    border-radius: 4px;
    border: 1px solid #bdbdbd;
    filter: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.ws-opt-admin-scope .ws-opt-card.selected::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(160, 160, 160, 0.2);
    pointer-events: none;
}
.ws-opt-admin-scope .ws-opt-card-price {
    font-size: 12px;
    color: #666;
    max-width: 129px;
    margin-left: auto;
    margin-right: auto;
}
