.fte-course-gallery { position: static; }
.fte-teacher-rating-panel {
    margin-top: 25px;
    overflow: hidden;
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(17,34,59,.09);
}
.fte-teacher-rating-head { padding: 21px 22px 17px; background: linear-gradient(135deg,#172b4d,#2e5e93); color: #fff; }
.fte-teacher-rating-head span { font-size: 10px; font-weight: 900; letter-spacing: .14em; opacity: .75; }
.fte-teacher-rating-head h2 { margin: 4px 0 0; color: #fff; font-size: 25px; }
.fte-teacher-rating-group { padding: 19px 21px; border-bottom: 1px solid #eaecf0; }
.fte-teacher-rating-group h3 { margin: 0 0 10px; color: #344054; font-size: 14px; }
.fte-teacher-rating-row { display: flex; min-height: 42px; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px dashed #e4e7ec; color: #475467; font-size: 13px; }
.fte-teacher-rating-row:first-of-type { border-top: 0; }
.fte-teacher-rating-row span small { display: block; color: #98a2b3; font-size: 10px; }
.fte-teacher-rating-row strong { color: #172033; font-size: 15px; }
.fte-teacher-rating-link { text-decoration: none; }.fte-teacher-rating-link:hover strong { color: #ff6427; }
.fte-teacher-rating-stars { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 5px; }
.fte-teacher-rating-stars span { background: linear-gradient(90deg,#ffb400 var(--rating),#d0d5dd var(--rating)); color: transparent; font-size: 20px; letter-spacing: 2px; -webkit-background-clip: text; background-clip: text; }
.fte-teacher-rating-stars small { color: #98a2b3; }
.fte-complaint-details { margin-top: 10px; border-radius: 11px; background: #f8fafc; }
.fte-complaint-details summary { padding: 11px 12px; color: #475467; font-size: 12px; font-weight: 850; cursor: pointer; }
.fte-complaint-details>p { margin: 0; padding: 0 12px 13px; color: #98a2b3; font-size: 12px; }
.fte-complaint-details ul { max-height: 250px; overflow: auto; margin: 0; padding: 0 12px 13px; list-style: none; }
.fte-complaint-details li { padding: 10px 0; border-top: 1px solid #eaecf0; font-size: 12px; }
.fte-complaint-details li strong,.fte-complaint-details li span { display: block; }.fte-complaint-details li span { margin-top: 3px; color: #b42318; }.fte-complaint-details li p { margin: 5px 0 0; color: #667085; }
.fte-teacher-rating-caption { margin: 0; padding: 13px 20px; background: #fff8f4; color: #8a4b2f; font-size: 10px; line-height: 1.5; }
.fte-lesson-rating { margin-top: 16px; padding: 17px; border: 1px solid #ffd0b8; border-radius: 13px; background: #fff9f5; }
.fte-lesson-rating[hidden] { display: none; }
.fte-lesson-rating-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 13px; }
.fte-lesson-rating-head span { color: #ff6427; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.fte-lesson-rating-head h4 { margin: 2px 0 0; color: #172033; font-size: 19px; }
.fte-lesson-rating-head small { color: #667085; font-size: 11px; }
.fte-lesson-rating fieldset { display: grid; grid-template-columns: 92px 1fr; align-items: center; gap: 9px; margin: 0; padding: 9px 0; border: 0; border-top: 1px dashed #eaded8; }
.fte-lesson-rating legend { display: contents; color: #344054; font-size: 13px; font-weight: 850; }
.fte-rating-options { display: grid; grid-template-columns: repeat(5,1fr); gap: 5px; }
.fte-rating-options label { margin: 0; cursor: pointer; }
.fte-rating-options input { position: absolute; opacity: 0; pointer-events: none; }
.fte-rating-options span { display: grid; min-height: 35px; place-items: center; border: 1px solid #d0d5dd; border-radius: 8px; background: #fff; color: #667085; font-size: 12px; font-weight: 900; }
.fte-rating-options input:checked+span { border-color: #ff6427; background: #ff6427; color: #fff; box-shadow: 0 4px 9px rgba(255,100,39,.2); }
.fte-rating-options input:focus-visible+span { outline: 3px solid rgba(255,100,39,.25); }
.fte-rating-note { display: block; margin-top: 11px; color: #344054; font-size: 12px; font-weight: 850; }
.fte-rating-note small { color: #98a2b3; font-weight: 500; }
.fte-rating-note textarea { box-sizing: border-box; width: 100%; margin-top: 5px; border: 1px solid #d0d5dd; border-radius: 8px; background: #fff; padding: 9px; font: inherit; resize: vertical; }
#fte_rating_submit { width: 100%; min-height: 43px; margin-top: 10px; border: 0; border-radius: 9px; background: #ff6427; color: #fff; font-weight: 900; cursor: pointer; }
#fte_rating_submit:disabled { opacity: .55; cursor: wait; }
.fte-rating-status { min-height: 18px; margin: 9px 0 0; color: #b42318; font-size: 12px; font-weight: 750; }
.fte-rating-warning { margin: 8px 0 0; color: #98a2b3; font-size: 10px; line-height: 1.45; }
@media(max-width:520px) { .fte-teacher-rating-group { padding-inline: 16px; }.fte-lesson-rating { padding: 13px; }.fte-lesson-rating-head { align-items: flex-start; flex-direction: column; }.fte-lesson-rating fieldset { grid-template-columns: 1fr; }.fte-rating-options span { min-height: 39px; } }
