.ql-content{
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease;
}

.quick-links-widget{
  background:#f8f9fb;
  border-radius:12px;
  padding:10px;
}

.ql-toggle{
  width:100%;
  text-align:left;
  background:#ffffff;
  border:none;
  padding:12px;
  margin-top:8px;
  font-size:16px;
  font-weight:600;
  border-radius:8px;
  cursor:pointer;
  box-shadow:0 2px 5px rgba(0,0,0,0.08);
}

.ql-toggle:hover{
  background:#eef4ff;
}

.ql-content{
  max-height:0;
  overflow:hidden;
  transition:max-height 0.35s ease;
  padding:0 10px;
}

.ql-content ul{
  list-style:none;
  padding:10px 0;
  margin:0;
}

.ql-content li{
  margin:6px 0;
}

.ql-content a{
  text-decoration:none;
  color:#0073e6;
}

.ql-content a:hover{
  text-decoration:underline;
}
