details {
    margin-bottom: 1rem;
  }
  
  summary {
    cursor: pointer;
    outline: none;
    padding: 0.5rem;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: background-color 0.3s;
  }
  
  summary:hover {
    background-color: #e0e0e0;
  }
  
  .drop-down-content {
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
  }