body:has(.edupro-teacher-reviews-layout) {
    background: #f4f7fb;
}

/* Break out khỏi container mặc định của theme/page */
.entry-content .edupro-teacher-reviews-layout,
.wp-block-post-content .edupro-teacher-reviews-layout,
.edupro-teacher-reviews-layout {
    width: 100vw !important;
    max-width: none !important;
    min-height: 100vh;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    display: flex;
    align-items: stretch;
    background: #f4f7fb;
    box-sizing: border-box;
}

/* Sidebar giữ đúng kích thước */
/* .edupro-teacher-reviews-layout .edupro-teacher-sidebar {
    flex: 0 0 268px;
    width: 268px;
    min-width: 268px;
} */

/* Main chiếm toàn bộ phần còn lại */
.edupro-teacher-reviews-main {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
	margin-left: 270px;
    padding: 36px 48px;
    box-sizing: border-box;
}

/* Page content */
.edupro-teacher-reviews-page {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Header */
.edupro-teacher-reviews-head {
    margin-bottom: 28px;
}

.edupro-teacher-reviews-head h1 {
    margin: 0;
    color: #020617;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.03em;
    max-width: none;
}

.edupro-teacher-reviews-head p {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.45;
    max-width: none;
}

/* Card */
.edupro-teacher-reviews-card {
    width: 100%;
    max-width: 100%;
    background: #ffffff;
    border: 1px solid #dbe3ef;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    box-sizing: border-box;
}

/* Tabs */
.edupro-teacher-reviews-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #dbe3ef;
}

.edupro-teacher-reviews-tabs button {
    height: 56px;
    border: 0;
    background: #ffffff;
    color: #475569;
    font-weight: 800;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    font-size: 15px;
    font-family: inherit;
}

.edupro-teacher-reviews-tabs button.active {
    color: #4f46e5;
    border-bottom-color: #4f46e5;
}

/* Body */
.edupro-teacher-reviews-body {
    padding: 24px;
    box-sizing: border-box;
}

/* Filters */
.edupro-teacher-reviews-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 22px;
}

.edupro-teacher-reviews-field {
    margin: 0;
    min-width: 0;
}

.edupro-teacher-reviews-field label {
    display: block;
    margin-bottom: 8px;
    color: #0f172a;
    font-weight: 800;
    font-size: 14px;
}

.edupro-teacher-reviews-field select,
.edupro-teacher-reviews-field input {
    width: 100%;
    max-width: none;
    height: 46px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    padding: 0 14px;
    color: #0f172a;
    background: #ffffff;
    outline: none;
    font-size: 15px;
    box-sizing: border-box;
}

.edupro-teacher-reviews-field select:focus,
.edupro-teacher-reviews-field input:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}

/* Summary */
.edupro-teacher-reviews-summary {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 0 14px;
    border-bottom: 1px solid #edf2f7;
    color: #0f172a;
}

.edupro-teacher-reviews-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    display: inline-flex;
}

.edupro-teacher-reviews-dot.pending {
    background: #f43f5e;
}

.edupro-teacher-reviews-dot.reviewed {
    background: #10b981;
    margin-left: 16px;
}

/* List */
.edupro-teacher-reviews-list {
    display: grid;
    gap: 14px;
    margin-top: 16px;
}

/* Group title */
.edupro-teacher-reviews-group-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0 0;
    color: #0f172a;
}

.edupro-teacher-reviews-group-title span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
}

.edupro-teacher-reviews-group-title.pending span {
    background: #f43f5e;
}

.edupro-teacher-reviews-group-title.reviewed span {
    background: #10b981;
}

/* Review row */
.edupro-teacher-reviews-row {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr) 90px;
    gap: 16px;
    align-items: center;
    padding: 16px;
    border: 1px solid #dbe3ef;
    border-radius: 14px;
    background: #f8fafc;
    box-sizing: border-box;
}

.edupro-teacher-reviews-row.is-reviewed {
    border-color: #bbf7d0;
    background: #f0fdf4;
}

.edupro-teacher-reviews-student strong {
    display: block;
    color: #0f172a;
    font-size: 15px;
    margin-bottom: 4px;
}

.edupro-teacher-reviews-student span {
    display: block;
    color: #64748b;
    font-size: 12px;
    line-height: 1.4;
    word-break: break-word;
}

.edupro-teacher-reviews-student em {
    display: block;
    margin-top: 6px;
    color: #059669;
    font-style: normal;
    font-size: 12px;
}

/* Textarea */
.edupro-teacher-reviews-textarea {
    width: 100%;
    min-height: 64px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    resize: vertical;
    padding: 12px 14px;
    outline: none;
    line-height: 1.5;
    color: #0f172a;
    background: #ffffff;
    box-sizing: border-box;
    font-family: inherit;
}

.edupro-teacher-reviews-row.is-reviewed .edupro-teacher-reviews-textarea {
    border-color: #86efac;
}

.edupro-teacher-reviews-textarea:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}

/* Button */
.edupro-teacher-reviews-save {
    height: 42px;
    border: 0;
    border-radius: 10px;
    background: #8b7cf6;
    color: #ffffff;
    font-weight: 800;
    cursor: pointer;
    font-family: inherit;
}

.edupro-teacher-reviews-save.update {
    background: #059669;
}

.edupro-teacher-reviews-save:hover {
    filter: brightness(0.96);
}

.edupro-teacher-reviews-save:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

/* Empty / Loading */
.edupro-teacher-reviews-loading,
.edupro-teacher-reviews-empty {
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #64748b;
    padding: 30px;
    box-sizing: border-box;
}

.edupro-teacher-reviews-empty h3 {
    margin: 0 0 8px;
    color: #0f172a;
}

.edupro-teacher-reviews-empty p {
    margin: 0;
    max-width: 420px;
    line-height: 1.55;
}

.edupro-teacher-reviews-empty-icon {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6366f1;
    font-size: 28px;
    margin-bottom: 16px;
}

/* Responsive */
@media (max-width: 1100px) {
    .edupro-teacher-reviews-layout {
        display: block;
    }

    .edupro-teacher-reviews-layout .edupro-teacher-sidebar {
        width: 100%;
        min-width: 0;
    }

    .edupro-teacher-reviews-main {
        width: 100%;
        padding: 24px;
    }
}

@media (max-width: 900px) {
    .edupro-teacher-reviews-filters,
    .edupro-teacher-reviews-row {
        grid-template-columns: 1fr;
    }

    .edupro-teacher-reviews-save {
        width: fit-content;
        padding: 0 18px;
    }
}
/* =====================================================
   EDUPRO V7 - Đánh giá học viên hiện đại hơn
===================================================== */
.edupro-teacher-reviews-page {
    --review-primary: #6257f6;
    --review-primary-2: #8b5cf6;
    --review-soft: #eef0ff;
    --review-green: #10b981;
    --review-red: #f43f5e;
    --review-yellow: #f59e0b;
    --review-text: #0f172a;
    --review-muted: #64748b;
    --review-border: #dbe3ef;
}

.edupro-teacher-reviews-card {
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.edupro-teacher-reviews-tabs {
    background: linear-gradient(180deg, #ffffff, #f8faff);
}

.edupro-teacher-reviews-tabs button {
    position: relative;
    height: 62px;
    color: #475569;
    transition: .22s ease;
}

.edupro-teacher-reviews-tabs button.active {
    color: var(--review-primary);
    background: linear-gradient(180deg, #fff, #f5f6ff);
}

.edupro-teacher-reviews-filters {
    align-items: end;
    padding: 18px;
    border: 1px solid #e6ebf5;
    border-radius: 20px;
    background: #f8faff;
}

.edupro-teacher-reviews-field label {
    color: #1e293b;
    letter-spacing: -.01em;
}

.edupro-teacher-reviews-field select,
.edupro-teacher-reviews-field input {
    height: 52px;
    border-radius: 16px;
    border-color: #d7def0;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.03);
}

.edupro-teacher-reviews-summary {
    background: #fff;
    border: 1px solid #edf2fb;
    border-radius: 18px;
    padding: 14px 16px;
    margin-bottom: 18px;
}

.edupro-teacher-reviews-row {
    grid-template-columns: 250px minmax(0, 1fr) 112px;
    gap: 18px;
    padding: 18px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.04);
}

.edupro-teacher-reviews-row.is-pending {
    border-color: #fee2e2;
    background: linear-gradient(135deg, #fff, #fff7f7);
}

.edupro-teacher-reviews-row.is-reviewed {
    border-color: #bbf7d0;
    background: linear-gradient(135deg, #fff, #f0fdf4);
}

.edupro-teacher-reviews-student {
    position: relative;
    padding-left: 48px;
}

.edupro-teacher-reviews-student::before {
    content: "HV";
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--review-primary), var(--review-primary-2));
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 10px 20px rgba(98, 87, 246, .22);
}

.edupro-teacher-reviews-student strong {
    font-size: 16px;
    font-weight: 900;
}

.edupro-teacher-reviews-textarea {
    min-height: 88px;
    border-radius: 18px;
    background: #fff;
    font-size: 15px;
}

.edupro-teacher-reviews-save {
    height: 46px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--review-primary), var(--review-primary-2));
    box-shadow: 0 12px 22px rgba(98, 87, 246, .22);
}

.edupro-teacher-reviews-save.update {
    background: linear-gradient(135deg, #059669, #10b981);
    box-shadow: 0 12px 22px rgba(16, 185, 129, .18);
}

@media (max-width: 900px) {
    .edupro-teacher-reviews-row,
    .edupro-teacher-reviews-filters {
        grid-template-columns: 1fr;
    }
}


/* EduPro - phản hồi phụ huynh trong trang giáo viên đánh giá */
.edupro-teacher-parent-reviews {
    background: #f8fbff;
    border: 1px solid #e1e9f5;
    border-radius: 16px;
    padding: 14px;
    min-width: 220px;
}

.edupro-teacher-parent-reviews > strong {
    display: block;
    color: #4f46e5;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 10px;
}

.edupro-teacher-parent-reviews.empty p {
    margin: 0;
    color: #94a3b8;
    font-size: 13px;
}

.edupro-teacher-parent-review-item {
    background: #fff;
    border: 1px solid #e6edf7;
    border-radius: 14px;
    padding: 12px;
    margin-top: 10px;
}

.edupro-teacher-parent-review-item:first-of-type {
    margin-top: 0;
}

.edupro-teacher-parent-review-item b {
    display: inline-block;
    color: #061733;
    margin-right: 6px;
}

.edupro-teacher-parent-review-item span {
    color: #4f46e5;
    font-size: 12px;
    font-weight: 800;
}

.edupro-teacher-parent-review-item em {
    display: block;
    color: #94a3b8;
    font-size: 12px;
    font-style: normal;
    margin-top: 4px;
}

.edupro-teacher-parent-review-item p {
    margin: 8px 0 0;
    color: #334155;
    font-size: 13px;
    line-height: 1.65;
}

/* =====================================================
   EDUPRO - PHẢN HỒI PHỤ HUYNH THEO BUỔI / THÁNG
===================================================== */
.edupro-teacher-parent-reviews {
    background: linear-gradient(135deg, #f8fbff, #ffffff);
    border: 1px solid #dfe8f5;
    border-radius: 18px;
    padding: 16px;
}

.edupro-teacher-parent-reviews > strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #172554;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 10px;
}

.edupro-teacher-parent-reviews > strong::before {
    content: "💬";
}

.edupro-teacher-parent-reviews.empty p {
    margin: 0;
    color: #7b8ca6;
}

.edupro-teacher-parent-review-item {
    background: #fff;
    border: 1px solid #e5edf6;
    border-radius: 14px;
    padding: 13px 14px;
    margin-top: 10px;
}

.edupro-teacher-parent-review-item div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
}

.edupro-teacher-parent-review-item b {
    color: #0f172a;
    font-weight: 900;
}

.edupro-teacher-parent-review-item span,
.edupro-teacher-parent-review-item em {
    display: inline-flex;
    padding: 5px 9px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.edupro-teacher-parent-review-item em:first-of-type {
    background: #eef2ff;
    color: #4338ca;
}

.edupro-teacher-parent-review-item p {
    margin: 0;
    color: #24344d;
    line-height: 1.7;
}

/* EduPro update: tab đã/chưa đánh giá */
.edupro-teacher-reviews-state-tabs{display:flex;gap:8px;margin:14px 0 0;flex-wrap:wrap}.edupro-teacher-reviews-state-tabs button{border:1px solid #dbe3ef;background:#fff;color:#475569;border-radius:999px;padding:8px 14px;font-weight:700;cursor:pointer}.edupro-teacher-reviews-state-tabs button.active{background:#4f46e5;color:#fff;border-color:#4f46e5}


/* ===== EduPro refined layout: đánh giá bỏ tab scope lớn ===== */
.edupro-teacher-reviews-scope-indicator{display:flex;justify-content:flex-start;margin-bottom:14px;}
.edupro-teacher-reviews-scope-indicator span{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-weight:800;font-size:13px;}
.edupro-teacher-reviews-state-tabs{margin-top:0!important;}


/* ===== EduPro UI refine: tabs chia nửa - hiện đại ===== */
#eduproTeacherReviewsApp .edupro-teacher-reviews-scope-indicator{
    margin-bottom: 18px;
}

#eduproTeacherReviewsApp .edupro-teacher-reviews-state-tabs{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 18px !important;
    padding: 6px;
    background: #f5f7ff;
    border: 1px solid #e3e9f6;
    border-radius: 18px;
    box-sizing: border-box;
}

#eduproTeacherReviewsApp .edupro-teacher-reviews-state-tabs button{
    width: 100%;
    min-height: 52px;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: 14px;
    background: transparent;
    color: #5b6b82;
    font-weight: 800;
    font-size: 15px;
    line-height: 1.2;
    box-shadow: none;
    transition: all .2s ease;
}

#eduproTeacherReviewsApp .edupro-teacher-reviews-state-tabs button:hover{
    background: rgba(79, 70, 229, 0.06);
    color: #334155;
}

#eduproTeacherReviewsApp .edupro-teacher-reviews-state-tabs button.active{
    background: linear-gradient(135deg, #5b56f5 0%, #7c3aed 100%);
    color: #ffffff;
    border-color: #5b56f5;
    box-shadow: 0 10px 24px rgba(91, 86, 245, 0.22);
}

@media (max-width: 767px){
    #eduproTeacherReviewsApp .edupro-teacher-reviews-state-tabs{
        grid-template-columns: 1fr;
    }
}


/* EduPro update: tài liệu giáo viên/học viên + ảnh đánh giá buổi học */
.edupro-session-materials-manager .edupro-box-desc{margin:4px 0 12px;color:#64748b;font-size:13px;font-weight:600}.edupro-student-material-heading{margin-top:18px;padding-top:16px;border-top:1px dashed #d8e1f0}.edupro-material-pick-item{align-items:center;gap:10px}.edupro-material-pick-actions{margin-left:auto;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.edupro-material-pick-actions button{border:0;border-radius:12px;padding:8px 10px;font-weight:800;cursor:pointer;background:#eef2ff;color:#4f46e5}.edupro-material-pick-actions button.student{background:#ecfdf5;color:#059669}.edupro-material-pick-actions small{font-size:12px;font-weight:800;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:6px 8px}
.edupro-review-session-image-box{display:flex;align-items:center;gap:14px;flex-wrap:wrap;background:#f8fbff;border:1px solid #dbe7ff;border-radius:18px;padding:14px 16px;margin:12px 0}.edupro-review-session-image-box strong{display:block;color:#0f172a}.edupro-review-session-image-box p{margin:4px 0 0;color:#64748b;font-size:13px}.edupro-review-image-picker{display:inline-flex;align-items:center;gap:8px}.edupro-review-image-picker input{max-width:220px}.edupro-review-image-upload{border:0;border-radius:12px;background:#5b4deb;color:#fff;padding:10px 16px;font-weight:800;cursor:pointer}.edupro-review-image-preview img{width:96px;height:64px;object-fit:cover;border-radius:12px;border:1px solid #e2e8f0}.edupro-review-image-preview span{color:#94a3b8;font-size:13px;font-weight:700}.edupro-student-review-session-image{margin-top:14px}.edupro-student-review-session-image img{max-width:100%;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 10px 25px rgba(15,23,42,.08)}

/* EduPro fix: material picker action buttons compact and aligned */
#edupro-session-modal .edupro-session-materials-manager .edupro-material-pick-item{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"title actions" "type actions"!important;align-items:center!important;column-gap:12px!important;row-gap:4px!important;min-height:64px!important;padding:12px 14px!important;border-radius:14px!important;overflow:visible!important}#edupro-session-modal .edupro-session-materials-manager .edupro-material-pick-item>span{grid-area:title!important;min-width:0!important;display:block!important;font-size:14px!important;line-height:1.25!important;font-weight:800!important;color:#0f172a!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}#edupro-session-modal .edupro-session-materials-manager .edupro-material-pick-item>em{grid-area:type!important;min-width:0!important;display:block!important;font-style:normal!important;font-size:12px!important;line-height:1.2!important;font-weight:700!important;color:#64748b!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}#edupro-session-modal .edupro-session-materials-manager .edupro-material-pick-actions{grid-area:actions!important;margin-left:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;flex-wrap:nowrap!important;white-space:nowrap!important}#edupro-session-modal .edupro-session-materials-manager .edupro-material-pick-actions button,#edupro-session-modal .edupro-session-materials-manager .edupro-material-pick-actions small{height:32px!important;min-height:32px!important;min-width:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;padding:0 10px!important;font-size:12px!important;line-height:1!important;font-weight:800!important}#edupro-session-modal .edupro-session-materials-manager .edupro-material-pick-actions button{border:1px solid #ddd6fe!important;background:#f5f3ff!important;color:#4f46e5!important;box-shadow:none!important}#edupro-session-modal .edupro-session-materials-manager .edupro-material-pick-actions button:hover{background:#4f46e5!important;border-color:#4f46e5!important;color:#fff!important}#edupro-session-modal .edupro-session-materials-manager .edupro-material-pick-actions button.student{border-color:#bbf7d0!important;background:#ecfdf5!important;color:#059669!important}#edupro-session-modal .edupro-session-materials-manager .edupro-material-pick-actions button.student:hover{background:#059669!important;border-color:#059669!important;color:#fff!important}#edupro-session-modal .edupro-session-materials-manager .edupro-material-pick-actions small{border:1px solid #e2e8f0!important;background:#f8fafc!important;color:#64748b!important}@media(max-width:900px){#edupro-session-modal .edupro-session-materials-manager .edupro-material-pick-item{grid-template-columns:1fr!important;grid-template-areas:"title" "type" "actions"!important}#edupro-session-modal .edupro-session-materials-manager .edupro-material-pick-actions{justify-content:flex-start!important}}

/* ===== EduPro fix: ảnh chung buổi học trong trang đánh giá ===== */
#eduproTeacherReviewsApp .edupro-review-session-image-box{
    display: grid;
    grid-template-columns: minmax(0,1fr) auto auto 120px;
    align-items: center;
    gap: 14px;
    background: linear-gradient(135deg,#f8fbff 0%,#ffffff 100%);
    border: 1px solid #dbe7ff;
    border-radius: 18px;
    padding: 14px 16px;
    margin: 12px 0 18px;
    box-sizing: border-box;
}
#eduproTeacherReviewsApp .edupro-review-session-image-box[style*="display: none"]{display:none!important;}
#eduproTeacherReviewsApp .edupro-review-session-image-info strong{display:block;color:#0f172a;font-size:15px;font-weight:900;line-height:1.3;}
#eduproTeacherReviewsApp .edupro-review-session-image-info p{margin:4px 0 0;color:#64748b;font-size:13px;line-height:1.45;font-weight:600;}
#eduproTeacherReviewsApp .edupro-review-image-picker{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 12px;border:1px dashed #c7d2fe;border-radius:12px;background:#eef2ff;color:#4f46e5;font-weight:800;white-space:nowrap;cursor:pointer;}
#eduproTeacherReviewsApp .edupro-review-image-picker input{max-width:180px;font-weight:500!important;color:#475569;}
#eduproTeacherReviewsApp .edupro-review-image-picker input::file-selector-button{border:0;border-radius:999px;background:#fff;color:#4f46e5;padding:7px 10px;font-weight:700;font-family:inherit;cursor:pointer;}
#eduproTeacherReviewsApp .edupro-review-image-upload{height:42px;border:0;border-radius:12px;background:#5b4deb;color:#fff;padding:0 18px;font-weight:900;font-family:inherit;cursor:pointer;box-shadow:0 10px 20px rgba(91,77,235,.16);}
#eduproTeacherReviewsApp .edupro-review-image-upload:disabled{opacity:.65;cursor:not-allowed;}
#eduproTeacherReviewsApp .edupro-review-image-preview{display:flex;align-items:center;justify-content:center;min-width:110px;min-height:72px;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0;overflow:hidden;}
#eduproTeacherReviewsApp .edupro-review-image-preview img{width:110px;height:72px;object-fit:cover;border:0;border-radius:0;box-shadow:none;}
#eduproTeacherReviewsApp .edupro-review-image-preview span{display:block;padding:8px;color:#94a3b8;font-size:12px;font-weight:800;text-align:center;}
@media(max-width:1050px){
    #eduproTeacherReviewsApp .edupro-review-session-image-box{grid-template-columns:1fr;align-items:stretch;}
    #eduproTeacherReviewsApp .edupro-review-image-picker,#eduproTeacherReviewsApp .edupro-review-image-upload{width:100%;justify-content:center;}
    #eduproTeacherReviewsApp .edupro-review-image-preview{justify-content:flex-start;width:100%;}
}

/* ===== Review media + Google Drive link ===== */
.edupro-review-drive-field{
    margin:14px 0;
}
.edupro-review-drive-field label,
.edupro-teacher-reviews-media label span{
    display:block;
    margin-bottom:8px;
    font-weight:900;
    color:#142846;
}
.edupro-review-drive-field input,
.edupro-teacher-reviews-media input[type="url"]{
    width:100%;
    min-height:48px;
    border:1px solid #bfd0e4;
    border-radius:14px;
    padding:0 14px;
    color:#142846;
    outline:none;
    background:#fff;
    box-sizing:border-box;
}
.edupro-teacher-reviews-media{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    grid-column:1/-1;
    padding:14px;
    border:1px solid #dbe7f6;
    border-radius:18px;
    background:#f8fbff;
}
.edupro-teacher-reviews-media input[type="file"]{
    width:100%;
    min-height:48px;
    border:1px dashed #bfd0e4;
    border-radius:14px;
    padding:10px 12px;
    background:#fff;
    box-sizing:border-box;
}
.edupro-teacher-reviews-current-image{
    grid-column:1/-1;
    display:flex;
    align-items:center;
    gap:12px;
    padding:10px;
    border-radius:14px;
    background:#fff;
    border:1px solid #e3edf9;
    color:#516680;
    font-weight:800;
}
.edupro-teacher-reviews-current-image img{
    width:92px;
    height:66px;
    object-fit:cover;
    border-radius:12px;
    border:1px solid #dbe7f6;
}
.edupro-review-drive-link,
.edupro-student-review-drive-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:10px;
    min-height:42px;
    padding:0 16px;
    border-radius:999px;
    background:#eef2ff;
    color:#4f46e5;
    font-weight:900;
    text-decoration:none;
}
@media(max-width:768px){
    .edupro-teacher-reviews-media{grid-template-columns:1fr;}
}

.edupro-teacher-reviews-row .edupro-teacher-reviews-save{
    grid-column:3;
    grid-row:1;
}
.edupro-teacher-reviews-row .edupro-teacher-reviews-media{
    grid-column:2 / 4;
    grid-row:2;
}
@media(max-width:900px){
    .edupro-teacher-reviews-row .edupro-teacher-reviews-save,
    .edupro-teacher-reviews-row .edupro-teacher-reviews-media{
        grid-column:1 / -1;
        grid-row:auto;
    }
}

/* ===== EduPro polish: review image/drive UI ===== */
#eduproTeacherReviewsApp .edupro-review-session-image-box{
    display:grid!important;
    grid-template-columns:minmax(280px,1.15fr) minmax(260px,.85fr)!important;
    grid-template-areas:
        "info controls"
        "preview drive"!important;
    gap:18px 24px!important;
    align-items:start!important;
    padding:26px 30px!important;
    margin:18px 0 24px!important;
    border-radius:26px!important;
    border:1px solid #d8e7ff!important;
    background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%)!important;
    box-shadow:0 16px 40px rgba(28,55,90,.06)!important;
    overflow:hidden!important;
}
#eduproTeacherReviewsApp .edupro-review-session-image-info{grid-area:info!important;min-width:0!important;}
#eduproTeacherReviewsApp .edupro-review-session-image-info strong{
    display:flex!important;align-items:center!important;gap:10px!important;
    color:#0f1f3a!important;font-size:20px!important;font-weight:900!important;line-height:1.25!important;margin:0 0 8px!important;
}
#eduproTeacherReviewsApp .edupro-review-session-image-info strong:before{
    content:"🖼️";display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;background:#eef6ff;font-size:17px;
}
#eduproTeacherReviewsApp .edupro-review-session-image-info p{font-size:15px!important;line-height:1.55!important;color:#62748d!important;font-weight:700!important;margin:0!important;max-width:680px!important;}
#eduproTeacherReviewsApp .edupro-review-image-picker{
    grid-area:controls!important;justify-self:stretch!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;
    min-height:58px!important;padding:8px 14px 8px 18px!important;border:1.5px dashed #bcd0ff!important;border-radius:20px!important;background:#f3f6ff!important;color:#5146e8!important;font-weight:900!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.6)!important;cursor:pointer!important;
}
#eduproTeacherReviewsApp .edupro-review-image-picker span{display:inline-flex!important;align-items:center!important;gap:8px!important;white-space:nowrap!important;}
#eduproTeacherReviewsApp .edupro-review-image-picker span:before{content:"📎";font-size:16px;}
#eduproTeacherReviewsApp .edupro-review-image-picker input[type="file"]{width:1px!important;height:1px!important;opacity:0!important;position:absolute!important;pointer-events:none!important;}
#eduproTeacherReviewsApp .edupro-review-image-picker:after{content:attr(data-file-name);min-width:120px;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:12px 16px;border-radius:999px;background:#fff;color:#718096;font-size:14px;font-weight:800;text-align:center;}
#eduproTeacherReviewsApp .edupro-review-image-picker:not([data-file-name]):after{content:"Chưa chọn file";}
#eduproTeacherReviewsApp .edupro-review-image-upload{
    grid-area:controls!important;justify-self:end!important;align-self:center!important;margin-right:0!important;transform:translateX(0)!important;
    min-width:132px!important;height:58px!important;border-radius:18px!important;background:linear-gradient(135deg,#5548ec 0%,#8158f7 100%)!important;color:#fff!important;font-size:16px!important;font-weight:900!important;box-shadow:0 18px 34px rgba(85,72,236,.24)!important;
}
#eduproTeacherReviewsApp .edupro-review-session-image-box .edupro-review-image-picker + .edupro-review-image-upload{margin-top:76px!important;}
#eduproTeacherReviewsApp .edupro-review-drive-field{grid-area:drive!important;margin:0!important;align-self:start!important;}
#eduproTeacherReviewsApp .edupro-review-drive-field label{display:flex!important;align-items:center!important;gap:8px!important;margin:0 0 10px!important;color:#0f1f3a!important;font-size:16px!important;font-weight:900!important;}
#eduproTeacherReviewsApp .edupro-review-drive-field label:before{content:"🔗";font-size:15px;}
#eduproTeacherReviewsApp .edupro-review-drive-field input{height:56px!important;border-radius:18px!important;border:1px solid #bfd2ea!important;background:#fff!important;padding:0 18px!important;font-size:15px!important;font-weight:700!important;color:#142846!important;box-shadow:0 10px 24px rgba(23,44,76,.04)!important;}
#eduproTeacherReviewsApp .edupro-review-image-preview{grid-area:preview!important;width:100%!important;min-height:128px!important;border-radius:20px!important;border:1px solid #dfe9f6!important;background:#f9fbff!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.85)!important;overflow:hidden!important;}
#eduproTeacherReviewsApp .edupro-review-image-preview img{width:100%!important;height:180px!important;object-fit:cover!important;border-radius:0!important;}
#eduproTeacherReviewsApp .edupro-review-image-preview span{font-size:15px!important;color:#94a3b8!important;font-weight:900!important;}
#eduproTeacherReviewsApp .edupro-review-drive-link{grid-area:preview!important;align-self:end!important;justify-self:start!important;margin:12px!important;position:relative!important;z-index:2!important;}

#eduproTeacherReviewsApp .edupro-teacher-reviews-row{grid-template-columns:minmax(180px,.55fr) minmax(320px,1.45fr) 132px!important;gap:18px!important;align-items:start!important;}
#eduproTeacherReviewsApp .edupro-teacher-reviews-media{
    grid-column:2 / 4!important;grid-row:2!important;display:grid!important;grid-template-columns:minmax(260px,1fr) minmax(260px,1fr)!important;gap:16px!important;padding:20px!important;border-radius:22px!important;border:1px solid #dbe9fb!important;background:linear-gradient(135deg,#f8fbff 0%,#ffffff 100%)!important;box-shadow:0 12px 28px rgba(28,55,90,.05)!important;
}
#eduproTeacherReviewsApp .edupro-teacher-reviews-media label{margin:0!important;display:flex!important;flex-direction:column!important;gap:10px!important;min-width:0!important;}
#eduproTeacherReviewsApp .edupro-teacher-reviews-media label span{display:flex!important;align-items:center!important;gap:8px!important;margin:0!important;color:#0f1f3a!important;font-size:16px!important;font-weight:900!important;}
#eduproTeacherReviewsApp .edupro-teacher-reviews-media label:first-child span:before{content:"🖼️";font-size:15px;}
#eduproTeacherReviewsApp .edupro-teacher-reviews-media label:nth-child(2) span:before{content:"🔗";font-size:15px;}
#eduproTeacherReviewsApp .edupro-teacher-reviews-media input[type="file"]{width:100%!important;min-height:56px!important;border:1.5px dashed #bcd0ff!important;border-radius:18px!important;background:#f3f6ff!important;padding:12px 14px!important;color:#617086!important;font-weight:800!important;box-sizing:border-box!important;}
#eduproTeacherReviewsApp .edupro-teacher-reviews-media input[type="file"]::file-selector-button{border:0!important;border-radius:999px!important;background:#fff!important;color:#5146e8!important;padding:10px 16px!important;margin-right:12px!important;font-weight:900!important;font-family:inherit!important;cursor:pointer!important;box-shadow:0 4px 12px rgba(28,55,90,.08)!important;}
#eduproTeacherReviewsApp .edupro-teacher-reviews-media input[type="url"]{height:56px!important;border-radius:18px!important;border:1px solid #bfd2ea!important;background:#fff!important;padding:0 18px!important;font-size:15px!important;font-weight:700!important;color:#142846!important;box-shadow:0 10px 24px rgba(23,44,76,.04)!important;}
#eduproTeacherReviewsApp .edupro-teacher-reviews-current-image{grid-column:1 / -1!important;display:grid!important;grid-template-columns:140px minmax(0,1fr)!important;gap:14px!important;align-items:center!important;padding:12px!important;border-radius:18px!important;background:#fff!important;border:1px solid #dfe9f6!important;color:#516680!important;font-weight:900!important;box-shadow:0 8px 20px rgba(28,55,90,.04)!important;}
#eduproTeacherReviewsApp .edupro-teacher-reviews-current-image img{width:140px!important;height:92px!important;object-fit:cover!important;border-radius:14px!important;border:1px solid #dbe7f6!important;}
#eduproTeacherReviewsApp .edupro-teacher-reviews-current-image span{font-size:14px!important;color:#64748b!important;}
#eduproTeacherReviewsApp .edupro-teacher-reviews-current-image.is-selected span:after{content:" mới chọn";color:#4f46e5;}
@media(max-width:1100px){
    #eduproTeacherReviewsApp .edupro-review-session-image-box{grid-template-columns:1fr!important;grid-template-areas:"info" "controls" "drive" "preview"!important;padding:22px!important;}
    #eduproTeacherReviewsApp .edupro-review-image-upload{grid-area:controls!important;justify-self:stretch!important;margin-top:76px!important;}
    #eduproTeacherReviewsApp .edupro-review-image-picker{grid-area:controls!important;}
    #eduproTeacherReviewsApp .edupro-teacher-reviews-row{grid-template-columns:1fr!important;}
    #eduproTeacherReviewsApp .edupro-teacher-reviews-row .edupro-teacher-reviews-save,#eduproTeacherReviewsApp .edupro-teacher-reviews-row .edupro-teacher-reviews-media{grid-column:1 / -1!important;grid-row:auto!important;}
}
@media(max-width:760px){
    #eduproTeacherReviewsApp .edupro-teacher-reviews-media{grid-template-columns:1fr!important;}
    #eduproTeacherReviewsApp .edupro-review-image-picker{flex-direction:column!important;align-items:flex-start!important;}
    #eduproTeacherReviewsApp .edupro-review-image-picker:after{max-width:100%!important;width:100%!important;box-sizing:border-box!important;}
}

/* ===== Fix: chỉ hiện hình ảnh chung ở đánh giá theo buổi + canh lại upload/link ===== */
#eduproTeacherReviewsApp .edupro-review-session-image-box[style*="display:none"],
#eduproTeacherReviewsApp .edupro-review-session-image-box[style*="display: none"]{
    display:none!important;
}

#eduproTeacherReviewsApp .edupro-review-session-image-box{
    grid-template-columns:minmax(360px,1fr) minmax(260px,340px) 160px!important;
    grid-template-areas:
        "info picker save"
        "preview drive drive"!important;
    gap:20px 22px!important;
    align-items:center!important;
}
#eduproTeacherReviewsApp .edupro-review-image-picker{
    grid-area:picker!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
}
#eduproTeacherReviewsApp .edupro-review-image-upload{
    grid-area:save!important;
    justify-self:stretch!important;
    align-self:stretch!important;
    width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:58px!important;
    margin:0!important;
    transform:none!important;
}
#eduproTeacherReviewsApp .edupro-review-session-image-box .edupro-review-image-picker + .edupro-review-image-upload{
    margin-top:0!important;
}
#eduproTeacherReviewsApp .edupro-review-drive-field{
    grid-area:drive!important;
    align-self:start!important;
}
#eduproTeacherReviewsApp .edupro-review-image-preview{
    grid-area:preview!important;
    min-height:140px!important;
}

#eduproTeacherReviewsApp .edupro-teacher-reviews-media{
    grid-template-columns:minmax(260px,1fr) minmax(260px,1fr)!important;
    align-items:start!important;
}
#eduproTeacherReviewsApp .edupro-teacher-reviews-current-image{
    grid-column:1 / -1!important;
}
#eduproTeacherReviewsApp .edupro-teacher-reviews-current-image.is-selected{
    border-color:#b8c4ff!important;
    background:#f6f7ff!important;
}
#eduproTeacherReviewsApp .edupro-teacher-reviews-current-image.is-selected span:after{
    content:""!important;
}
#eduproTeacherReviewsApp .edupro-teacher-reviews-current-image.is-selected span{
    color:#4f46e5!important;
}

@media(max-width:1200px){
    #eduproTeacherReviewsApp .edupro-review-session-image-box{
        grid-template-columns:1fr 170px!important;
        grid-template-areas:
            "info info"
            "picker save"
            "drive drive"
            "preview preview"!important;
    }
}
@media(max-width:760px){
    #eduproTeacherReviewsApp .edupro-review-session-image-box{
        grid-template-columns:1fr!important;
        grid-template-areas:
            "info"
            "picker"
            "save"
            "drive"
            "preview"!important;
    }
}


/* ===== Final review layout hotfix ===== */
#eduproTeacherReviewsApp .edupro-review-session-image-box{
    display:grid!important;
    grid-template-columns:minmax(380px,1.15fr) minmax(300px,.95fr) 180px!important;
    grid-template-areas:
        "info picker save"
        "preview drive drive"!important;
    gap:24px 22px!important;
    align-items:start!important;
}
#eduproTeacherReviewsApp .edupro-review-session-image-info{grid-area:info!important;min-width:0!important;}
#eduproTeacherReviewsApp .edupro-review-image-picker{
    grid-area:picker!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    width:100%!important;
    min-height:74px!important;
    padding:16px 18px!important;
    box-sizing:border-box!important;
}
#eduproTeacherReviewsApp .edupro-review-image-picker span{flex:0 0 auto!important;}
#eduproTeacherReviewsApp .edupro-review-image-picker:after{
    flex:1 1 auto!important;
    min-width:0!important;
    max-width:none!important;
    width:auto!important;
    margin-left:auto!important;
}
#eduproTeacherReviewsApp .edupro-review-image-upload{
    grid-area:save!important;
    align-self:start!important;
    justify-self:stretch!important;
    width:100%!important;
    min-width:0!important;
    min-height:74px!important;
    height:74px!important;
    margin:0!important;
    border-radius:24px!important;
}
#eduproTeacherReviewsApp .edupro-review-drive-field{
    grid-area:drive!important;
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
    width:100%!important;
    min-width:0!important;
}
#eduproTeacherReviewsApp .edupro-review-drive-field input{width:100%!important;box-sizing:border-box!important;}
#eduproTeacherReviewsApp .edupro-review-image-preview{
    grid-area:preview!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:150px!important;
    box-sizing:border-box!important;
}
#eduproTeacherReviewsApp .edupro-review-image-preview img{width:100%!important;height:220px!important;object-fit:cover!important;}
#eduproTeacherReviewsApp .edupro-teacher-reviews-media{
    display:grid!important;
    grid-template-columns:minmax(260px,1fr) minmax(260px,1fr)!important;
    gap:16px!important;
    align-items:start!important;
}
#eduproTeacherReviewsApp .edupro-teacher-reviews-media label{min-width:0!important;}
#eduproTeacherReviewsApp .edupro-teacher-reviews-media input[type="url"],
#eduproTeacherReviewsApp .edupro-teacher-reviews-media input[type="file"]{width:100%!important;box-sizing:border-box!important;}
#eduproTeacherReviewsApp .edupro-teacher-reviews-current-image{
    grid-column:1 / -1!important;
    display:grid!important;
    grid-template-columns:160px minmax(0,1fr)!important;
    gap:14px!important;
    align-items:center!important;
}
#eduproTeacherReviewsApp .edupro-teacher-reviews-current-image img{width:160px!important;height:104px!important;}
@media(max-width:1200px){
    #eduproTeacherReviewsApp .edupro-review-session-image-box{
        grid-template-columns:minmax(0,1fr) 180px!important;
        grid-template-areas:
            "info info"
            "picker save"
            "drive drive"
            "preview preview"!important;
    }
}
@media(max-width:760px){
    #eduproTeacherReviewsApp .edupro-review-session-image-box{
        grid-template-columns:1fr!important;
        grid-template-areas:
            "info"
            "picker"
            "save"
            "drive"
            "preview"!important;
    }
    #eduproTeacherReviewsApp .edupro-review-image-upload{height:58px!important;min-height:58px!important;border-radius:18px!important;}
    #eduproTeacherReviewsApp .edupro-review-image-picker{min-height:64px!important;flex-direction:column!important;align-items:flex-start!important;}
    #eduproTeacherReviewsApp .edupro-review-image-picker:after{width:100%!important;}
    #eduproTeacherReviewsApp .edupro-teacher-reviews-media{grid-template-columns:1fr!important;}
    #eduproTeacherReviewsApp .edupro-teacher-reviews-current-image{grid-template-columns:1fr!important;}
    #eduproTeacherReviewsApp .edupro-teacher-reviews-current-image img{width:100%!important;height:180px!important;}
}

.edupro-teacher-reviews-scope-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}
.edupro-teacher-reviews-scope-tabs button{border:1px solid #d7e4f5;background:#fff;color:#17324d;border-radius:12px;padding:10px 16px;font-weight:800;cursor:pointer}
.edupro-teacher-reviews-scope-tabs button.active{background:#0ea5e9;border-color:#0ea5e9;color:#fff;box-shadow:0 10px 24px rgba(14,165,233,.2)}
.edupro-teacher-reviews-media{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px;padding:12px;border:1px dashed #cbd5e1;border-radius:14px;background:#f8fafc}
@media(max-width:700px){.edupro-teacher-reviews-media{grid-template-columns:1fr}}

/* Fix buổi tăng cường: hiển thị dưới nút Cập nhật trong tab Đã đánh giá */
.edupro-teacher-reviews-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
    flex-wrap:wrap;
    width:100%;
}
.edupro-teacher-extra-toggle{
    width:42px;
    height:42px;
    border:0;
    border-radius:14px;
    background:#eef2ff;
    color:#4f46e5;
    font-size:24px;
    line-height:1;
    font-weight:900;
    cursor:pointer;
    box-shadow:0 8px 18px rgba(79,70,229,.12);
}
.edupro-teacher-extra-toggle:hover{background:#e0e7ff;transform:translateY(-1px)}
.edupro-teacher-extra-wrap{
    grid-column:1/-1;
    width:100%;
    margin-top:12px;
}
.edupro-teacher-extra-list{
    display:grid;
    gap:10px;
    margin-bottom:12px;
}
.edupro-teacher-extra-item{
    border:1px solid #dbeafe;
    background:#f8fbff;
    border-radius:18px;
    padding:14px;
}
.edupro-teacher-extra-item-head{
    display:flex;
    justify-content:space-between;
    gap:12px;
    margin-bottom:8px;
    color:#0f1f3d;
}
.edupro-teacher-extra-item-head span{
    color:#64748b;
    font-size:13px;
    white-space:nowrap;
}
.edupro-teacher-extra-content{
    color:#334155;
    font-weight:600;
    line-height:1.55;
}
.edupro-teacher-extra-media-view{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
    margin-top:12px;
}
.edupro-teacher-extra-media-view img{
    width:120px;
    height:86px;
    object-fit:cover;
    border-radius:14px;
    border:1px solid #dbeafe;
}
.edupro-teacher-extra-drive{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:10px 14px;
    border-radius:999px;
    background:#eef2ff;
    color:#4f46e5;
    font-weight:800;
    text-decoration:none;
}
.edupro-teacher-extra-form{
    border:1px solid #c7d2fe;
    background:#ffffff;
    border-radius:20px;
    padding:16px;
    box-shadow:0 16px 34px rgba(15,23,42,.08);
}
.edupro-teacher-extra-title{
    font-size:16px;
    font-weight:900;
    color:#0f1f3d;
    margin-bottom:10px;
}
.edupro-teacher-extra-content-input{
    width:100%;
    min-height:110px;
    border:1px solid #dbeafe;
    border-radius:16px;
    padding:12px 14px;
    resize:vertical;
    outline:none;
    color:#0f1f3d;
    font-weight:600;
}
.edupro-teacher-extra-fields{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin-top:12px;
}
.edupro-teacher-extra-fields label{
    display:grid;
    gap:7px;
    font-weight:800;
    color:#334155;
}
.edupro-teacher-extra-fields input[type="url"],
.edupro-teacher-extra-fields input[type="file"]{
    width:100%;
    border:1px solid #dbeafe;
    border-radius:14px;
    padding:11px 12px;
    background:#f8fbff;
}
.edupro-teacher-extra-preview{margin-top:12px}
.edupro-teacher-extra-selected{
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px;
    border-radius:14px;
    background:#f8fbff;
    border:1px solid #dbeafe;
}
.edupro-teacher-extra-selected img{
    width:90px;
    height:64px;
    object-fit:cover;
    border-radius:12px;
}
.edupro-teacher-extra-save{
    margin-top:12px;
    border:0;
    border-radius:14px;
    padding:12px 18px;
    background:#4f46e5;
    color:#fff;
    font-weight:900;
    cursor:pointer;
}
@media(max-width:768px){
    .edupro-teacher-extra-fields{grid-template-columns:1fr}
    .edupro-teacher-reviews-actions{justify-content:flex-start}
}


/* EduPro fix 29/05: chống vỡ form thêm buổi tăng cường */
.edupro-teacher-extra-form,
.edupro-teacher-extra-form *,
.edupro-teacher-extra-form *::before,
.edupro-teacher-extra-form *::after{box-sizing:border-box!important;}
.edupro-teacher-extra-form{width:100%!important;max-width:100%!important;overflow:hidden!important;}
.edupro-teacher-extra-content-input{display:block!important;width:100%!important;max-width:100%!important;min-height:136px!important;}
.edupro-teacher-extra-fields{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:14px!important;width:100%!important;max-width:100%!important;align-items:end!important;}
.edupro-teacher-extra-fields label{min-width:0!important;width:100%!important;display:grid!important;gap:8px!important;}
.edupro-teacher-extra-fields input[type="url"],
.edupro-teacher-extra-fields input[type="file"]{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;height:44px!important;}
@media(max-width:768px){.edupro-teacher-extra-fields{grid-template-columns:1fr!important;}.edupro-teacher-extra-content-input{min-height:120px!important;}}

/* EduPro fix 29/05: hiện lại hình + link Google Drive chung theo buổi học */
#eduproTeacherReviewsApp .edupro-review-session-image-box:not([style*="display: none"]):not([style*="display:none"]){
    display:grid!important;
}
#eduproTeacherReviewsApp .edupro-review-image-preview{
    gap:12px!important;
    flex-wrap:wrap!important;
    align-content:center!important;
}
#eduproTeacherReviewsApp .edupro-review-session-drive-preview{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:42px!important;
    padding:10px 14px!important;
    border-radius:12px!important;
    background:#eef2ff!important;
    color:#4f46e5!important;
    font-size:13px!important;
    font-weight:900!important;
    text-decoration:none!important;
    border:1px solid #dbe3ff!important;
}
#eduproTeacherReviewsApp .edupro-review-session-drive-preview:hover{
    background:#e0e7ff!important;
}

/* =========================================================
   Review media đồng bộ: hiển thị hình/link trong danh sách giáo viên
========================================================= */
.edupro-teacher-review-media-view{
    grid-column:2 / 4;
    width:100%;
    margin-top:10px;
    padding:14px;
    border:1px dashed #dbe7fb;
    border-radius:18px;
    background:#f8fbff;
}
.edupro-teacher-review-media-view > strong{
    display:block;
    margin-bottom:10px;
    color:#071b4f;
    font-weight:900;
}
.edupro-teacher-review-media-list{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
}
.edupro-teacher-review-image-link{
    display:block;
    width:150px;
    max-width:100%;
    border-radius:16px;
    overflow:hidden;
    border:1px solid #dbe7fb;
    background:#fff;
}
.edupro-teacher-review-image-link img{
    display:block;
    width:100%;
    height:100px;
    object-fit:cover;
}
.edupro-teacher-review-drive-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 16px;
    border-radius:999px;
    background:#eef2ff;
    color:#4f46e5;
    font-weight:900;
    text-decoration:none;
}
@media(max-width:900px){
    .edupro-teacher-review-media-view{grid-column:1 / -1;}
}
