

.wp1 .webform-section-wrapper {
    row-gap: 10px;
    display: grid;
    column-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.wp2 .webform-section-wrapper {
    row-gap: 10px;
    display: grid;
    column-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.wp .form-item-width,
.wp .form-item-height,
.wp .form-item-name,
.wp .form-item-tel

{
    display: flex;
    align-items: center;
    padding: 20px;
    flex-direction: column;
}

.wp .form-item-width label,
.wp .form-item-height label {
    margin-bottom: 10px;
    font-weight: 600;
}

.wp .form-item-width span,
.wp .form-item-height span {
    margin-left: 10px;
}

.wp .form-item-width input,
.wp .form-item-height input {
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    outline: none;
    border: 3px solid #ececec;
    color: #333;
    font-weight: 500;
    text-align: center;
    background: #fff;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.wp .form-item-name input,
.wp .form-item-tel input {
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    outline: none;
    border: 3px solid #ececec;
    color: #333;
    font-weight: 500;
    text-align: center;
    background: #fff;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.wp input[type=number]::-webkit-inner-spin-button,
.wp input[type=number]::-webkit-outer-spin-button {
    font-size: 24px;
    height: 40px;
    opacity: 1;

}

.wp {
    display: flex;
    flex-direction: column;
    border: 1px solid #eaebea;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    margin: 20px 0;
}

.wp .db {
    max-width: 200px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
}

.wp .form-item-width span,
.wp .form-item-height span {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #8a8d93;
    margin-top: 10px;
}

.wp .webform-section-title {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-main);
    letter-spacing: 1px;
}

.wp fieldset > legend {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-main);
    letter-spacing: 1px;
    margin: 10px 0;
    font-weight: 700;

}

.wp > fieldset > .fieldset-wrapper > .webform-options-display-buttons-vertical {
    margin-top: 10px;
}

.wp .webform-options-display-buttons label.webform-options-display-buttons-label {
    padding: 5px !important;
}