.back-in-stock-form {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 6px;
    max-width: 400px;
    display: grid;
}

.back-in-stock-form label {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.back-in-stock-form input[type="tel"] {
    display: block;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.back-in-stock-form button {
    background-color: #0eaeee;
    color: white;
    padding: 10px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    max-width: 100px;
}

.back-in-stock-form span {
    color: #c3c3c3;
    font-size: 8px;
    margin-bottom: 8px;
}
