top of page
bottom of page
/* Round the edges of the FAQ items */
[data-testid="accordion-item"] {
border-radius: 15px !important;
overflow: hidden;
margin-bottom: 15px;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
/* Style the FAQ header area */
[data-testid="accordion-item"] > div {
border-radius: 15px !important;
}
/* Adjust for smoother animation when opening */
[data-testid="accordion-item"] .accordion-content {
border-radius: 0 0 15px 15px !important;
}