/* GNR BuddyPress Community V14
 * Desktop target: 250px left / flexible center / 300px right.
 * The theme's original #secondary sidebar is moved into the right slot by JS.
 */
:root{--gnr11-red:#d90000;--gnr11-red-dark:#a90000;--gnr11-black:#111;--gnr11-white:#fff;--gnr11-border:#ddd;--gnr11-muted:#777;}

body.gnr-community-activity-v14{background:#111 !important;}
body.gnr-community-activity-v14 #buddypress{width:100% !important;max-width:none !important;margin:0 !important;padding:0 !important;}

body.gnr-community-activity-v14 .gnr-v14-shell,
body.gnr-community-activity-v14 .gnr-v14-shell *{box-sizing:border-box;}

body.gnr-community-activity-v14 .gnr-v14-shell{
  display:grid !important;
  grid-template-columns:270px minmax(0,1fr) 330px !important;
  gap:18px !important;
  width:min(1420px,calc(100vw - 32px)) !important;
  max-width:1420px !important;
  position:relative !important;
  left:auto !important;
  transform:none !important;
  margin:20px auto 50px !important;
  padding:0 !important;
  align-items:start !important;
  clear:both !important;
  float:none !important;
}

body.gnr-community-activity-v14 .gnr-v14-left,
body.gnr-community-activity-v14 .gnr-v14-center,
body.gnr-community-activity-v14 .gnr-v14-right{
  width:auto !important;min-width:0 !important;max-width:none !important;
  float:none !important;margin:0 !important;padding:0 !important;
  position:relative !important;
}
.gnr-v14-left{grid-column:1 !important;grid-row:1 !important;}
.gnr-v14-center{grid-column:2 !important;grid-row:1 !important;}
.gnr-v14-right{grid-column:3 !important;grid-row:1 !important;}


/* V14: isolate the BuddyPress grid from DarkNews container/float rules. */
body.gnr-community-activity-v14 #primary,
body.gnr-community-activity-v14 .site-main,
body.gnr-community-activity-v14 .content-area,
body.gnr-community-activity-v14 .af-container,
body.gnr-community-activity-v14 .container,
body.gnr-community-activity-v14 .row{max-width:none!important;width:100%!important;float:none!important;margin-left:0!important;margin-right:0!important;}
body.gnr-community-activity-v14 .gnr-v14-shell{margin-left:auto!important;margin-right:auto!important;}
body.gnr-community-activity-v14 .gnr-v14-left{grid-column:1!important;min-width:0!important;}
body.gnr-community-activity-v14 .gnr-v14-center{grid-column:2!important;min-width:0!important;}
body.gnr-community-activity-v14 .gnr-v14-right{grid-column:3!important;min-width:0!important;}
body.gnr-community-activity-v14 .gnr-v14-right .gnr-v14-theme-widgets{display:block!important;width:100%!important;}
body.gnr-community-activity-v14 .gnr-v14-right .widget{width:100%!important;max-width:100%!important;}

/* Generic cards */
.gnr-v14-card{
  background:#fff !important;color:#171717 !important;border:1px solid var(--gnr11-border) !important;
  border-radius:10px !important;overflow:hidden !important;margin:0 0 16px !important;
  box-shadow:0 2px 12px rgba(0,0,0,.18) !important;
}
.gnr-v14-card-head{display:flex !important;align-items:center !important;justify-content:space-between !important;min-height:52px !important;padding:0 14px !important;border-bottom:1px solid #e5e5e5 !important;background:#fff !important;}
.gnr-v14-card-head h3{margin:0 !important;color:var(--gnr11-red) !important;font-size:12px !important;font-weight:800 !important;letter-spacing:.3px !important;}
.gnr-v14-card-head a{color:#666 !important;font-size:11px !important;text-decoration:none !important;}
.gnr-v14-count{display:flex !important;align-items:center !important;justify-content:center !important;min-width:22px !important;height:22px !important;padding:0 6px !important;border-radius:50% !important;background:var(--gnr11-red) !important;color:#fff !important;font-size:11px !important;font-weight:800 !important;}

/* Left profile */
.gnr-v14-profile-cover{height:82px !important;background:linear-gradient(135deg,#240000,#a80000) !important;border-bottom:3px solid var(--gnr11-red) !important;position:relative !important;}
.gnr-v14-profile-cover span{position:absolute !important;left:15px !important;bottom:12px !important;color:rgba(255,255,255,.35) !important;font-size:10px !important;font-weight:900 !important;letter-spacing:2px !important;}
.gnr-v14-profile-body{position:relative !important;padding:58px 16px 14px !important;text-align:center !important;}
.gnr-v14-avatar{display:block !important;position:absolute !important;top:-50px !important;left:50% !important;transform:translateX(-50%) !important;width:92px !important;height:92px !important;object-fit:cover !important;border-radius:50% !important;border:4px solid #fff !important;background:#ccc !important;box-shadow:0 3px 12px rgba(0,0,0,.25) !important;}
.gnr-v14-avatar-placeholder{display:flex !important;align-items:center !important;justify-content:center !important;font-size:32px !important;color:#fff !important;background:#bbb !important;}
.gnr-v14-profile h2{margin:10px 0 4px !important;color:#111 !important;font-size:17px !important;line-height:1.2 !important;}
.gnr-v14-handle{margin:0 0 15px !important;color:#777 !important;font-size:12px !important;}
.gnr-v14-red-button{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;min-height:40px !important;padding:8px 12px !important;background:var(--gnr11-red) !important;color:#fff !important;border-radius:6px !important;font-size:11px !important;font-weight:800 !important;text-decoration:none !important;}
.gnr-v14-red-button:hover{background:var(--gnr11-red-dark) !important;color:#fff !important;}
.gnr-v14-profile-links{margin-top:12px !important;border-top:1px solid #e4e4e4 !important;}
.gnr-v14-profile-links a{display:flex !important;align-items:center !important;gap:8px !important;padding:10px 3px !important;border-bottom:1px solid #e4e4e4 !important;color:#333 !important;font-size:12px !important;text-decoration:none !important;}
.gnr-v14-profile-links a:hover{color:var(--gnr11-red) !important;}
.gnr-v14-stats{display:grid !important;grid-template-columns:repeat(2,1fr) !important;border-top:1px solid #e4e4e4 !important;margin-top:4px !important;}
.gnr-v14-stats div{padding:10px 4px !important;text-align:center !important;border-right:1px solid #e4e4e4 !important;}
.gnr-v14-stats div:last-child{border-right:0 !important;}
.gnr-v14-stats strong,.gnr-v14-stats small{display:block !important;}.gnr-v14-stats strong{font-size:14px !important;color:#222 !important;}.gnr-v14-stats small{font-size:9px !important;color:#777 !important;margin-top:2px !important;}

/* Left widgets */
.gnr-v14-online-list{display:flex !important;flex-wrap:wrap !important;gap:7px !important;padding:13px !important;}
.gnr-v14-online-user{position:relative !important;display:block !important;width:40px !important;height:40px !important;}.gnr-v14-online-user img{width:40px !important;height:40px !important;border-radius:50% !important;object-fit:cover !important;}.gnr-v14-online-user i{position:absolute !important;right:-1px !important;bottom:-1px !important;width:10px !important;height:10px !important;background:#26b84a !important;border:2px solid #fff !important;border-radius:50% !important;}
.gnr-v14-list{padding:5px 0 !important;}.gnr-v14-list-item{display:flex !important;align-items:center !important;gap:10px !important;padding:9px 13px !important;color:#222 !important;text-decoration:none !important;border-bottom:1px solid #eee !important;}.gnr-v14-list-item:last-child{border-bottom:0 !important;}.gnr-v14-list-item:hover{background:#fafafa !important;color:var(--gnr11-red) !important;}.gnr-v14-list-item img{width:42px !important;height:42px !important;flex:0 0 42px !important;object-fit:cover !important;border-radius:8px !important;}.gnr-v14-list-item img.gnr-v14-round{border-radius:50% !important;}.gnr-v14-list-item span{min-width:0 !important;}.gnr-v14-list-item strong,.gnr-v14-list-item small{display:block !important;}.gnr-v14-list-item strong{color:#222 !important;font-size:12px !important;line-height:1.3 !important;}.gnr-v14-list-item small{color:#777 !important;font-size:10px !important;margin-top:2px !important;}
.gnr-v14-empty{margin:0 !important;padding:14px !important;color:#777 !important;font-size:11px !important;line-height:1.5 !important;}

/* Center BuddyPress */
.gnr-v14-center #whats-new-form{width:100% !important;max-width:none !important;background:#fff !important;border:1px solid #d7d7d7 !important;border-top:4px solid var(--gnr11-red) !important;border-radius:10px !important;box-shadow:0 2px 12px rgba(0,0,0,.18) !important;padding:15px !important;margin:0 0 14px !important;}
.gnr-v14-center #whats-new-form *{box-sizing:border-box !important;max-width:none !important;}.gnr-v14-center #whats-new{width:100% !important;min-height:82px !important;border:1px solid #ddd !important;border-radius:7px !important;background:#fff !important;color:#222 !important;padding:12px 14px !important;}
.gnr-v14-center .item-list-tabs{width:100% !important;background:#111 !important;border:1px solid #555 !important;margin:0 0 14px !important;box-shadow:0 2px 12px rgba(255,255,255,.15) !important;}.gnr-v14-center .item-list-tabs ul{display:flex !important;flex-wrap:wrap !important;margin:0 !important;padding:5px !important;}.gnr-v14-center .item-list-tabs ul li{float:none !important;margin:0 !important;}.gnr-v14-center .item-list-tabs ul li a{display:block !important;padding:10px 13px !important;color:#fff !important;font-size:12px !important;text-decoration:none !important;}.gnr-v14-center .item-list-tabs ul li.selected a,.gnr-v14-center .item-list-tabs ul li.current a{background:#555 !important;color:#fff !important;}
.gnr-v14-center #activity-stream,.gnr-v14-center ul.activity-list,.gnr-v14-center .activity-list{width:100% !important;max-width:none !important;margin:0 !important;padding:0 !important;}.gnr-v14-center #activity-stream>li,.gnr-v14-center .activity-list>li{width:100% !important;max-width:none !important;background:#fff !important;color:#222 !important;border:1px solid #ddd !important;border-left:4px solid var(--gnr11-red) !important;border-radius:10px !important;box-shadow:0 2px 12px rgba(0,0,0,.12) !important;padding:15px !important;margin:0 0 14px !important;}.gnr-v14-center .activity-header,.gnr-v14-center .activity-content,.gnr-v14-center .activity-inner{max-width:none !important;color:#222 !important;}.gnr-v14-center .activity-content a,.gnr-v14-center .activity-header a{color:var(--gnr11-red) !important;}.gnr-v14-center .activity-inner img,.gnr-v14-center .activity-content img{max-width:100% !important;height:auto !important;}

/* Right widgets and login */
.gnr-v14-login-inner{padding:14px;text-align:center}.gnr-v14-login-icon{font-size:24px;margin-bottom:6px}.gnr-v14-login-inner p{font-size:11px;line-height:1.5;color:#666;margin:0 0 12px}.gnr-v14-login-button{display:flex;justify-content:center;align-items:center;min-height:40px;background:#d90000;color:#fff!important;border-radius:6px;text-decoration:none;font-weight:800;font-size:11px}.gnr-v14-login-link{display:block;margin-top:9px;color:#777!important;font-size:10px;text-decoration:none}.gnr-v14-login-link:hover{color:#d90000!important}
.gnr-v14-theme-widgets{width:100%;margin:0 0 16px}.gnr-v14-theme-widgets .widget{width:100%!important;max-width:none!important;box-sizing:border-box!important;margin:0 0 16px!important;background:#fff;border:1px solid #ddd;border-radius:10px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.12)}.gnr-v14-theme-widgets .widget-title,.gnr-v14-theme-widgets .widget h2,.gnr-v14-theme-widgets .widget h3{margin:0!important;padding:13px 14px!important;border-bottom:1px solid #eee!important;color:#d90000!important;font-size:12px!important}.gnr-v14-theme-widgets .widget>*,.gnr-v14-theme-widgets .widget .textwidget{max-width:100%!important;box-sizing:border-box}.gnr-v14-theme-widgets img,.gnr-v14-theme-widgets iframe,.gnr-v14-theme-widgets video{max-width:100%!important;height:auto}.gnr-v14-theme-widgets ul{margin:0!important;padding:0 14px!important}.gnr-v14-theme-widgets li{margin:0!important;padding:8px 0!important;border-bottom:1px solid #eee}
@media(max-width:1200px) and (min-width:901px){
 body.gnr-community-activity-v14 .gnr-v14-shell{grid-template-columns:230px minmax(0,1fr) 280px !important;width:min(1200px,calc(100vw - 28px)) !important;gap:14px !important;}
}
@media(max-width:900px){
 body.gnr-community-activity-v14 .gnr-v14-shell{display:flex !important;flex-direction:column !important;width:calc(100% - 20px) !important;gap:14px !important;}
 .gnr-v14-center{order:1 !important;}.gnr-v14-left{order:2 !important;}.gnr-v14-right{order:3 !important;}
}
@media(max-width:600px){
 body.gnr-community-activity-v14 .gnr-v14-shell{width:calc(100% - 12px) !important;}.gnr-v14-center #whats-new{min-height:70px !important;}.gnr-v14-center .item-list-tabs ul{overflow-x:auto !important;flex-wrap:nowrap !important;}
}

.gnr-v14-notification-body{display:flex;align-items:center;gap:12px;padding:14px}.gnr-v14-notification-body a{font-weight:700;color:#222;text-decoration:none}.gnr-v14-notification-body small{display:block;color:#777;font-size:10px;margin-top:3px}.gnr-v14-notification-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff0f0}.gnr-v14-member-list{padding:4px 0}.gnr-v14-member{display:flex;align-items:center;gap:10px;padding:10px 13px;border-bottom:1px solid #eee;color:#222;text-decoration:none;position:relative}.gnr-v14-member:last-child{border-bottom:0}.gnr-v14-member img{width:40px;height:40px;object-fit:cover;border-radius:50%;flex:0 0 40px}.gnr-v14-member span{font-size:12px;font-weight:700;min-width:0}.gnr-v14-member small{display:block;font-weight:400;color:#777;font-size:10px;margin-top:2px}.gnr-v14-member i{margin-left:auto;width:8px;height:8px;background:#2dbb4e;border-radius:50%;border:1px solid #fff}.gnr-v14-empty{margin:0;padding:14px;color:#777;font-size:11px}.gnr-v14-login-inner{padding:14px;text-align:center}.gnr-v14-login-icon{font-size:24px;margin-bottom:6px}.gnr-v14-login-inner p{font-size:11px;line-height:1.5;color:#666;margin:0 0 12px}.gnr-v14-login-button{display:flex;justify-content:center;align-items:center;min-height:40px;background:#d90000;color:#fff!important;border-radius:6px;text-decoration:none;font-weight:800;font-size:11px}.gnr-v14-login-link{display:block;margin-top:9px;color:#777!important;font-size:10px;text-decoration:none}.gnr-v14-login-link:hover{color:#d90000!important}

/* V14 CONTRASTE: texto oscuro sobre todas las superficies blancas de BuddyPress.
 * Esta parte también se carga en perfiles individuales y grupos, sin modificar
 * su estructura ni mover sidebars. */
body.gnr-community-bp-contrast-v14 #buddypress,
body.gnr-community-bp-contrast-v14 #buddypress .bp-wrap,
body.gnr-community-bp-contrast-v14 #buddypress .item-body,
body.gnr-community-bp-contrast-v14 #buddypress .profile,
body.gnr-community-bp-contrast-v14 #buddypress .profile-fields,
body.gnr-community-bp-contrast-v14 #buddypress .field,
body.gnr-community-bp-contrast-v14 #buddypress .bp-widget,
body.gnr-community-bp-contrast-v14 #buddypress .bp-widget-area,
body.gnr-community-bp-contrast-v14 #buddypress .activity,
body.gnr-community-bp-contrast-v14 #buddypress .activity-list,
body.gnr-community-bp-contrast-v14 #buddypress .standard-form,
body.gnr-community-bp-contrast-v14 #buddypress .bp-feedback,
body.gnr-community-bp-contrast-v14 #buddypress .message,
body.gnr-community-bp-contrast-v14 #buddypress .item-list-tabs,
body.gnr-community-bp-contrast-v14 #buddypress .item-list-tabs ul,
body.gnr-community-bp-contrast-v14 #buddypress .bp-navs {
  color:#171717 !important;
}

body.gnr-community-bp-contrast-v14 #buddypress .profile td,
body.gnr-community-bp-contrast-v14 #buddypress .profile th,
body.gnr-community-bp-contrast-v14 #buddypress .profile label,
body.gnr-community-bp-contrast-v14 #buddypress .profile .label,
body.gnr-community-bp-contrast-v14 #buddypress .profile .data,
body.gnr-community-bp-contrast-v14 #buddypress .field-visibility-settings,
body.gnr-community-bp-contrast-v14 #buddypress .field-visibility-settings-toggle,
body.gnr-community-bp-contrast-v14 #buddypress .activity-header,
body.gnr-community-bp-contrast-v14 #buddypress .activity-content,
body.gnr-community-bp-contrast-v14 #buddypress .activity-inner,
body.gnr-community-bp-contrast-v14 #buddypress .activity-meta,
body.gnr-community-bp-contrast-v14 #buddypress .acomment-content,
body.gnr-community-bp-contrast-v14 #buddypress .acomment-meta,
body.gnr-community-bp-contrast-v14 #buddypress .bp-profile-field,
body.gnr-community-bp-contrast-v14 #buddypress .bp-heading,
body.gnr-community-bp-contrast-v14 #buddypress .bp-title {
  color:#171717 !important;
}

body.gnr-community-bp-contrast-v14 #buddypress .profile a,
body.gnr-community-bp-contrast-v14 #buddypress .bp-navs a,
body.gnr-community-bp-contrast-v14 #buddypress .item-list-tabs a {
  color:#a90000 !important;
}
body.gnr-community-bp-contrast-v14 #buddypress .profile a:hover,
body.gnr-community-bp-contrast-v14 #buddypress .bp-navs a:hover,
body.gnr-community-bp-contrast-v14 #buddypress .item-list-tabs a:hover {
  color:#d90000 !important;
}

/* V14: fuerza el contraste de nombres de grupos/miembros en la columna derecha.
 * DarkNews puede aplicar color blanco a enlaces internos; estas reglas ganan esa
 * herencia sin cambiar el fondo ni la estructura. */
body.gnr-community-activity-v14 .gnr-v14-right .gnr-v14-member,
body.gnr-community-activity-v14 .gnr-v14-right .gnr-v14-member span,
body.gnr-community-activity-v14 .gnr-v14-right .gnr-v14-member span small,
body.gnr-community-activity-v14 .gnr-v14-right .gnr-v14-member a,
body.gnr-community-activity-v14 .gnr-v14-right .gnr-v14-list-item,
body.gnr-community-activity-v14 .gnr-v14-right .gnr-v14-list-item span,
body.gnr-community-activity-v14 .gnr-v14-right .gnr-v14-list-item strong,
body.gnr-community-activity-v14 .gnr-v14-right .gnr-v14-list-item small {
  color:#171717 !important;
  text-shadow:none !important;
}
body.gnr-community-activity-v14 .gnr-v14-right .gnr-v14-member:hover,
body.gnr-community-activity-v14 .gnr-v14-right .gnr-v14-member:hover span,
body.gnr-community-activity-v14 .gnr-v14-right .gnr-v14-list-item:hover,
body.gnr-community-activity-v14 .gnr-v14-right .gnr-v14-list-item:hover strong {
  color:#a90000 !important;
}

/* Texto de widgets reales de DarkNews dentro de nuestra columna derecha. */
body.gnr-community-activity-v14 .gnr-v14-theme-widgets,
body.gnr-community-activity-v14 .gnr-v14-theme-widgets .widget,
body.gnr-community-activity-v14 .gnr-v14-theme-widgets .widget p,
body.gnr-community-activity-v14 .gnr-v14-theme-widgets .widget li,
body.gnr-community-activity-v14 .gnr-v14-theme-widgets .widget td,
body.gnr-community-activity-v14 .gnr-v14-theme-widgets .widget label {
  color:#171717 !important;
}
body.gnr-community-activity-v14 .gnr-v14-theme-widgets .widget a {
  color:#171717 !important;
}
body.gnr-community-activity-v14 .gnr-v14-theme-widgets .widget a:hover {
  color:#a90000 !important;
}
body.gnr-community-activity-v14 .gnr-v14-theme-widgets .widget-title,
body.gnr-community-activity-v14 .gnr-v14-theme-widgets .widget h2,
body.gnr-community-activity-v14 .gnr-v14-theme-widgets .widget h3 {
  color:#a90000 !important;
}

/* V17 - FIX REAL DEL ANCHO DEL FORMULARIO DE ACTIVIDAD
 * Youzify/BuddyPress puede envolver #whats-new-form en contenedores con
 * width/max-width del 50%. No basta con ensanchar #whats-new-form: también
 * debemos liberar todos sus padres y el bloque de actividad.
 */
body.gnr-community-activity-v14 .gnr-v14-center,
body.gnr-community-activity-v14 .gnr-v14-center > *,
body.gnr-community-activity-v14 .gnr-v14-center #activity,
body.gnr-community-activity-v14 .gnr-v14-center #item-body,
body.gnr-community-activity-v14 .gnr-v14-center .item-body,
body.gnr-community-activity-v14 .gnr-v14-center .activity,
body.gnr-community-activity-v14 .gnr-v14-center .activity-update-form,
body.gnr-community-activity-v14 .gnr-v14-center .activity-form,
body.gnr-community-activity-v14 .gnr-v14-center .activity-post-form,
body.gnr-community-activity-v14 .gnr-v14-center .youzify-wall-post,
body.gnr-community-activity-v14 .gnr-v14-center .youzify-wall-post-content,
body.gnr-community-activity-v14 .gnr-v14-center .youzify-post-form,
body.gnr-community-activity-v14 .gnr-v14-center .youzify-wall-form,
body.gnr-community-activity-v14 .gnr-v14-center .youzify-media-post,
body.gnr-community-activity-v14 .gnr-v14-center #whats-new-form,
body.gnr-community-activity-v14 .gnr-v14-center #whats-new-content,
body.gnr-community-activity-v14 .gnr-v14-center #whats-new-options,
body.gnr-community-activity-v14 .gnr-v14-center #whats-new-post-in-box {
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  float:none !important;
  clear:both !important;
  box-sizing:border-box !important;
}

/* Liberar columnas internas de Youzify que suelen quedarse en 50%. */
body.gnr-community-activity-v14 .gnr-v14-center [class*="width-50"],
body.gnr-community-activity-v14 .gnr-v14-center [class*="w-50"],
body.gnr-community-activity-v14 .gnr-v14-center [style*="width: 50%"],
body.gnr-community-activity-v14 .gnr-v14-center [style*="width:50%"] {
  width:100% !important;
  max-width:none !important;
}

/* El contenido editable y sus controles deben ocupar el bloque completo. */
body.gnr-community-activity-v14 .gnr-v14-center #whats-new-textarea,
body.gnr-community-activity-v14 .gnr-v14-center #whats-new-post-in-box,
body.gnr-community-activity-v14 .gnr-v14-center #whats-new-options,
body.gnr-community-activity-v14 .gnr-v14-center .youzify-post-content,
body.gnr-community-activity-v14 .gnr-v14-center .youzify-wall-post-content {
  width:100% !important;
  max-width:none !important;
}

/* El feed también queda liberado de restricciones del tema/plugin. */
body.gnr-community-activity-v14 .gnr-v14-center #activity-stream,
body.gnr-community-activity-v14 .gnr-v14-center #activity-stream > li,
body.gnr-community-activity-v14 .gnr-v14-center ul.activity-list,
body.gnr-community-activity-v14 .gnr-v14-center ul.activity-list > li,
body.gnr-community-activity-v14 .gnr-v14-center .activity-list,
body.gnr-community-activity-v14 .gnr-v14-center .activity-list > li {
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
}

/* Desktop: the center column is the dominant content area. */
@media(min-width:901px){
  body.gnr-community-activity-v14 .gnr-v14-shell{
    grid-template-columns:250px minmax(0,1fr) 300px !important;
    width:min(1420px,calc(100vw - 24px)) !important;
    max-width:1420px !important;
    gap:18px !important;
  }
}

/* Prevent an ancestor from clipping a full-width center block. */
body.gnr-community-activity-v14 .gnr-v14-center,
body.gnr-community-activity-v14 .gnr-v14-center .bp-wrap,
body.gnr-community-activity-v14 .gnr-v14-center .container,
body.gnr-community-activity-v14 .gnr-v14-center .row,
body.gnr-community-activity-v14 .gnr-v14-center .content-area,
body.gnr-community-activity-v14 .gnr-v14-center .site-main {
  overflow:visible !important;
}


/* V18 - REGISTRO VISIBLE PARA NUEVOS USUARIOS */
body.gnr-community-activity-v14 .gnr-v14-register-button {
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  width:100% !important;
  min-height:40px !important;
  margin-top:9px !important;
  padding:0 12px !important;
  box-sizing:border-box !important;
  background:#222 !important;
  color:#fff !important;
  border:1px solid #222 !important;
  border-radius:6px !important;
  text-decoration:none !important;
  font-weight:800 !important;
  font-size:11px !important;
  line-height:1 !important;
  text-transform:uppercase !important;
  transition:background .2s ease, color .2s ease, border-color .2s ease !important;
}
body.gnr-community-activity-v14 .gnr-v14-register-button:hover,
body.gnr-community-activity-v14 .gnr-v14-register-button:focus {
  background:#d90000 !important;
  border-color:#d90000 !important;
  color:#fff !important;
  text-decoration:none !important;
}
body.gnr-community-activity-v14 .gnr-v14-register-button-secondary {
  background:#f2f2f2 !important;
  border-color:#ddd !important;
  color:#333 !important;
}
body.gnr-community-activity-v14 .gnr-v14-register-button-secondary:hover,
body.gnr-community-activity-v14 .gnr-v14-register-button-secondary:focus {
  background:#d90000 !important;
  border-color:#d90000 !important;
  color:#fff !important;
}

/* V18 - refuerzo de textos propios en español */
body.gnr-community-activity-v14 .gnr-v14-profile,
body.gnr-community-activity-v14 .gnr-v14-login-card,
body.gnr-community-activity-v14 .gnr-v14-card {
  font-family:inherit;
}
