.tf-scroll .wpb_wrapper{
max-height: 540px;
overflow-y: auto;
overflow-x: hidden;
padding: 20px 24px;
border: 1px solid #e5e7eb;
border-radius: 8px;
background: #fff;
scrollbar-width: thin;
scrollbar-color: #0b5394 #f1f1f1;
}
.tf-scroll .wpb_wrapper > h1:first-child{ margin-top: 0; }
.tf-scroll .wpb_wrapper table{ max-width: 100%; }
.tf-scroll .wpb_wrapper img{ max-width: 100%; height: auto; }
.tf-scroll .wpb_wrapper::-webkit-scrollbar{ width: 8px; }
.tf-scroll .wpb_wrapper::-webkit-scrollbar-track{ background: #f1f1f1; border-radius: 8px; }
.tf-scroll .wpb_wrapper::-webkit-scrollbar-thumb{ background: #0b5394; border-radius: 8px; }
@media (max-width: 768px){
.tf-scroll .wpb_wrapper{ max-height: 60vh; }
}