.account__form .form-grp label.teaching-category-option { display:flex; align-items:center; gap:12px; padding:12px 14px; margin:0 0 8px; border:1px solid #dedee8; border-radius:8px; cursor:pointer; }
.account__form .teaching-category-option input[type="checkbox"] { width:18px; height:18px; min-width:18px; margin:0; padding:0; flex:0 0 18px; accent-color:var(--tg-theme-primary); }
.account__form .teaching-category-option span { line-height:1.4; }
.account__form .teaching-category-option:has(input:checked) { border-color:var(--tg-theme-primary); background:#f0edff; }
.account__form #other-teaching-field[hidden] { display:none; }
.educator-card { height:calc(100% - 24px); padding:24px; border:1px solid #e5e3ef; border-radius:16px; margin-bottom:24px; }
.educator-subject { color:var(--tg-theme-primary); font-weight:700; line-height:1.45; margin-bottom:12px; overflow-wrap:anywhere; }
.educator-card .educator-price { display:inline-block; background:#f0edff; color:#211b4b; border-radius:8px; padding:9px 12px; font-size:19px; font-weight:700; margin:12px 0; }
.educator-price span { font-size:13px; font-weight:400; white-space:nowrap; }
.contact-unlock-link { display:inline-block; margin:8px 0; padding:8px 12px; border:1px solid currentColor; border-radius:8px; color:inherit; font-weight:600; }
@media(max-width:575px) { .educator-card { padding:18px; } .account__form .teaching-category-option { padding:12px; } }

@media(min-width:1200px) and (max-width:1399px) { .tgmenu__nav > .logo { max-width:210px; } .tgmenu__nav > .tgmenu__search { width:220px; min-width:0; margin-left:12px; } }

@media(min-width:1200px) and (max-width:1399px) { .tgmenu__nav > .logo img { max-width:100%; } .tgmenu__nav .tgmenu__search-form { width:100%; } .tgmenu__search-form .input-grp { min-width:0; width:100%; } .tgmenu__search-form .select-grp { display:none; } }

.educator-card { gap:20px; } .educator-card .instructor__thumb { width:112px; flex:0 0 112px; margin:0; } .educator-card .instructor__thumb img { width:112px; height:112px; object-fit:cover; } .educator-card .instructor__content { flex:1; min-width:0; } @media(max-width:575px) { .educator-card .instructor__thumb { width:96px; flex-basis:96px; } .educator-card .instructor__thumb img { width:96px; height:96px; } }

.educator-card .instructor__thumb { height:112px; } @media(max-width:575px) { .educator-card .instructor__thumb { height:96px; } }
