.stitch-schedule {
    max-width: 720px;
    margin: 0 auto;
    padding: 24px;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

.stitch-schedule__header h2 {
    margin: 0 0 6px;
}

.stitch-schedule__header p {
    margin: 0 0 18px;
    color: #4a4a4a;
}

.stitch-schedule__form {
    display: grid;
    gap: 16px;
}

.stitch-schedule label {
    display: grid;
    gap: 6px;
    font-size: 14px;
    color: #222222;
}

.stitch-schedule input,
.stitch-schedule select {
    padding: 10px 12px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    font-size: 15px;
}

.stitch-schedule__purchase {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.stitch-schedule__purchase input {
    width: auto;
}


.stitch-schedule__submit {
    padding: 12px 18px;
    border: none;
    border-radius: 8px;
    background: #1c1b4d;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
}

.stitch-schedule__submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.stitch-schedule__notice {
    min-height: 20px;
    font-size: 14px;
}

.stitch-schedule__notice.is-error {
    color: #b00020;
}

.stitch-schedule__notice.is-success {
    color: #0a6d3b;
}
