.wspone-store {
    display: grid;
    gap: 24px;
}

.wspone-section {
    margin-bottom: 12px;
}

.wspone-product {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 12px;
}

.wspone-product-head {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
}

.wspone-chip {
    background: #f2f2f2;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 12px;
}

.wspone-link {
    margin-left: auto;
    font-size: 13px;
}

.wspone-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 6px;
}

.wspone-table th,
.wspone-table td {
    border: 1px solid #e2e2e2;
    padding: 8px;
    text-align: left;
    font-size: 14px;
}

.wspone-error {
    color: #b32d2e;
}
