/* Toiletrental FAQ Styles (RTL, Accessible) */
.tr-faq{max-width:900px;margin:0 auto;font-family:inherit}
.tr-faq h2{font-size:1.6rem;margin:0 0 .8rem}
.tr-faq .item{border:1px solid #e5e5e5;border-radius:12px;margin:10px 0;background:#fff;box-shadow:0 1px 1px rgba(0,0,0,.03);overflow:hidden}
.tr-faq .qbtn{all:unset;display:flex;justify-content:space-between;align-items:center;width:100%;cursor:pointer;padding:16px 18px;font-weight:600;line-height:1.45}
.tr-faq .qbtn:focus-visible{outline:2px solid #3b82f6;outline-offset:-2px;border-radius:8px}
.tr-faq .icon{flex:0 0 auto;transition:transform .25s ease}
.tr-faq .panel{max-height:0;overflow:hidden;transition:max-height .28s ease}
.tr-faq .panel-inner{padding:0 18px 16px 18px;color:#333;line-height:1.75}
.tr-faq .item[aria-expanded="true"] .panel{max-height:480px} /* התאם לפי אורך התוכן */
.tr-faq .item[aria-expanded="true"] .icon{transform:rotate(180deg)}
