.pr-site-header{
  position:sticky;
  top:0;
  z-index:1050;
  background:#fff;
  border-bottom:1px solid #cfd8e3;
}
.pr-header-inner{
  min-height: 82px;
  display:grid;
  grid-template-columns:220px 1fr auto;
  align-items:center;
  gap:24px;
}
.pr-brand{display:inline-flex;align-items:center;text-decoration:none;min-width:0}
.pr-brand img{height:58px;width:auto;max-width:220px;object-fit:contain;display:block}
.pr-main-nav{display:flex;align-items:center;justify-content:center;gap:30px;min-width:0}
.pr-nav-link{
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:48px;
  border-bottom:3px solid transparent;
  text-decoration:none;
  font-weight:500;
  font-size:14px;
  white-space:nowrap;
  text-transform: uppercase;
  color: #051c38;
}

.pr-nav-link:hover,.pr-nav-link.is-active{color:var(--pr-red);border-bottom-color:var(--pr-red)}

.pr-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-width:0}

.pr-account{position:relative}
.pr-account-btn{
  border:1px solid var(--pr-line);
  background:#fff;
  min-height:46px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:6px 12px 6px 7px;
  color:var(--bs-black);
  
}
.pr-account-avatar{
  width:34px;
  height:34px;
  border-radius:999px;
  object-fit:cover;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--bs-black);
  color:#fff;
}
.pr-account-name{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pr-account-menu{border-radius:16px;border:1px solid var(--pr-line);padding:8px;min-width:220px}
.pr-account-menu .dropdown-item{border-radius:10px;color:var(--bs-black);display:flex;align-items:center;gap:10px;padding:9px 10px}
.pr-account-menu .dropdown-item:hover{background:#fff1f2;color:var(--pr-red)}

.pr-menu-toggle {
    display: none;
    width: 55px;
    height: 50px;
    border: 1px solid var(--pr-line);
    border-radius: 14px;
    background: #ea0b18;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}
.pr-menu-toggle span {
    display: block;
    width: 21px;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
}
.pr-mobile-menu{border-top:1px solid var(--pr-line);background:#fff;}
.pr-mobile-menu__inner{width:min(100% - 28px, 520px);margin:0 auto;padding:14px 0 18px;display:grid;gap:8px}
.pr-mobile-link{display:flex;align-items:center;justify-content:space-between;padding:13px 14px;border-radius:14px;background:#f8fafc;text-decoration:none;color:var(--bs-black)}
.pr-mobile-link.is-active{background:#fff1f2;color:var(--pr-red)}
.pr-mobile-link.is-danger{color:var(--pr-red)}
.pr-mobile-menu__account{display:grid;gap:8px;border-top:1px solid var(--pr-line);padding-top:12px;margin-top:4px}

.pr-footer{padding:44px 0 24px;border-top:1px solid #d5d7d9;background:#fff}
.pr-footer__panel{
  width:min(1320px,calc(100% - 48px));
  max-width:none;
  margin:0 auto;
}
.pr-footer__top{
  display:grid;
  grid-template-columns:minmax(330px,1.65fr) repeat(3,minmax(145px,.82fr)) minmax(145px,.76fr);
  column-gap:46px;
  row-gap:28px;
  align-items:start;
}
.pr-footer__newsletter{
  min-width:0;
}
.pr-footer__newsletter h2{
  margin:0 0 12px;
}
.pr-footer__newsletter > p{
  max-width:360px;
  margin:0;
  color:#071426;
  font-size:14px;
  line-height:1.6;
  font-weight:400;
}
.pr-footer__newsletter-form{
  max-width:440px;
  margin-top:16px;
}
.pr-footer__newsletter-row{
  display:grid;
  grid-template-columns:minmax(0,240px) auto;
  align-items:stretch;
  justify-content:start;
}
.pr-footer__newsletter-row input{
  min-width:0;
  height:46px;
  border:1px solid var(--pr-line);
  border-right:0;
  border-radius:10px 0 0 10px;
  background:#fff;
  color:var(--bs-black);
  padding:0 14px;
  font:inherit;
  font-size:14px;
  outline:0;
}
.pr-footer__newsletter-row input:focus{
  border-color:var(--bs-black);
}
.pr-footer__newsletter-row button{
  min-width:112px;
  height:46px;
  border:1px solid var(--bs-black);
  border-radius:0 10px 10px 0;
  background:var(--bs-black);
  color:#fff;
  padding:0 16px;
  font:inherit;
  font-size:14px;
  font-weight:650;
  white-space:nowrap;
}
.pr-footer__newsletter-row button:hover{
  border-color:var(--pr-red);
  background:var(--pr-red);
}
.pr-footer__newsletter-row button:disabled{
  cursor:wait;
  opacity:.72;
}
.pr-footer__newsletter-label,
.pr-footer__newsletter-trap{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
}
.pr-footer__newsletter-status{
  min-height:20px;
  margin:8px 0 0;
  color:#526175;
  font-size:12px;
  line-height:1.4;
}
.pr-footer__newsletter-status:empty{
  min-height:0;
  margin-top:0;
}
.pr-footer__newsletter-status.is-success{
  color:#15803d;
}
.pr-footer__newsletter-status.is-error{
  color:var(--pr-red);
}
.pr-footer h2,
.pr-footer__toggle{
  font-size:14px;
  font-weight:550;
  text-transform:uppercase;
}
.pr-footer h2{margin:0 0 12px}
.pr-footer__col{display:grid;gap:8px}
.pr-footer__toggle{
  width:100%;
  margin:0 0 4px;
  padding:0;
  border:0;
  background:transparent;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  text-align:left;
  cursor:default;
}
.pr-footer__toggle-copy{display:grid;gap:0}
.pr-footer__toggle > i{display:none}
.pr-footer__links{display:grid;gap:8px}
.pr-footer a{text-decoration:none;color:#071426;font-weight:400;font-size:14px}
.pr-footer a:hover{color:var(--pr-red)}
.pr-footer__social-title{display:block}
.pr-social-row{display:flex;gap:10px}
.pr-social-row a{width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--bs-black);color:#fff}
.pr-social-row a:hover{background:var(--pr-red);color:#fff}
.pr-footer__bottom{border-top:1px solid var(--pr-line);margin-top:28px;padding-top:18px;display:flex;align-items:center;justify-content:flex-start;gap:16px;flex-wrap:wrap;color:#071426;font-size:13px;font-weight:400}

/* Header desktop — largeur élargie */
@media (min-width:901px){
  .pr-site-header .pr-container{
    width:min(1320px,calc(100% - 48px));
    max-width:none;
  }
}


@media (max-width:1060px){
  .pr-header-inner{grid-template-columns:200px 1fr auto;gap:16px}
  .pr-main-nav{gap:18px}.pr-nav-link{font-size:13px}
  .pr-brand img{height:52px;max-width:200px}
}
@media (max-width:900px){
  .pr-header-inner{grid-template-columns:1fr auto;min-height:76px}
  .pr-main-nav,.pr-header-login,.pr-header-register,.pr-account-name{display:none!important}
  .pr-menu-toggle{display:inline-flex}
  .pr-brand img{height:52px;max-width:210px}
}
@media (max-width:560px){
  .pr-header-inner{min-height:70px}
  .pr-brand img{height:46px;max-width:188px}
  .pr-account-btn{padding:6px;border-radius:999px;min-height:42px}.pr-account-btn i{display:none}
}


/* Menu mobile connecté — refonte compacte + profil + publicité */
@media (max-width:900px){
  body.pr-menu-open{
    overflow:hidden;
  }

  .pr-site-header{
    z-index:2147482000;
  }

  .pr-header-inner{
    position:relative;
  }

  .pr-account{
    display:none!important;
  }

  .pr-brand{
    min-height:52px;
  }

  .pr-brand::before,
  .pr-brand::after{
    content:none!important;
    display:none!important;
  }

  .pr-brand img{
    display:block!important;
    height:52px;
    width:auto;
    max-width:210px;
    object-fit:contain;
  }

  .pr-menu-toggle{
    width:54px;
    height:54px;
    border:0;
    border-radius:16px;
    background:linear-gradient(180deg,#ff1729,#dd0b1b);
    transition:transform .18s ease, box-shadow .18s ease;
  }

  .pr-menu-toggle:hover{
    transform:translateY(-1px);
  }

  .pr-menu-toggle[aria-expanded="true"] span:nth-child(1){
    transform:translateY(7px) rotate(45deg);
  }

  .pr-menu-toggle[aria-expanded="true"] span:nth-child(2){
    opacity:0;
  }

  .pr-menu-toggle[aria-expanded="true"] span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg);
  }

  .pr-menu-toggle span{
    width:23px;
    height:3px;
    transition:transform .18s ease, opacity .18s ease;
  }

  .pr-mobile-menu{
    position:fixed;
    inset:70px 0 0;
    z-index:2147481990;
    border-top:1px solid var(--pr-line);
    background:rgba(7,20,38,.64);
    backdrop-filter:blur(4px);
    overflow:hidden;
  }

  .pr-mobile-menu__inner{
    width:min(100%, 520px);
    height:100%;
    margin:0 0 0 auto;
    padding:18px 14px 24px;
    overflow:auto;
    display:grid;
    align-content:start;
    gap:10px;
    background:linear-gradient(180deg,#fff 0%,#fbfcff 100%);
    box-shadow:-18px 0 40px rgba(7,20,38,.16);
    -webkit-overflow-scrolling:touch;
  }

  .pr-mobile-profile{
    display:grid;
    grid-template-columns:82px minmax(0,1fr);
    gap:14px;
    align-items:start;
    padding:16px;
    margin:0 2px 10px;
    border:1px solid #e0e7f0;
    border-radius:22px;
    background:#fff;
    box-shadow:0 16px 34px rgba(15,23,42,.08);
  }

  .pr-mobile-profile__avatar{
    width:76px;
    height:76px;
    border-radius:999px;
    overflow:hidden;
    border:3px solid #fff;
    background:var(--bs-black);
    box-shadow:0 10px 22px rgba(15,23,42,.18);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-weight:950;
    font-size:28px;
  }

  .pr-mobile-profile__avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }

  .pr-mobile-profile__body{
    min-width:0;
    display:grid;
    gap:6px;
  }

  .pr-mobile-profile__name{
    color:var(--bs-black);
    font-size:20px;
    line-height:1.05;
    font-weight:950;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
  }

  .pr-mobile-profile__since{
    color:#5e6b7d;
    font-size:13px;
    line-height:1.25;
    font-weight:750;
  }

  .pr-mobile-profile__meta{
    display:grid;
    gap:7px;
    margin-top:4px;
  }

  .pr-mobile-profile__pill{
    min-height:38px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    padding:7px 10px;
    border:1px solid #dce4ef;
    border-radius:12px;
    background:#fff;
  }

  .pr-mobile-profile__pill span{
    min-width:0;
    display:flex;
    align-items:center;
    gap:8px;
    color:#0b1830;
    font-size:13px;
    font-weight:900;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
  }

  .pr-mobile-profile__pill i{
    width:18px;
    color:var(--bs-black);
    text-align:center;
  }

  .pr-mobile-profile__pill strong{
    flex:0 0 auto;
    color:var(--bs-black);
    font-size:14px;
    font-weight:950;
    white-space:nowrap;
  }

  .pr-mobile-profile__rank{
    padding:4px 9px;
    border-radius:999px;
    background:#fff1f2;
    color:var(--pr-red)!important;
  }

  .pr-mobile-section-label{
    margin:10px 4px 4px;
    color: #041b37;
    font-size:12px;
  }

  .pr-mobile-menu__nav,
  .pr-mobile-menu__account{
    display:grid;
    gap:7px;
  }

  .pr-mobile-menu__account{
    border-top:0;
    padding-top:0;
    margin-top:4px;
  }

  .pr-mobile-link{
    min-height:54px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:12px 14px;
    border:1px solid #e7edf5;
    border-radius:15px;
    background:#fff;
    color:var(--bs-black);
    text-decoration:none!important;
    font-size:16px;
    box-shadow:0 6px 18px rgba(15,23,42,.035);
  }

  .pr-mobile-link__main{
    min-width:0;
    display:flex;
    align-items:center;
    gap:13px;
  }

  .pr-mobile-link__main i{
    width:24px;
    text-align:center;
    color:var(--bs-black);
    font-size:18px;
  }

  .pr-mobile-link__chevron{
    color:#7b8794;
    font-size:13px;
  }

  .pr-mobile-link.is-active{
    border-color:#fde2e6;
    background:linear-gradient(90deg,#fff1f2,#fff6f7);
    color:var(--pr-red);
  }

  .pr-mobile-link.is-active .pr-mobile-link__main i,
  .pr-mobile-link.is-active .pr-mobile-link__chevron{
    color:var(--pr-red);
  }

  .pr-mobile-link.is-danger{
    border-color:#fde2e6;
    background:linear-gradient(90deg,#fff1f2,#fff6f7);
    color:var(--pr-red);
  }

  .pr-mobile-link.is-danger .pr-mobile-link__main i{
    color:var(--pr-red);
  }

  .pr-mobile-auth-actions{
    display:grid;
    gap:10px;
  }

  .pr-mobile-ad-slot{
    position:relative;
    display:grid;
    gap:8px;
    margin:6px 0 0;
  }

  .pr-mobile-adsense-slot{
    min-height:250px;
    padding:10px;
    border:1px solid #dce4ef;
    border-radius:18px;
    background:#fff;
  }

  .pr-mobile-adsense-unit{
    display:block;
    width:100%;
    min-height:250px;
  }

  .pr-mobile-adsense-slot:has(.adsbygoogle[data-ad-status="unfilled"]){
    display:none;
  }

  .pr-mobile-ad{
    display:none;
    position:relative;
    overflow:hidden;
    min-height:142px;
    border-radius:18px;
    background:#081426;
	border: none;
    color:#fff;
    text-decoration:none!important;
  }

  .pr-mobile-ad.is-active{
    display:block;
  }

  .pr-mobile-ad img{
    display:block;
    width:100%;
    object-fit:cover;
  }

  .pr-mobile-ad__fallback{
    min-height:142px;
    padding:18px;
    display:grid;
    align-content:center;
    gap:8px;
    background:radial-gradient(circle at 90% 20%,rgba(237,13,31,.28),transparent 32%),linear-gradient(135deg,#071426,#12233d);
  }

  .pr-mobile-ad__fallback span{
    width:max-content;
    max-width:100%;
    padding:4px 8px;
    border-radius:999px;
    background:var(--pr-red);
    color:#fff;
    font-size:10px;
    font-weight:950;
    text-transform:uppercase;
  }

  .pr-mobile-ad__fallback strong{
    max-width:300px;
    font-family:var(--pr-display);
    font-size:28px;
    line-height:.98;
    font-weight:900;
    text-transform:uppercase;
  }

  .pr-mobile-ad__fallback em{
    width:max-content;
    max-width:100%;
    border-radius:10px;
    background:var(--pr-red);
    padding:9px 13px;
    color:#fff;
    font-style:normal;
    font-size:13px;
    font-weight:950;
  }

  .pr-mobile-ad-dots{
    position:absolute;
    left:0;
    right:0;
    bottom:10px;
    display:flex;
    justify-content:center;
    gap:6px;
    pointer-events:none;
  }

  .pr-mobile-ad-dots span{
    width:8px;
    height:8px;
    border-radius:999px;
    background:rgba(255,255,255,.62);
  }

  .pr-mobile-ad-dots span.is-active{
    width:22px;
    background:var(--pr-red);
  }
}

@media (max-width:560px){
  .pr-mobile-menu{
    inset:70px 0 0;
  }

  .pr-mobile-menu__inner{
    width:100%;
  }

  .pr-brand img{
    display:block!important;
    height:60px;
    width:auto;
    max-width:211px;
    object-fit:contain;
  }

  .pr-mobile-profile{
    grid-template-columns:70px minmax(0,1fr);
    gap:12px;
    padding:14px;
    border-radius:20px;
  }

  .pr-mobile-profile__avatar{
    width:66px;
    height:66px;
    font-size:24px;
  }

  .pr-mobile-profile__name{
    font-size:18px;
  }

  .pr-mobile-profile__since{
    font-size:12px;
  }

  .pr-mobile-profile__pill{
    min-height:36px;
    padding:7px 9px;
  }

  .pr-mobile-profile__pill span{
    font-size:12px;
    gap:7px;
  }

  .pr-mobile-profile__pill strong{
    font-size:13px;
  }

  .pr-mobile-link{
    min-height:52px;
    font-size:16px;
  }
}

@media (max-width:390px){
  .pr-menu-toggle{
    width:50px;
    height:50px;
    border-radius:14px;
  }

  .pr-mobile-profile{
    grid-template-columns:1fr;
    text-align:center;
    justify-items:center;
  }

  .pr-mobile-profile__body{
    width:100%;
  }

  .pr-mobile-profile__name,
  .pr-mobile-profile__since{
    text-align:center;
  }
}
/* Footer mobile — navigation compacte et repliable */
@media (max-width:900px){
  .pr-footer__panel{
    width:min(100% - 40px,1180px);
    max-width:1180px;
  }

  .pr-footer__top{
    grid-template-columns:1fr 1fr;
    gap:24px;
  }

  .pr-footer__newsletter{
    grid-column:1 / -1;
  }

  .pr-footer__newsletter > p{
    max-width:520px;
  }

  .pr-footer__newsletter-form{
    max-width:420px;
  }

  .pr-footer__newsletter-row{
    grid-template-columns:minmax(0,1fr) auto;
  }
}

@media (max-width:560px){
  .pr-footer{
    width:100%;
    padding:22px 0 14px;
    background:#fff;
  }

  .pr-footer .pr-footer__panel{
    width:100%;
    max-width:none;
    margin:0;
    padding:0 18px;
    border:0;
    border-radius:0;
    background:#fff;
    overflow:visible;
  }

  .pr-footer__top{
    grid-template-columns:1fr;
    gap:0;
    padding:28px 0 0;
  }

  .pr-footer__newsletter{
    grid-column:auto;
    padding-bottom:26px;
  }

  .pr-footer__newsletter h2{
    margin-bottom:10px;
    font-size:17px;
    line-height:1.1;
  }

  .pr-footer__newsletter > p{
    max-width:none;
    font-size:15px;
    line-height:1.5;
  }

  .pr-footer__newsletter-form{
    width:100%;
    max-width:none;
    margin-top:16px;
  }

  .pr-footer__newsletter-row input,
  .pr-footer__newsletter-row button{
    height:50px;
  }

  .pr-footer__newsletter-row input{
    font-size:15px;
  }

  .pr-footer__newsletter-row button{
    min-width:116px;
    font-size:15px;
  }

  .pr-footer__newsletter-status{
    font-size:13px;
  }

  .pr-footer__col,
  .pr-footer__social{
    border-top:1px solid #dfe6ef;
    padding:20px 0;
  }

  .pr-footer__toggle{
    margin:0;
    align-items:center;
    cursor:pointer;
    line-height:1.1;
  }

  .pr-footer__toggle-copy{
    gap:0;
  }

  .pr-footer__toggle > i{
    display:block;
    color:#071426;
    font-size:14px;
    transition:transform .18s ease;
  }

  .pr-footer__toggle[aria-expanded="true"] > i{
    transform:rotate(180deg);
  }

  .pr-footer__links{
    gap:14px;
    padding-top:18px;
  }

  .pr-footer__links[hidden]{
    display:none!important;
  }

  .pr-footer__links a{
    width:max-content;
    max-width:100%;
    color:#071426;
    font-size:16px;
    line-height:1.35;
  }

  .pr-footer__social-title{
    display:block;
    margin-bottom:18px;
  }

  .pr-footer__social-title h2{
    margin:0;
    font-size:17px;
    line-height:1.1;
  }

  .pr-social-row{
    gap:12px;
  }

  .pr-social-row a{
    width:48px;
    height:48px;
    font-size:18px;
  }

  .pr-footer__bottom{
    margin:0;
    padding:18px 0 20px;
    justify-content:center;
    text-align:center;
    font-size:13px;
    line-height:1.4;
  }
}

@media (max-width:390px){
  .pr-footer__newsletter-row{
    grid-template-columns:1fr;
    gap:10px;
  }

  .pr-footer__newsletter-row input{
    border-right:1px solid var(--pr-line);
    border-radius:10px;
  }

  .pr-footer__newsletter-row button{
    width:100%;
    border-radius:10px;
  }
}


/* Notifications membre — 21 juillet 2026 */
.pr-notifications{position:relative;display:inline-flex;align-items:center}
.pr-notification-toggle{
  position:relative;width:46px;height:46px;border:0;background:#fff;color:var(--bs-black);
  display:inline-flex;align-items:center;justify-content:center;border-radius:14px;font-size:23px
}
.pr-notification-toggle:hover,.pr-notification-toggle[aria-expanded="true"]{background:#fff1f2;color:var(--pr-red)}
.pr-notification-count{
  position:absolute;top:1px;right:0;min-width:20px;height:20px;padding:0 5px;border-radius:999px;
  background:var(--pr-red);color:#fff;border:2px solid #fff;font-size:11px;font-weight:800;
  display:none;align-items:center;justify-content:center;line-height:1
}
.pr-notification-count.is-visible{display:inline-flex}
.pr-notification-panel{
  position:absolute;z-index:1085;top:calc(100% + 14px);right:-70px;width:min(480px,calc(100vw - 28px));
  background:#fff;border:1px solid var(--pr-line);border-radius:16px;overflow:hidden
}
.pr-notification-panel__head{min-height:62px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--pr-line)}
.pr-notification-panel__title{color:var(--bs-black);font-size:18px;font-weight:750}
.pr-notification-panel__title span{display:inline-flex;min-width:22px;height:22px;padding:0 6px;margin-left:6px;border-radius:999px;background:var(--pr-red);color:#fff;align-items:center;justify-content:center;font-size:12px}
.pr-notification-panel__title span:empty{display:none}
.pr-notification-mark-all{border:0;background:transparent;color:var(--pr-red);font-size:13px;font-weight:650;padding:6px 0}
.pr-notification-list{max-height:390px;overflow:auto}
.pr-notification-item{
  position:relative;width:100%;min-height:84px;padding:14px 16px;display:grid;grid-template-columns:10px 48px minmax(0,1fr) auto;
  align-items:start;gap:10px;background:#fff;border:0;border-bottom:1px solid var(--pr-line);color:var(--bs-black);text-align:left;text-decoration:none
}
.pr-notification-item:hover{background:#f8fafc;color:var(--bs-black)}
.pr-notification-item__dot{width:8px;height:8px;border-radius:999px;background:transparent}
.pr-notification-item.is-unread .pr-notification-item__dot{background:var(--pr-red)}
.pr-notification-item__icon{width:46px;height:46px;margin-top:1px;border-radius:999px;background:#f1f5f9;color:var(--bs-black);display:inline-flex;align-items:center;justify-content:center;font-size:18px}
.pr-notification-item.is-unread .pr-notification-item__icon{background:#fff1f2;color:var(--pr-red)}
.pr-notification-item__body{min-width:0;display:grid;gap:4px;padding:1px 0}
.pr-notification-item__body strong{font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pr-notification-item__body span{color:#5f6d82;font-size:13px;line-height:1.45;display:block;white-space:normal;overflow:visible;overflow-wrap:anywhere;word-break:normal}
.pr-notification-item time{color:#6b778c;font-size:12px;white-space:nowrap;align-self:start;margin-top:4px}
.pr-notification-panel__footer{min-height:54px;display:flex;align-items:center;justify-content:center;color:var(--pr-red);font-size:14px;font-weight:700;text-decoration:none}
.pr-notification-panel__footer:hover{background:#fff1f2;color:var(--pr-red)}
.pr-notification-empty{padding:34px 20px;display:grid;justify-items:center;gap:8px;color:#68768c;text-align:center}
.pr-notification-empty i{font-size:28px;color:#94a3b8}.pr-notification-empty strong{color:var(--bs-black)}

@media(max-width:991.98px){
  .pr-header-actions{gap:8px}
  .pr-notification-toggle{width:42px;height:42px;border-radius:12px;font-size:22px}
  .pr-notification-panel{position:fixed;top:82px;left:12px;right:12px;width:auto;max-height:calc(100vh - 96px)}
    .pr-notification-list{max-height:calc(100vh - 230px)}
}

@media(max-width:560px){
  .pr-notification-panel{top:72px;left:8px;right:8px;border-radius:14px}
  .pr-notification-panel__head{padding:12px 14px}
  .pr-notification-panel__title{font-size:17px}
  .pr-notification-mark-all{font-size:12px}
  .pr-notification-item{grid-template-columns:8px 42px minmax(0,1fr);gap:9px;padding:12px 13px}
  .pr-notification-item__icon{width:42px;height:42px}
  .pr-notification-item time{grid-column:3;justify-self:start;margin-top:-3px}

  /* Mobile : conserver uniquement les 3 notifications les plus récentes. */
  .pr-notification-list > .pr-notification-item:nth-of-type(n+4){display:none}
}


/* Menu PC connecté — harmonisation du compte et publicité */
@media (min-width:901px){
  .pr-header-actions{
    gap:10px;
  }

  .pr-notification-toggle{
    width:44px;
    height:44px;
    border-radius:12px;
    font-size:22px;
  }

  .pr-account-btn{
    min-height:48px;
    gap:11px;
    padding:6px 14px 6px 7px;
    border-radius:15px;
    font-size:15px;
    font-weight:500;
  }

  .pr-account-btn > i{
    margin-left:2px;
    font-size:13px;
  }

  .pr-account-avatar{
    width:36px;
    height:36px;
  }

  .pr-account-menu{
    width:310px;
    min-width:310px;
    margin-top:8px!important;
    padding:10px;
    border-radius:16px;
    border:1px solid #d9e1eb;
    background:#fff;
    overflow:hidden;
  }

  .pr-account-menu .dropdown-item{
    min-height:42px;
    padding:10px 11px;
    border-radius:10px;
    gap:12px;
    font-size:15px;
    font-weight:500;
  }

  .pr-account-menu .dropdown-item i{
    width:20px;
    flex:0 0 20px;
    text-align:center;
    font-size:16px;
  }

  .pr-account-menu .dropdown-divider{
    margin:8px 2px;
    border-color:#d8dee8;
    opacity:1;
  }

  .pr-account-ad-wrap{
    margin-top:9px;
    padding:0 2px 2px;
    list-style:none;
  }

  .pr-account-ad-label{
    display:block;
    margin:0 0 6px 2px;
    color:#7a8798;
    font-size:11px;
    font-weight:600;
    line-height:1;
  }

  .pr-account-ad{
    position:relative;
    min-height:112px;
    border-radius:12px;
    overflow:hidden;
    background:#f8fafc;
  }

  .pr-account-ad__slide{
    display:none;
    min-height:112px;
    color:var(--bs-black);
    text-decoration:none;
  }

  .pr-account-ad__slide.is-active{
    display:flex;
  }

  .pr-account-ad__slide img{
    width:100%;
    object-fit:cover;
    display:block;
  }

  .pr-account-ad__copy{
    width:100%;
    min-height:112px;
    padding:13px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    gap:5px;
  }

  .pr-account-ad__copy small{
    color:#6b7788;
    font-size:11px;
    font-style:normal;
  }

  .pr-account-ad__copy strong{
    color:var(--bs-black);
    font-size:15px;
    line-height:1.25;
  }

  .pr-account-ad__copy em{
    color:var(--pr-red);
    font-size:12px;
    font-style:normal;
    font-weight:700;
  }

  .pr-account-ad__dots{
    position:absolute;
    right:8px;
    bottom:7px;
    display:flex;
    gap:4px;
  }

  .pr-account-ad__dots span{
    width:6px;
    height:6px;
    border-radius:999px;
    background:#c7d0dc;
  }

  .pr-account-ad__dots span.is-active{
    background:var(--pr-red);
  }

  .pr-account-ad--adsense{
    min-height:120px;
    padding:8px;
  }

  .pr-account-adsense-unit{
    display:block;
    min-height:104px;
  }
}

/* Menu mobile connecté — refonte 22 juillet 2026 */
@media (max-width:991.98px){
  .pr-mobile-profile--featured{
    grid-template-columns:1fr;
    gap:14px;
    padding:18px;
    margin:0 2px 8px;
    border:1px solid #1d3553;
    border-radius:24px;
    background:linear-gradient(145deg,#071426 0%,#10233d 72%,#7f1020 100%);
    color:#fff;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__top{
    display:flex;
    align-items:center;
    gap:14px;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__avatar{
    width:88px;
    height:88px;
    flex:0 0 88px;
    border:3px solid #fff;
    background:#071426;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__identity{
    min-width:0;
    display:grid;
    gap:5px;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__name{
    color:#fff;
    font-size:23px;
    font-weight:900;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__since{
    color:#c9d4e4;
    font-size:13px;
    font-weight:650;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__meta{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    margin:0;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__pill{
    min-height:68px;
    display:grid;
    align-content:center;
    justify-items:start;
    gap:5px;
    padding:11px 12px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:15px;
    background:rgba(255,255,255,.08);
  }

  .pr-mobile-profile--featured .pr-mobile-profile__pill span{
    color:#dfe7f2;
    font-size:11px;
    font-weight:750;
    white-space:normal;
    line-height:1.2;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__pill i{
    color:#fff;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__pill strong{
    color:#fff;
    font-size:17px;
    font-weight:900;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__rank{
    padding:0;
    border-radius:0;
    background:transparent;
    color:#ff2638!important;
  }

  .pr-mobile-profile__space-link{
    min-height:54px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:12px 15px;
    border:1px solid rgba(255,255,255,.72);
    border-radius:15px;
    background:rgba(255,255,255,.08);
    color:#fff;
    text-decoration:none!important;
    font-size:16px;
    font-weight:850;
  }

  .pr-mobile-profile__space-link span{
    display:flex;
    align-items:center;
    gap:11px;
  }

  .pr-mobile-profile__space-link:hover{
    background:rgba(255,255,255,.14);
    color:#fff;
  }

  .pr-mobile-menu__nav--compact{
    gap:9px;
  }

  .pr-mobile-nav-group{
    overflow:hidden;
    border:1px solid #e2e8f1;
    border-radius:17px;
    background:#fff;
  }

  .pr-mobile-nav-group__head{
    min-height:58px;
    display:grid;
    grid-template-columns:minmax(0,1fr) 48px;
    align-items:center;
    border-left:4px solid transparent;
  }

  .pr-mobile-nav-group__head.is-active,
  .pr-mobile-nav-group.is-open .pr-mobile-nav-group__head{
    border-left-color:var(--pr-red);
  }

  .pr-mobile-nav-group__link{
    min-width:0;
    height:100%;
    display:flex;
    align-items:center;
    gap:13px;
    padding:12px 12px 12px 14px;
    color:var(--bs-black);
    text-decoration:none!important;
    font-size:17px;
    font-weight:800;
  }

  .pr-mobile-nav-group__link i{
    width:24px;
    text-align:center;
    font-size:18px;
  }

  .pr-mobile-nav-group__toggle{
    width:38px;
    height:38px;
    margin-right:8px;
    border:0;
    border-radius:11px;
    background:#f3f6fa;
    color:var(--bs-black);
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }

  .pr-mobile-nav-group__toggle i{
    transition:transform .18s ease;
  }

  .pr-mobile-nav-group__toggle[aria-expanded="true"] i{
    transform:rotate(180deg);
  }

  .pr-mobile-nav-group__submenu{
    border-top:1px solid #e8edf4;
    background:#fff;
  }

  .pr-mobile-nav-group__submenu a{
    min-height:50px;
    display:grid;
    grid-template-columns:12px minmax(0,1fr) 16px;
    align-items:center;
    gap:10px;
    padding:10px 15px 10px 24px;
    border-bottom:1px solid #edf1f6;
    color: var(--bs-black);
    text-decoration:none!important;
    font-size:15px;
    font-weight:450;
  }

  .pr-mobile-nav-group__submenu a:last-child{
    border-bottom:0;
  }

  .pr-mobile-nav-group__submenu a > i{
    color:#7b8794;
    font-size:12px;
  }

  .pr-mobile-nav-group__dot{
    width:7px;
    height:7px;
    border-radius:999px;
    background:var(--pr-red);
  }

  .pr-mobile-menu__nav--compact > .pr-mobile-link{
    min-height:58px;
    border-radius:17px;
    font-size:17px;
    font-weight:800;
  }

  .pr-mobile-menu__nav--compact > .pr-mobile-link .pr-mobile-link__main i{
    font-size:19px;
  }

  .pr-mobile-ad-slot{
    margin-top:8px;
  }

  .pr-mobile-logout{
    margin-top:2px;
    border-color:#ffd6db;
    color:var(--pr-red);
    font-weight:850;
  }

  .pr-mobile-logout .pr-mobile-link__main i,
  .pr-mobile-logout .pr-mobile-link__chevron{
    color:var(--pr-red);
  }
}

@media (max-width:560px){
  .pr-mobile-profile--featured{
    padding:15px;
    border-radius:21px;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__avatar{
    width:78px;
    height:78px;
    flex-basis:78px;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__name{
    font-size:20px;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__pill{
    min-height:62px;
    padding:9px 10px;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__pill strong{
    font-size:15px;
  }
}

@media (max-width:390px){
  .pr-mobile-profile--featured{
    text-align:left;
    justify-items:stretch;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__top{
    align-items:center;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__body,
  .pr-mobile-profile--featured .pr-mobile-profile__name,
  .pr-mobile-profile--featured .pr-mobile-profile__since{
    text-align:left;
  }
}


/* Menu mobile connecté — passe visuelle légère, plus proche du mockup */
@media (max-width:991.98px){
  .pr-mobile-profile--featured{
    position:relative;
    overflow:hidden;
    border-color:#d8e1ec;
    background-image: url('/assets/img/featurecard.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color:var(--bs-black);
  }

  .pr-mobile-profile--featured .pr-mobile-profile__top,
  .pr-mobile-profile--featured .pr-mobile-profile__meta,
  .pr-mobile-profile--featured .pr-mobile-profile__space-link{
    position:relative;
    z-index:1;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__avatar{
    border-color:#fff;
    background:#071426;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__name{
    color:var(--bs-black);
    font-size:21px;
    font-weight:700;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__since{
    color: var(--bs-black);
    font-size:12px;
    font-weight:500;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__pill{
    position:relative;
    min-height:60px;
    padding:9px 12px 9px 14px;
    border-color:#dce5ef;
    background:rgba(255,255,255,.94);
    display:grid;
    align-content:center;
    row-gap:2px;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__pill span{
        display: block;
        padding-left: 34px;
        color: var(--pr-ink);
        font-size: 10px;
        line-height: 1.15;
        font-weight: 600;
        white-space: nowrap;
    }

  .pr-mobile-profile--featured .pr-mobile-profile__pill i{
    position:absolute;
    left:12px;
    top:50%;
    transform:translateY(-50%);
    width:20px;
    height:20px;
    border-radius:999px;
    background:#071426;
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:9px;
    text-align:center;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__pill strong{
    display:block;
    padding-left:34px;
    color:var(--bs-black);
    font-size:13px;
    line-height:1.05;
    font-weight:800;
    white-space:nowrap;
  }

  .pr-mobile-profile__space-link{
        min-height: 50px;
        border-color: var(--bs-white);
        background: linear-gradient(90deg, #071426, #0f2947);
        color: #fff;
        font-size: 16px;
        font-weight: 650;
    }

  .pr-mobile-section-label{
    font-size:11px;
    font-weight:500;
    color:#657286;
    letter-spacing:.02em;
  }

  .pr-mobile-menu__nav--compact{
    gap:8px;
  }

  .pr-mobile-menu__nav--compact > .pr-mobile-link{
    min-height:52px;
    padding:10px 13px;
    border-radius:15px;
    font-size:15px;
    font-weight:500;
  }

  .pr-mobile-menu__nav--compact > .pr-mobile-link .pr-mobile-link__main{
    gap:11px;
  }

  .pr-mobile-menu__nav--compact > .pr-mobile-link .pr-mobile-link__main i{
    font-size:17px;
  }

  .pr-mobile-nav-group{
    border-radius:15px;
  }

  .pr-mobile-nav-group__head{
    min-height:52px;
    grid-template-columns:minmax(0,1fr) 44px;
  }

  .pr-mobile-nav-group__link{
    gap:11px;
    padding:10px 11px 10px 13px;
    font-size:15px;
    font-weight:550;
  }

  .pr-mobile-nav-group__link i{
    font-size:17px;
  }

  .pr-mobile-nav-group__toggle{
    width:34px;
    height:34px;
    margin-right:7px;
    border-radius:10px;
  }

  .pr-mobile-nav-group__submenu a{
    min-height:44px;
    padding:8px 14px 8px 22px;
    font-size:14px;
    font-weight:450;
  }

  .pr-mobile-logout{
    min-height:50px;
    font-size:15px;
    font-weight:600;
  }
}

@media (max-width:560px){
  .pr-mobile-profile--featured{
    padding:14px;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__avatar{
    width:72px;
    height:72px;
    flex-basis:72px;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__name{
    font-size:18px;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__pill{
    min-height:56px;
    padding:8px 10px 8px 12px;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__pill span{
    padding-left:31px;
    font-size:10px;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__pill i{
    left:10px;
    width:19px;
    height:19px;
    font-size:8px;
  }

  .pr-mobile-profile--featured .pr-mobile-profile__pill strong{
    padding-left:31px;
    font-size:14px;
  }
}


/* Correctif final menu mobile — carte stable + boutons d’accordéon stylés */
@media (max-width: 991.98px){
  .pr-mobile-menu__inner{
    grid-auto-rows:max-content;
  }

  .pr-mobile-profile--featured{
    align-self:start;
    height:auto;
    min-height:max-content;
    overflow:hidden;
  }

  .pr-mobile-nav-group__head{
    display:block;
    min-height:0;
  }

  .pr-mobile-nav-group__label{
    width:100%;
    min-height:52px;
    padding:10px 12px 10px 13px;
    border:0;
    background:transparent;
    color:var(--bs-black);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    text-align:left;
    font:inherit;
    font-size:15px;
    font-weight:550;
    line-height:1.2;
    cursor:pointer;
  }

  .pr-mobile-nav-group__label > span{
    min-width:0;
    display:flex;
    align-items:center;
    gap:11px;
  }

  .pr-mobile-nav-group__label > span i{
    width:24px;
    flex:0 0 24px;
    text-align:center;
    font-size:17px;
  }

  .pr-mobile-nav-group__label > i{
    width:34px;
    height:34px;
    flex:0 0 34px;
    border-radius:10px;
    background:#f3f6fa;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    transition:transform .18s ease;
  }

  .pr-mobile-nav-group__label[aria-expanded="true"] > i{
    transform:rotate(180deg);
  }
}

/* Menu PC — icônes outline et typographie professionnelle — 26 juillet 2026 */
@media (min-width:901px){
  .pr-site-header{
    background:#fff;
    border-bottom:1px solid #e1e7ef;
  }

  .pr-site-header .pr-container{
    width:min(1388px,calc(100% - 48px));
    max-width:none;
  }

  .pr-header-inner{
    min-height:88px;
    grid-template-columns:minmax(220px,250px) minmax(0,1fr) auto;
    gap:28px;
  }

  .pr-brand img{
    height:58px;
    max-width:232px;
  }

  .pr-main-nav{
    align-self:stretch;
    justify-content:center;
    gap:0;
  }

  .pr-nav-link{
    flex:0 1 112px;
    min-width:96px;
    min-height:88px;
    padding:13px 18px 11px;
    border:0;
    border-bottom:3px solid transparent;
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:6px;
    color: var(--bs-black);
    font-size:11px;
    font-weight:600;
    line-height:1;
    letter-spacing:.025em;
    text-transform:uppercase;
    transition:color .18s ease,background-color .18s ease,border-color .18s ease;
  }

  .pr-main-nav .pr-nav-link + .pr-nav-link{
    border-left:1px solid #e7ecf2;
  }

  .pr-nav-link__icon{
    color:#263b55;
    font-size:20px;
    font-weight:400;
    line-height:1;
    transition:color .18s ease,transform .18s ease;
  }

  /* Icône dédiée au jeu Shootout dans le menu PC invité. */
  .pr-nav-link__icon--shootout{
    width:24px;
    height:22px;
    flex:0 0 auto;
    display:block;
    overflow:visible;
    fill:none;
    stroke:currentColor;
    stroke-width:1.55;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .pr-nav-link__icon--shootout ellipse{
    fill:currentColor;
    stroke:none;
  }

  .pr-nav-link__label{
    display:block;
  }

  .pr-nav-link:hover,
  .pr-nav-link.is-active{
    border-bottom-color:var(--pr-red);
    background:#fbfcfe;
    color:var(--pr-red);
  }

  .pr-nav-link:hover .pr-nav-link__icon,
  .pr-nav-link.is-active .pr-nav-link__icon{
    color:var(--pr-red);
    transform:translateY(-1px);
  }

  .pr-header-actions{
    gap:11px;
  }

  .pr-notification-toggle{
    width:46px;
    height:46px;
    border:1px solid transparent;
    border-radius:999px;
    background:#fff;
    color:#10233d;
    font-size:21px;
    transition:color .18s ease,background-color .18s ease,border-color .18s ease;
  }

  .pr-notification-toggle:hover,
  .pr-notification-toggle[aria-expanded="true"]{
    border-color:#e1e7ef;
    background:#f8fafc;
    color:var(--pr-red);
  }

  .pr-notification-count{
    top:0;
    right:-1px;
    min-width:18px;
    height:18px;
    padding:0 4px;
    font-family:"Manrope",sans-serif;
    font-size:10px;
    font-weight:700;
  }

  .pr-account-btn{
    min-height:48px;
    padding:5px 15px 5px 6px;
    border:1px solid #dbe3ec;
    border-radius:999px;
    background:#fff;
    color:#10233d;
    font-family:"Manrope",sans-serif;
    font-size:14px;
    font-weight:600;
    transition:background-color .18s ease,border-color .18s ease,color .18s ease;
  }

  .pr-account-btn:hover,
  .pr-account-btn[aria-expanded="true"]{
    border-color:#cbd5e1;
    background:#f8fafc;
    color:#071426;
  }

  .pr-account-btn > i{
    margin-left:3px;
    color:#526176;
    font-size:11px;
  }

  .pr-account-avatar{
    width:36px;
    height:36px;
  }

  .pr-account-name{
    max-width:164px;
    font-weight:600;
  }
}

@media (min-width:901px) and (max-width:1180px){
  .pr-header-inner{
    grid-template-columns:190px minmax(0,1fr) auto;
    gap:14px;
  }

  .pr-brand img{
    height:50px;
    max-width:190px;
  }

  .pr-nav-link{
    flex:1 1 0;
    min-width:0;
    padding-inline:9px;
    font-size:9px;
    letter-spacing:.015em;
  }

  .pr-nav-link__icon{
    font-size:17px;
  }

  .pr-nav-link__icon--shootout{
    width:20px;
    height:18px;
  }

  .pr-account-name{
    display:none;
  }

  .pr-account-btn{
    width:48px;
    padding:5px;
    justify-content:center;
  }

  .pr-account-btn > i{
    display:none;
  }
}



/* Menu compte PC connecté — groupes repliables inspirés du menu mobile */
@media (min-width:901px){
  .pr-account-menu--grouped{
    width:360px;
    min-width:360px;
    max-height:calc(100vh - 108px);
    padding:10px;
    overflow-x:hidden;
    overflow-y:auto;
    overscroll-behavior:contain;
  }

  .pr-account-menu--grouped > li{
    list-style:none;
  }

  .pr-account-menu--grouped .pr-account-menu__primary .dropdown-item,
  .pr-account-menu--grouped .pr-account-menu__utility{
    min-height:48px;
    display:grid;
    grid-template-columns:24px minmax(0,1fr) 16px;
    align-items:center;
    gap:11px;
    padding:11px 12px;
    border:1px solid #e3e9f1;
    border-radius:13px;
    background:#fff;
    color:var(--bs-black);
    font-size:15px;
    font-weight:600;
  }

  .pr-account-menu--grouped .pr-account-menu__primary .dropdown-item:hover,
  .pr-account-menu--grouped .pr-account-menu__utility:hover{
    border-color:#ffd8dd;
    background:#fff4f5;
    color:var(--pr-red);
  }

  .pr-account-menu--grouped .pr-account-menu__primary .dropdown-item > i:first-child,
  .pr-account-menu--grouped .pr-account-menu__utility > i:first-child{
    width:24px;
    text-align:center;
    font-size:16px;
  }

  .pr-account-menu__arrow{
    width:16px!important;
    color:#8996a8;
    font-size:11px!important;
    text-align:right!important;
  }

  .pr-account-menu__groups{
    display:grid;
    gap:8px;
    margin-top:9px;
  }

  .pr-account-group{
    overflow:hidden;
    border:1px solid #e1e8f1;
    border-radius:14px;
    background:#fff;
  }

  .pr-account-group[open],
  .pr-account-group.is-current{
    border-left:4px solid var(--pr-red);
  }

  .pr-account-group > summary{
    min-height:50px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:10px 11px 10px 12px;
    color:var(--bs-black);
    cursor:pointer;
    list-style:none;
    user-select:none;
    font-size:15px;
    font-weight:500;
  }

  .pr-account-group > summary::-webkit-details-marker{
    display:none;
  }

  .pr-account-group > summary:hover{
    background:#f8fafc;
  }

  .pr-account-group__title{
    min-width:0;
    display:flex;
    align-items:center;
    gap:11px;
  }

  .pr-account-group__title > i{
    width:22px;
    text-align:center;
    color:#10233d;
    font-size:16px;
  }

  .pr-account-group__chevron{
    width:32px;
    height:32px;
    flex:0 0 32px;
    border-radius:10px;
    background:#f2f5f9;
    color:#526176;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:11px;
    transition:transform .18s ease,background-color .18s ease,color .18s ease;
  }

  .pr-account-group[open] .pr-account-group__chevron{
    transform:rotate(180deg);
    background:#fff1f2;
    color:var(--pr-red);
  }

  .pr-account-group__links{
    border-top:1px solid #e8edf4;
    background:#fff;
  }

  .pr-account-group__links a{
    min-height:43px;
    display:grid;
    grid-template-columns:10px minmax(0,1fr) 14px;
    align-items:center;
    gap:10px;
    padding:9px 12px 9px 18px;
    border-bottom:1px solid #edf1f6;
    color:var(--bs-black);
    text-decoration:none;
    font-size:14px;
    font-weight:400;
  }

  .pr-account-group__links a:last-child{
    border-bottom:0;
  }

  .pr-account-group__links a:hover,
  .pr-account-group__links a[aria-current="page"]{
    background:#fff6f7;
    color:var(--pr-red);
  }

  .pr-account-group__links a > i{
    color:#8a97a8;
    font-size:10px;
  }

  .pr-account-group__links a:hover > i,
  .pr-account-group__links a[aria-current="page"] > i{
    color:var(--pr-red);
  }

  .pr-account-group__dot{
    width:6px;
    height:6px;
    border-radius:999px;
    background:var(--pr-red);
  }

  .pr-account-menu--grouped .dropdown-divider{
    margin:9px 2px;
  }

  .pr-account-menu--grouped .pr-account-menu__logout{
    color:#b4232f;
  }

  .pr-account-menu--grouped .pr-account-ad-wrap{
    margin-top:10px;
  }
}
