/* Styles for the consent area */
.consent-area {
    height: 535px;              /* Sets a fixed height */
    overflow-y: auto;           /* Adds a vertical scrollbar if content overflows */
    background-color: #f1f1f1;  /* Sets a light grey background */
    border-radius: 10px;        /* Softens the corners */
    padding: 20px;              /* Adds internal spacing */
    border: 1px solid #dee2e6;  /* Adds a subtle border */
}