.ctc-form {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ctc-instructions {
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
}

.ctc-label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    color: #333;
}

.ctc-input {
    width: calc(100% - 20px);
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}

.ctc-button {
    padding: 10px 20px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.ctc-button:hover {
    background-color: #005a87;
}

.recipe-suggestions {
    margin-top: 20px;
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.recipe {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.recipe h2 {
    margin-top: 0;
}

form {
    margin-bottom: 20px;
}
