.dropdown-section{margin:0 auto;background-color:#fff;border:2px solid #146eb4;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgb(20 110 180 / .15)}.dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;cursor:pointer;user-select:none;background-color:#146eb4;transition:background-color 0.3s ease}.dropdown-header:hover{background-color:#0f5a94}.dropdown-title{color:#fff;font-size:18px;font-weight:600}.dropdown-icon{width:0;height:0;border-left:8px solid #fff0;border-right:8px solid #fff0;border-top:8px solid #f90;transition:transform 0.3s ease}.dropdown-icon.active{transform:rotate(180deg)}.dropdown-content{max-height:0;overflow:hidden;transition:max-height 0.4s ease;background-color:#f8f9fa}.dropdown-content.active{max-height:500px}.dropdown-content-inner{padding:20px 25px;border-top:2px solid #e8f1f8}.dropdown-content p{color:#2c3e50!important;line-height:1.8;font-size:15px;margin:0}.dropdown-section+.dropdown-section{margin-top:15px}