/* frontend.css — v0.1.7 */

.mzcc-configurator-ui {
    display: flex;
    gap: 32px;
    margin-top: 48px;
    margin-bottom: 40px;
}

.mzcc-configurator-left {
    width: 70%;
}

.mzcc-configurator-right {
    width: 30%;
    padding-top: 28px;
}

.mzcc-field-group {
    margin-bottom: 32px;
}

.mzcc-field-group label {
    display: block;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

#mzcc-zclip-select {
    width: 420px;
    max-width: 100%;
    padding: 18px 20px;
    font-size: 28px;
}

#mzcc-length-input {
    width: 420px;
    max-width: 100%;
    padding: 18px 20px;
    font-size: 32px;
}

#mzcc-spacing-input {
    width: 420px;
    max-width: 100%;
    padding: 18px 20px;
    font-size: 32px;
}
.mzcc-hole-size-options {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.mzcc-hole-option {
    border: 1px solid #cfcfcf;
    background: #fff;
    color: #111;
    padding: 18px 24px;
    font-size: 24px;
    cursor: pointer;
    min-width: 220px;
    text-align: center;
}

.mzcc-hole-option.active {
    border-color: #111;
    background: #f5f5f5;
    color: #111;
}

.mzcc-length-error {
    color: #c62828;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
}

.mzcc-debug-row {
    margin-bottom: 18px;
    font-size: 20px;
}

.mzcc-configurator-table-wrapper {
    margin-top: 24px;
}

.mzcc-configurator-table {
    width: 100%;
    border-collapse: collapse;
}

.mzcc-configurator-table th,
.mzcc-configurator-table td {
    border: 1px solid #dcdcdc;
    padding: 10px;
    text-align: left;
}

.mzcc-configurator-table th {
    background: #f5f5f5;
}

.mzcc-variation-add-to-cart {
    margin: 0;
}

.mzcc-add-to-cart-button {
    white-space: nowrap;
}
.mzcc-configurator-notes {
    margin-top: 40px;
    padding: 24px;
    background: #f7f7f7;
    border: 1px solid #ddd;
}

.mzcc-configurator-note {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px;
}

.mzcc-configurator-note:last-child {
    margin-bottom: 0;
}