/* ---------- Fonts ---------- */
@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:300;font-display:swap;src:url(../fonts/ssp-300.woff2) format('woff2')}
@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/ssp-400.woff2) format('woff2')}
@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/ssp-600.woff2) format('woff2')}
@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/ssp-700.woff2) format('woff2')}
@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:300;font-display:block;src:url(../fonts/fa-light-300.woff2) format('woff2')}
@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa-regular-400.woff2) format('woff2')}
@font-face{font-family:'Font Awesome 5 Pro';font-style:normal;font-weight:900;font-display:block;src:url(../fonts/fa-solid-900.woff2) format('woff2')}
@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa-brands-400.woff2) format('woff2')}

.fal,.far,.fas,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}
.fal{font-family:'Font Awesome 5 Pro';font-weight:300}
.far{font-family:'Font Awesome 5 Pro';font-weight:400}
.fas{font-family:'Font Awesome 5 Pro';font-weight:900}
.fab{font-family:'Font Awesome 5 Brands';font-weight:400}

.fa-search:before{content:"\f002"}
.fa-image:before{content:"\f03e"}
.fa-sparkles:before{content:"\f890"}
.fa-chevron-down:before{content:"\f078"}
.fa-caret-down:before{content:"\f0d7"}
.fa-shopping-bag:before{content:"\f290"}
.fa-envelope:before{content:"\f0e0"}
.fa-bell:before{content:"\f0f3"}
.fa-ellipsis-h:before{content:"\f141"}
.fa-info-circle:before{content:"\f05a"}
.fa-sync-alt:before{content:"\f2f1"}
.fa-times:before{content:"\f00d"}
.fa-link:before{content:"\f0c1"}
.fa-dollar-sign:before{content:"\f155"}
.fa-sitemap:before{content:"\f0e8"}
.fa-pen:before{content:"\f304"}
.fa-edit:before{content:"\f044"}
.fa-trash-alt:before{content:"\f2ed"}
.fa-trash:before{content:"\f1f8"}
.fa-chart-line:before{content:"\f201"}
.fa-check-circle:before{content:"\f058"}
.fa-exclamation-circle:before{content:"\f06a"}
.fa-sort:before{content:"\f0dc"}
.fa-sort-down:before{content:"\f0dd"}
.fa-angle-left:before{content:"\f104"}
.fa-angle-right:before{content:"\f105"}
.fa-external-link:before{content:"\f08e"}
.fa-linkedin-in:before{content:"\f0e1"}
.fa-youtube:before{content:"\f167"}
.fa-instagram:before{content:"\f16d"}

/* ---------- Base ---------- */
:root{
  --teal:#19bcc9;
  --teal-dark:#159ca9;
  --ink:#1e2732;
  --ink-2:#23272c;
  --muted:#686c70;
  --muted-2:#8a9095;
  --line:#d7dfe3;
  --line-2:#e3e8ea;
  --bg:#f7f7f7;
  --red:#ce3c5c;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  margin:0;
  background:#fff;
  color:#1e2732;
  font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;
  font-size:16px;
  font-weight:normal;
  line-height:24px;
  -webkit-font-smoothing:antialiased;
}
p{margin:0 0 20px}
/* страница My Models — фон как в оригинале (body rgba(30,39,50,.02)) */
.page--models{background:rgba(30,39,50,.02)}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer}
.container{max-width:1680px;margin:0 auto;padding:0 40px}

/* ---------- Header ---------- */
.hdr{
  background:#fff;
  height:56px;
  display:flex;
  align-items:center;
  gap:24px;
  padding:8px 20px;
  position:fixed;
  top:0;left:0;width:100%;
  z-index:453;
}
.hdr-spacer{height:56px}
.hdr__logo img{display:block;height:24px;width:auto}
.hdr__search{
  display:flex;
  align-items:center;
  gap:4px;
  height:40px;
  flex:1 1 auto;
  min-width:0;
  max-width:536px;
  border:0;
  border-radius:6px;
  background:#f7f7f8;
  padding:4px 4px 4px 16px;
}
.hdr__search input{
  flex:1;
  min-width:0;
  border:0;
  outline:0;
  height:100%;
  padding:0;
  font-size:16px;
  line-height:1.5;
  letter-spacing:-.02em;
  font-family:inherit;
  color:#141a1f;
  background:transparent;
}
.hdr__search input::placeholder{color:#686c70}
.hdr__img-search{
  border:0;background:transparent;color:rgba(30,39,50,.6);
  width:32px;height:32px;border-radius:4px;flex:none;
  display:flex;align-items:center;justify-content:center;
}
.hdr__img-search:hover{background:rgba(30,39,50,.06)}
.hdr__search-btn{
  border:0;background:var(--teal);color:rgba(255,255,255,.8);
  width:32px;height:32px;border-radius:4px;flex:none;
  display:flex;align-items:center;justify-content:center;
}
.hdr__search-btn:hover{background:var(--teal-dark)}
.hdr__nav{margin-left:auto;display:flex;align-items:center;gap:18px}
.nav-item{
  display:flex;align-items:center;gap:4px;
  padding:6px 0;font-size:16px;line-height:20px;font-weight:600;
  letter-spacing:-.02em;color:#35424f;
}
.nav-item svg + .nav-item__label{margin-left:2px}
.nav-item .caret{color:#35424f;display:flex;align-items:center}
.nav-item--ai .nav-item__label{
  background:linear-gradient(51.36deg,#19bcc9 0%,#a68dfe 100%);
  -webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;color:transparent;
}
.nav-item:hover{color:var(--teal)}
.nav-divider{width:1px;height:16px;background:#d2d5d8;align-self:center}
.hdr__icons{display:flex;align-items:center;gap:8px}
.hdr__icons > a{
  width:32px;height:32px;border-radius:6px;color:#35424f;
  display:flex;align-items:center;justify-content:center;
}
.hdr__icons > a:hover{background:rgba(35,44,52,.1)}
.hdr__icons > a:hover{color:var(--teal)}
.hdr__avatar{
  width:32px;height:32px;border-radius:6px;background:#8f2cb7;color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:12px;line-height:16px;font-weight:600;text-transform:uppercase;
  box-shadow:inset 0 0 0 1px rgba(30,39,50,.12);
}

/* ---------- Top actions ---------- */
.products-layout{padding-top:30px}
.top-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin-top:20px}
.boost{
  height:40px;display:flex;align-items:center;gap:16px;
  border:1px solid #d7dfe3;border-radius:3px;background:#fff;
  padding:7px 12px;font-size:16px;color:#6d6d6d;
}
.boost__text{color:rgba(30,39,50,.8);font-size:14px}
.boost__value{color:#19bcc9;font-weight:600;font-size:14px}
.profile-layout__info-icon{color:rgba(30,39,50,.8);font-size:16px;margin-right:5px}
.btn{
  height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;
  border-radius:3px;border:0 solid transparent;font-size:16px;line-height:1.5;padding:8px 24px;
  background:#fff;color:var(--ink);font-family:inherit;cursor:pointer;
}
.btn--teal{background:#19bcc9;color:#fff;border-color:#19bcc9;font-weight:400}
.btn--teal:hover{background:var(--teal-dark);border-color:var(--teal-dark)}
.btn--ghost{border:1px solid #d7dfe3;color:#6d6d6d;padding:7px 12px}
.btn--ghost:hover{color:var(--teal)}

/* ---------- Alert ---------- */
.alert{
  margin-top:20px;background:#fff;border:0;border-radius:12px;
  display:flex;align-items:center;padding:20px;
  box-shadow:0 4px 16px rgba(30,39,50,.04),0 6px 8px rgba(30,39,50,.04),0 8px 12px rgba(30,39,50,.04),
             0 0 0 8px rgba(0,122,255,.1),inset 0 0 0 1px rgba(0,122,255,.4);
}
.alert__icon{
  flex:none;width:24px;min-width:24px;height:24px;margin-right:10px;
  display:flex;align-items:center;justify-content:center;
  color:rgba(30,39,50,.9);font-size:24px;
}
.alert__text{flex:1;font-size:14px;line-height:1.46;letter-spacing:-.02em;color:#1e2732}
.alert__close{border:0;background:transparent;color:rgba(30,39,50,.8);font-size:16px;padding:0 2px;margin-left:12px;line-height:24px;cursor:pointer}
.image-restore__action{display:flex;flex-direction:column;align-items:flex-end;gap:4px}

/* ---------- Stats ---------- */
.stats{
  margin-top:50px;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:4px;
  display:flex;align-items:center;padding:8px 16px;
}
.stats span{display:flex;align-items:center;margin-right:24px;font-size:14px;color:#d5d5d5}
.stats span b{font-size:18px;font-weight:600;color:#3f444c;margin-left:8px}

/* ---------- Toolbar ---------- */
.toolbar{
  position:sticky;top:96px;z-index:1;display:flex;align-items:center;gap:5px;
  width:calc(100% + 10px);margin-left:-5px;margin-top:26px;
  background-color:#f7f7f7;padding:10px 5px 20px;color:#3f444c;
}
.field{
  height:38px;background:#fff;border:1px solid var(--line);border-radius:3px;
  display:flex;align-items:center;
}
.field--search{position:relative;width:250px;height:40px;padding:7px 35px 7px 8px;border-color:#ced4da;border-radius:3px}
.field--search input{border:0;outline:0;flex:1;font-family:inherit;font-size:16px;color:#495057;background:transparent}
.field--search input::placeholder{color:#868e96}
.field--search .fa-search{position:absolute;top:9px;right:8px;color:#159ca9;font-size:16px}
.select{
  height:42px;min-width:118px;background:#fff;border:1px solid #ced4da;border-radius:3px;
  display:flex;align-items:center;justify-content:space-between;color:#3f444c;font-size:15px;font-weight:600;
}
.select > span{padding:9px 16px}
.select__caret{
  width:43px;height:100%;border-left:1px solid #ced4da;font-weight:400;
  display:flex;align-items:center;justify-content:center;color:#3f444c;font-size:13px;
}
.select--status{min-width:140px}
.standard-filters__trigger{
  display:flex;align-items:center;justify-content:space-between;gap:8px;
  padding:0 8px;border:1px solid #d5d5d5;border-radius:4px;background:#fff;
  width:180px;height:42px;
}
.standard-filters__trigger-text{color:#3f444c;font-size:14px;font-weight:600}
.cgt-icon--round{
  display:flex;align-items:center;justify-content:center;width:40px;height:40px;
  border-radius:50%;color:rgba(30,39,50,.6);font-size:13px;
}
.toolbar__right{margin-left:auto;display:flex;align-items:center;gap:10px}
.selected-count{
  height:40px;display:flex;align-items:center;padding:7px 23px;color:#204659;font-size:16px;
  background:#fff;border:1px solid #d7dfe3;border-radius:3px;opacity:.4;
}
.btn--disabled{color:#d7dfe3;border:1px solid #d7dfe3;background:#fff;cursor:default;height:40px;font-size:16px;padding:7px 23px;opacity:.45}
.split{display:flex;align-items:stretch}
.split .btn{border-radius:3px 0 0 3px;border-color:#ced4da;color:#3f444c;font-size:15px;font-weight:600;height:42px}
.split__caret{
  width:43px;height:42px;background:#fff;border:1px solid #ced4da;border-left:0;
  border-radius:0 3px 3px 0;display:flex;align-items:center;justify-content:center;
  color:#3f444c;font-size:13px;
}
.split.is-disabled{opacity:.4}
.split .btn{font-weight:600}

.cgt-button{
  display:inline-flex;align-items:center;height:40px;margin:0;border:0;border-radius:6px;
  padding:8px 12px;font-size:16px;font-weight:600;line-height:24px;
  background:buttonface;color:#1e2732;cursor:pointer;font-family:inherit;
}

/* ---------- Table (.table-with-borders / .products-listing) ---------- */
.tbl-head-wrap{overflow-x:hidden}
.tbl-body-wrap{overflow-x:auto}
.table-with-borders{
  width:100%;min-width:1600px;table-layout:fixed;border-collapse:collapse;
  border:1px solid #d7dfe3;border-radius:3px;background:#fff;color:#3f444c;
  box-shadow:0 3px 6px rgba(14,30,38,.15);margin:0;
}
.table-with-borders th,.table-with-borders td{border:1px solid #d6dee2;padding:10px}
.table-with-borders th{
  position:relative;font-size:.875rem;font-weight:400;text-align:left;color:#3f444c;height:45px;
}
.table-with-borders th.is-sortable{padding-right:20px}
.table-with-borders th.is-active{color:#19bcc9;font-weight:600}
.table-with-borders .sorting-icon{position:absolute;top:50%;right:10px;transform:translateY(-50%);font-size:.875em}
.display-flex{display:flex;align-items:center}
.cgt-icon__icon{display:flex;align-items:center;justify-content:center;margin-right:4px}
.cgt-icon--dark{color:rgba(30,39,50,.6)}
.cgt-icon--primary{color:currentColor}
.table-with-borders tbody tr{height:100px;border-bottom:1px solid #d6dee2}
.table-with-borders tbody tr:last-child{border-bottom:none}
.table-with-borders tbody tr:hover{background-color:#f7f7f7}
.u-text-center{text-align:center}
.no-pad{padding:0 !important}
.products-listing img{max-width:100%;max-height:100px;vertical-align:middle}
.product-text__title{word-break:break-word;min-width:62px}
.product-text__title a{text-decoration:none;color:#131518}
.product-text__title a:hover{color:#19bcc9}
.product-inline-edit{position:relative}
.inline-edit__edit-button{
  position:absolute;top:0;right:0;padding:3px;border:0;background:transparent;
  color:#6d6d6d;font-size:.75rem;display:none;line-height:1;cursor:pointer;
}
.table-with-borders tbody tr:hover .inline-edit__edit-button{display:block}
.text-semibold{font-weight:600}
.text-warning{color:#ce3c5c}
.text-green{color:#19bcc9}
.text-tiny{font-size:12px}
.verification{display:flex;flex-direction:column;align-items:center;justify-content:center}
.progress-circle{display:flex;align-items:center}
.progress-text{margin-left:5px}
.product-text__status{font-size:.9375rem;letter-spacing:.3px;text-align:center}
.product-text__status .far{margin-right:5px;font-size:15px}
.product-actions{white-space:nowrap}
.btn-icon-round{
  display:inline-flex;align-items:center;justify-content:center;
  width:40px;height:40px;border-radius:50%;font-size:.75rem;line-height:1;
  border:1px solid #d7dfe3;background:#fff;color:#6d6d6d;padding:0;cursor:pointer;
}
.btn-icon-round:hover{color:#939393;border-color:#eef1f3}
.btn-icon-round i{font-size:12px;color:#3f444c}
.u-mr10{margin-right:10px}
.u-mt10{margin-top:10px}
.cgt-button--with-icon{gap:0}
.cgt-button--primary{border:1px solid #19bcc9;background-color:#19bcc9;color:#fff}
.cgt-button--primary:hover{background-color:#159ca9;border-color:#159ca9}
.cgt-button--secondary{
  border:1px solid rgba(30,39,50,.12);background-color:transparent;color:rgba(30,39,50,.8);
}
.cgt-button--secondary:hover{background-color:rgba(30,39,50,.04);color:#1e2732}
.cgt-button--small{height:32px;padding:4px 8px;font-size:14px;line-height:20px}
.cgt-button--small > span{padding:0 8px}
.cgt-button--ghost-primary{border:1px solid transparent;background-color:transparent;color:#19bcc9}
.cgt-button--ghost-primary:hover{background-color:rgba(30,39,50,.04);color:#159ca9}
.cgt-button--with-icon .cgt-icon__icon{margin-right:0}
input[type=checkbox].cb{
  appearance:none;-webkit-appearance:none;width:16px;height:16px;
  border:1px solid rgba(0,0,0,.15);border-radius:3px;background:#fff;margin:0;
  vertical-align:middle;cursor:pointer;
}
input[type=checkbox].cb:checked{background:var(--teal);border-color:var(--teal)}
input[type=checkbox].cb:checked:after{
  content:"";display:block;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;
  transform:rotate(45deg);margin:1px auto 0;
}

/* ---------- Pagination (.products-pagination) ---------- */
.pager{margin:20px auto 50px;display:flex;align-items:center;color:#3f444c;font-size:16px}
.pager__per{display:flex;align-items:center;gap:10px;margin-right:10px;border-right:1px solid #d5d5d5;padding-right:10px}
.pager__label{color:#3f444c}
.pager .select{min-width:100px;height:38px;font-size:16px;color:#333;border-color:#ced4da;font-weight:400}
.pager .select > span{padding:0 12px}
.pager__count{margin-left:10px}
.pager__right{margin-left:auto;display:flex;align-items:center}
.pager__nav{display:flex;align-items:center;color:#3f444c}
.pager__nav a,.pager__nav .pg-arrow{display:block;padding:3px 6px;margin-right:5px;color:#3f444c}
.pager__nav .is-disabled{opacity:.4}
.pager__nav a.cur{color:#19bcc9;font-weight:600}
.pager__jump{display:flex;align-items:center;margin-left:10px;border-left:1px solid #d5d5d5;padding:4px 0 2px 15px}
.pager__jump input{
  width:50px;padding:.25rem .75rem;font-family:inherit;font-size:.875rem;line-height:1.5;
  border:1px solid #ced4da;border-radius:2px;color:#495057;background:#fff;outline:0;margin-left:10px;
}

/* ---------- Promo ---------- */
.promo{margin-top:40px;display:flex;margin-left:-12px;margin-right:-12px}
.promo > .promo__col{flex:0 0 50%;max-width:50%;padding:0 12px}
.promo__card{
  position:relative;display:flex;flex-flow:column;justify-content:space-between;align-items:flex-start;
  padding:30px 50px;min-height:332px;margin-bottom:42px;
  background-position:center;background-repeat:no-repeat;background-size:cover;
}
.promo__heading{max-width:66%;margin-bottom:27px}
.promo__heading h2{margin:0;font-size:24px;line-height:32px;font-weight:600;color:#1e2732}
.promo__content{max-width:59%}
@media (min-width:1256px) and (max-width:1575.98px){.promo__content--wide{max-width:70%}}
.promo--pink ul{margin:16px 0;padding:0 16px;color:#1e2732;font-size:16px;line-height:24px}
.promo--dark p{margin:0 0 20px;color:#fff;font-size:16px;line-height:24px}
.promo__logo{width:111px;height:29px;display:block}
.promo--dark .cgt-button{background:#7370b3;border:1px solid #7370b3;color:#fff}
.promo--dark .cgt-button:hover{background:#635fa6;border-color:#635fa6}

/* ---------- Footer (.responsive-footer) ---------- */
.responsive-footer{
  width:100%;background-color:#141a1f;color:#fff;
  padding:96px 64px 16px;font-size:.875rem;line-height:18px;
}
.responsive-footer__content{display:flex;flex-direction:row;gap:56px}
.footer-presentation{flex:0 0 248px;max-width:248px}
.footer-presentation__logo{display:block;width:142px;height:auto}
.footer-presentation__tagline{margin:16px 0 0;color:#fff;font-size:.875rem;line-height:18px}
.cgt-divider{height:4px}
.cgt-divider__color{width:100%;height:1px;background-color:rgba(255,255,255,.12)}
.footer-presentation__divider{width:32px;margin-block:32px;display:flex}
.footer-presentation__brand-label{
  margin:0 0 12px;font-size:12px;font-weight:600;color:rgba(255,255,255,.4);text-transform:uppercase;
}
.footer-presentation__brand-logo{display:block;width:90px;height:auto}
.responsive-footer__middle-row{flex:1 1 auto;min-width:0}
.responsive-footer__navigation-row{display:flex}
.responsive-footer__col{flex-basis:0;flex-grow:1;padding:0 12px}
.responsive-footer__navigation{margin:0;padding:0;list-style:none}
.responsive-footer .link{
  display:inline-flex;align-items:center;font-size:14px;line-height:21px;margin-bottom:12px;
  font-weight:400;color:#fff;text-decoration:none;
}
.responsive-footer .link:hover{color:#19bcc9}
.responsive-footer .link--main{
  font-size:12px;font-weight:600;color:rgba(255,255,255,.4);text-transform:uppercase;white-space:nowrap;
}
.responsive-footer__arrow-right-up.cgt-icon{padding-bottom:2px}
.responsive-footer__arrow-right-up svg path{stroke:rgba(255,255,255,.4)}
.cgt-icon--light .fillable{fill:rgba(255,255,255,.8)}
.cgt-icon--small{width:24px;height:24px}
.responsive-footer__divider{margin-top:30px;margin-bottom:24px}
.responsive-footer__bottom-row{
  display:flex;align-items:flex-end;justify-content:space-between;padding-inline:8px;
}
.responsive-footer__bottom-navigation{display:flex;align-items:center;margin:0;padding:0;list-style:none}
.responsive-footer__bottom-description{
  font-size:14px;font-weight:400;color:rgba(255,255,255,.6);margin-right:24px;
}
.responsive-footer__bottom-description .link{margin-bottom:0;color:#fff}
.locale-selector--selector{
  display:flex;align-items:center;padding:0 2em 0 0;border:0;background:none;
  color:#fff;font:inherit;font-size:14px;cursor:pointer;
}
.locale-selector .flag{margin:0 4px 0 0}
.footer-social{margin-left:-4px;padding-top:4px;padding-bottom:2px}
.footer-social .social-footer-container{display:flex;justify-content:flex-end;gap:10px}
.footer-social__link{display:flex;align-items:center;justify-content:center;width:30px;color:#fff}
.footer-social__link .cgt-icon{margin-right:0}

/* ---------- Chat widget (.chatbot-button) ---------- */
.chatbot-button{
  position:fixed;right:1rem;bottom:1rem;width:50px;height:50px;border-radius:25px;
  background-color:#46a9b4;display:flex;align-items:center;justify-content:center;
  box-shadow:rgba(0,0,0,.2) 0 4px 8px 0;z-index:2147483645;
}
.chatbot-button__icon{width:24px;height:24px;display:block}

@media (max-width:1400px){
  .hdr__nav{gap:12px}
}
@media (max-width:1100px){
  .promo{grid-template-columns:1fr}
  .footer__grid{grid-template-columns:1fr 1fr 1fr}
}

/* column widths — from original colgroup */
table.models col.c1{width:4%}table.models col.c2{width:7%}table.models col.c3{width:9%}
table.models col.c4{width:9%}table.models col.c5{width:10%}table.models col.c6{width:8%}
table.models col.c7{width:5%}table.models col.c8{width:7%}table.models col.c9{width:8%}
table.models col.c10{width:8%}table.models col.c11{width:8%}table.models col.c12{width:8%}
table.models col.c13{width:8%}table.models col.c14{width:9%}
.pg-arrow{color:#8a9096;font-size:15px}

/* --- inline edit pencils (visible on row hover, like original) --- */
table.models td.inline-edit{position:relative}
.inline-edit__btn{
  position:absolute;top:2px;right:2px;padding:3px;border:0;background:transparent;
  color:#6d6d6d;font-size:12px;display:none;line-height:1;
}
table.models tbody tr:hover .inline-edit__btn{display:block}
table.models td.cell-price{font-weight:600}

/* --- verification: CGT Standard progress ring --- */
.verif{display:flex;flex-direction:column;align-items:center;justify-content:center}
.verif__row{display:flex;align-items:center;gap:7px}
.verif__pct{font-size:14px;color:#3f444c}
.verif__date{font-size:12px;color:#8a9096;margin-top:5px}

/* --- ghost links (views, earnings) --- */
.ghost-link{
  height:32px;padding:4px 8px;border:1px solid transparent;background:transparent;
  color:#19bcc9;font-size:14px;line-height:20px;border-radius:6px;
}
.ghost-link:hover{background:rgba(30,39,50,.04);color:#159ca9}

/* --- tags (cgt-tag) --- */
.cgt-tag{
  display:inline-flex;align-items:center;justify-content:center;height:24px;min-width:24px;
  padding:4px;border-radius:6px;font-size:12px;font-weight:600;line-height:1.33;
  white-space:nowrap;vertical-align:middle;
}
.cgt-legacy-back-color-grey-60{background-color:rgba(30,39,50,.6)}
.cgt-legacy-color-white-100{color:#fff}
.cgt-legacy-back-color-grey-8{background-color:rgba(30,39,50,.08)}
.cgt-legacy-color-grey-80{color:rgba(30,39,50,.8)}

/* --- pagination separators, like .products-pagination --- */
.pager{margin:20px 0 50px}
.pager__per{display:flex;align-items:center;gap:12px;margin-right:10px;border-right:1px solid #d5d5d5;padding-right:10px}
.pager__jump{margin-left:10px;border-left:1px solid #d5d5d5;padding:4px 0 2px 15px}
.pager__nav a{color:#a5abaf}
.pager__nav a.cur{color:#19bcc9;font-weight:600}

/* --- dark banner CTA (original #7370b3) --- */
.promo--dark .cgt-button{background:#7370b3;color:#fff}
.promo--dark .cgt-button:hover{background:#635fa6}

/* --- original inline SVG icons from CGTrader nav --- */
.fillable{fill:currentColor}
.fillable-stroke{stroke:currentColor;fill:none}
.hdr svg{display:block}
.hdr__img-search svg{width:20px;height:20px}
.hdr__search-btn svg{width:16px;height:16px}
.nav-item svg{width:20px;height:20px}
.nav-item .caret svg{width:12px;height:12px;display:block}
.nav-item .caret{display:flex;align-items:center;position:relative;top:1px}
.hdr__icons > a svg{width:20px;height:20px}

/* ============================================================
   Profile dropdown (unified-nav__dropdown--user)
   ============================================================ */
.hdr__user{display:flex;align-items:center}
.hdr__avatar{border:0;cursor:pointer;font-family:inherit}
.unified-nav__dropdown{
  z-index:455;width:272px;max-width:calc(100vw - 32px);padding:6px 0;
  border:1px solid rgba(35,44,52,.12);border-radius:6px;background:#fff;
  box-shadow:0 20px 20px -8px rgba(20,26,31,.28);
}
.unified-nav__dropdown--user{position:absolute;z-index:454;top:calc(100% + 4px);right:4px;left:auto}
.unified-nav__dropdown[hidden]{display:none}
.unified-nav__dropdown-notice{
  margin:6px 8px 0;padding:8px 12px;border-radius:6px;background:#f7f7f8;color:#35424f;
  font-size:14px;line-height:1.46;font-weight:600;letter-spacing:-.02em;
}
.unified-nav__dropdown-notice-link{color:#13a0aa;text-decoration:underline}
.unified-nav__dropdown-notice-link:hover{text-decoration:underline}
.unified-nav__dropdown-section{padding:6px 0}
.unified-nav__dropdown-section--divided{margin-top:6px;border-top:1px solid #d2d5d8;padding-top:12px}
.unified-nav__dropdown-list{margin:0;padding:0 8px;list-style:none}
.unified-nav__dropdown-item{display:flex}
.unified-nav__dropdown-link{
  display:flex;flex:1 1 auto;align-items:center;gap:8px;padding:8px 12px;
  border-radius:6px;color:#141a1f;text-decoration:none;
  font-size:14px;font-weight:600;line-height:1.46;letter-spacing:-.02em;
}
.unified-nav__dropdown-link:hover{background:rgba(35,44,52,.1)}
.unified-nav__dropdown-item-icon{
  display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;color:#35424f;
}
.unified-nav__dropdown-item-icon svg{width:20px;height:20px}
.unified-nav__dropdown-item-label{flex:1 1 auto;min-width:0}

/* ============================================================
   My Sales page
   ============================================================ */
.container-fixed{width:100%;max-width:1680px;margin:0 auto;padding-right:6px;padding-left:6px}
.my-sales-new__container{padding:0 20px}
.sales-profile-header{padding-top:20px;margin-bottom:30px}
.content-heading{margin:30px 0}
.cgt-heading-h4{font-size:24px;line-height:32px;margin:0;color:#1e2732;font-weight:600;letter-spacing:normal}
.cgt-legacy-text-default{color:#1e2732;font-weight:400;font-size:16px;line-height:24px;margin:0}
.profile-header-links{color:#1e2732;font-size:16px;line-height:24px;margin:0 0 20px}
.profile-header-links a{color:#19bcc9;text-decoration:underline}
.profile-header-links a:hover{color:#0a565c}
.cgt-mb-0{margin-bottom:0 !important}
.cgt-mt-10{margin-top:10px !important}
.cgt-mt-20{margin-top:20px !important}
.cgt-mb-20{margin-bottom:20px !important}
.my-sales-tabs-container{min-height:40vh}

.cgt-tabs{display:flex;margin:0;padding:0;overflow-x:auto;list-style:none}
.cgt-tabs>*{position:relative;list-style:none;flex-basis:auto}
.sales-tabs{border-bottom:1px solid #d2d5d8}
.sales-tabs li{white-space:nowrap}
.cgt-tab{
  display:inline-flex;position:relative;align-items:center;border-radius:6px 6px 0 0;
  background-color:transparent;text-decoration:none;text-align:center;color:#1e2732;
  font-size:16px;font-weight:600;line-height:24px;
}
.cgt-tab--medium{padding:12px}
.cgt-tab__text{padding:0 12px}
.cgt-tab::after{position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:transparent;content:""}
.cgt-tab:hover{background-color:rgba(25,188,201,.1);cursor:pointer}
.cgt-tab:hover::after{background-color:rgba(25,188,201,.4)}
.cgt-tab--active::after{background-color:#19bcc9}

.overview-redesigned{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}
.overview-essentials-banner{display:flex;align-items:center;gap:12px;padding:16px;border-radius:12px;flex-wrap:wrap}
.overview-essentials-banner--promo{background:#f0fdfe;border:1px solid #c3fbff}
.overview-essentials-banner svg{width:20px;height:20px;flex:none}
.overview-essentials-banner__how-it-works{
  background:none;border:0;padding:0;cursor:pointer;font:inherit;color:#13a0aa;
  display:inline-flex;align-items:center;gap:6px;border-radius:4px;letter-spacing:-.02em;
}
.overview-essentials-banner__how-it-works:hover{color:#0a565c}

.overview-earnings-container{background:#f7f7f8;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:24px}
.overview-earnings-container__header{display:flex;align-items:center;justify-content:space-between;gap:16px}

.custom-searchable-select{position:relative}
.custom-searchable-select__control{
  display:flex;align-items:center;border:1px solid #d2d5d8;border-radius:6px;padding:6px 10px;
  background-color:#fff;cursor:pointer;
}
.custom-searchable-select__value{flex:1;color:#131920;font-size:16px;font-weight:400;white-space:nowrap;line-height:1.46;letter-spacing:-.02em}
.custom-searchable-select__icons{display:flex;align-items:center;gap:4px;color:rgba(30,39,50,.6)}
.custom-searchable-select__icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center}
.custom-searchable-select__icon svg{width:22px;height:22px}

.overview-stats-group{display:flex;gap:16px}
.overview-stats-group__label{color:#686c70;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:12px;font-weight:600;line-height:16px}
.overview-stats-group__total{flex:1;background:#fff;border:1px solid #d2d5d8;border-radius:8px;padding:20px;display:flex;flex-direction:column;justify-content:center}
.overview-stats-group__total-amount{color:#13a0aa;line-height:1.2}
.overview-stats-group__detail{flex:2;background:#fff;border:1px solid #d2d5d8;border-radius:8px;display:flex}
.overview-stats-group__section{flex:1;padding:8px 16px}
.overview-stats-group__section-header{display:flex;align-items:center;justify-content:space-between;gap:8px}
.overview-stats-group__divider{width:1px;height:50%;margin:auto;background:#d2d5d8}
.overview-stats-group__amount{height:32px}
.overview-stats-group__sub-text{color:#686c70}

.overview-earnings-chart{background:#fff;border:1px solid #d2d5d8;border-radius:8px;padding:20px}
.overview-earnings-chart__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px;flex-wrap:wrap}
.overview-earnings-chart__title{font-size:18px;font-weight:600;color:#141a1f}
.overview-earnings-chart__body{min-height:208px}
.overview-earnings-toggle{display:flex;align-items:center;gap:6px}
.overview-earnings-toggle__button{
  display:inline-flex;align-items:center;height:32px;border-radius:20px;padding:6px 14px;
  font-size:14px;font-weight:600;line-height:1.4;white-space:nowrap;border:1px solid transparent;
}
.overview-earnings-toggle__button > span{padding:0 8px}
.overview-earnings-toggle__button.cgt-button--primary{background:#19bcc9;color:#fff}
.overview-earnings-toggle__button.cgt-button--primary{border:1px solid #19bcc9;background-color:#19bcc9;color:#fff}
.cgt-button--primary:hover{background-color:#159ca9;border-color:#159ca9}
.cgt-button--secondary{background:#fff;color:#686c70;border:1px solid #d2d5d8}
.overview-earnings-toggle__button.cgt-button--secondary:hover{background:#f7f7f8;color:#141a1f}
.earnings-chart{margin-top:20px;height:188px;position:relative}
.earnings-chart__svg{position:absolute;inset:0;width:100%;height:100%;display:block}
.earnings-chart__y{
  position:absolute;left:6.5px;transform:translateY(-50%);
  font-size:12px;line-height:1;color:#6d6d6d;
}
.earnings-chart__x{
  position:absolute;bottom:8px;transform:translateX(-50%);
  font-size:12px;line-height:1;color:#6d6d6d;
}
.earnings-chart__dot{
  position:absolute;width:7px;height:7px;margin:-3.5px 0 0 -3.5px;
  border-radius:50%;background:#19bcc9;
}

.overview-payout-banner{background:#fff;border:1px solid rgba(25,188,201,.2);border-radius:12px;padding:16px 20px;color:#141a1f;font-size:14px}
.overview-payout-banner__rate{color:#13a0aa}
.cgt-text-medium{font-size:14px}
.cgt-text-medium--semi-bold{font-weight:600}

.overview-monthly-summary{background:#f7f7f8;border-radius:16px;padding:24px}
.overview-monthly-summary__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}
.overview-monthly-summary__header-label{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}
.overview-monthly-summary__header-label .cgt-icon{
  display:flex;align-items:center;justify-content:center;width:24px;height:24px;
  margin-right:4px;color:rgba(30,39,50,.6);
}
.overview-monthly-summary__header-label svg{width:16px;height:16px}
.overview-monthly-summary__pending{color:#686c70}
.inline-link{
  display:inline;height:auto;padding:0;border:0;background:none;
  color:#19bcc9;font-family:inherit;font-size:14px;font-weight:600;
  line-height:inherit;vertical-align:baseline;letter-spacing:-.02em;cursor:pointer;
}
.inline-link:hover{color:#159ca9}

.data-table{width:100%;border:1px solid #d2d5d8;border-radius:8px;overflow-x:auto}
.data-table table{width:100%;border-collapse:collapse;background:#fff}
.data-table table tr{border-bottom:1px solid #e0e0e0}
.data-table table tbody tr:last-child{border-bottom:none}
.data-table table thead th{
  font-size:14px;font-weight:600;vertical-align:top;padding:10px;line-height:1.4;text-align:left;
  border:none;background-color:#f7f7f8;border-bottom:1px solid #e0e0e0;color:#1e2732;
}
.data-table table td{border:none;vertical-align:top;height:auto;font-size:14px;line-height:1.46;padding:10px}
.data-table thead .tooltip-trigger{border-bottom:1px dotted #333;display:inline-block;line-height:1.4}
.cgt-tag--small{padding:2px 8px;font-size:11px;font-weight:400;line-height:16px;white-space:nowrap}
.cgt-tag__text{display:inline-flex;justify-content:center;align-items:center;margin:0 4px;white-space:nowrap}
.cgt-tag--grey{background:rgba(30,39,50,.08);color:rgba(30,39,50,.8)}

.cgt-legacy-heading-h6{font-size:16px;line-height:24px;font-weight:600}
.cgt-legacy-text--align-left{text-align:left}
.cgt-icon--small{width:24px;height:24px}
