body.page-id-8 .entry-title {
  display: none !important;
}

/** Profile Widget Styles */

.buksy-widget.profile h3 {
  font-size: 15px;
  font-weight: 600;
  color: #444;
  margin: 0 0 14px;
}

.buksy-cover {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: center;
    border-radius: 8px 8px 0 0;
}

.buksy-avatar {
    margin-top: -40px;
}

.buksy-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #fff;
}

/** widget club */
.buksy-widget.club h3 {
  font-size: 15px;
  font-weight: 600;
  color: #444;
  margin: 0 0 14px;
}

.buksy-club-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.buksy-club-avatar img {
    width: 55px;
    height: 55px;
    border-radius: 6px;
    object-fit: cover;
    margin-right: 0;
    min-width: 55px;
    min-height: 55px;
}

.buksy-club-name {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.buksy-club-meta {
    font-size: 13px;
    margin: 2px 0;
    color: #555;
}

.buksy-view-more {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #0073aa;
    margin-top: 8px;
}

.buksy-club-type {
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
}

.buksy-club-meta strong {
    color: #000;
}

.buksy-club-meta {
    font-size: 14px;
    margin: 2px 0;
}

/** widget events */
.buksy-widget.events h3 {
  font-size: 15px;
  font-weight: 600;
  color: #444;
  margin: 0 0 14px;
}
.buksy-calendar-connect {
    margin-top: 15px;
}

/** == widget readers == */

/* === Título === */
.buksy-widget.readers h3 {
  font-size: 15px;
  font-weight: 600;
  color: #444;
  margin: 0 0 14px;
}

/* === Ítem de lector === */
.reader-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

/* Avatar redondo */
.reader-item .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

/* === Información del lector === */
.reader-info {
  flex: 1;
  line-height: 1.2;
}

.reader-info strong {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.reader-info small {
  font-size: 13px;
  color: #777;
}

/* === Contenedor del botón === */
.reader-connect {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* === Corrige estructura BuddyBoss ===
El botón real es un <a> dentro de un <div class="friendship-button generic-button"> */
.reader-connect .friendship-button.generic-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* === Botón Conectar / Connect === */
.reader-connect .friendship-button.generic-button a.friendship-button,
.reader-connect .buksy-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 13px !important;
  font-weight: 500;
  line-height: 1.4;
  padding: 6px 14px !important;
  border-radius: 50px !important;
  border: 1.5px solid #0084ff !important;
  background: #fff !important;
  color: #0084ff !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  min-width: 95px;
  height: auto;
  box-sizing: border-box;
}

/* Hover azul */
.reader-connect .friendship-button.generic-button a.friendship-button:hover,
.reader-connect .buksy-btn:hover {
  background: #0084ff !important;
  color: #fff !important;
}

/* Estado “Siguiendo” / “Conectado” */
.reader-connect .friendship-button.generic-button a.friendship-button.is_friend,
.reader-connect .friendship-button.generic-button a.friendship-button.requested {
  border-color: #e0e0e0 !important;
  color: #777 !important;
  background: #f9f9f9 !important;
  cursor: default !important;
}

/* Elimina íconos o pseudo-elementos automáticos de BuddyBoss */
.reader-connect .friendship-button.generic-button a.friendship-button::before,
.reader-connect .friendship-button.generic-button a.friendship-button::after {
  display: none !important;
  content: none !important;
}

/* === Enlace "Ver todos los lectores" === */
.buksy-see-all {
  display: block;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
  text-decoration: none;
}

.buksy-see-all:hover {
  text-decoration: underline;
}

/** == widget suggestions == */
/* .buksy-widget.suggestions {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 16px;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
} */

/* === Título === */
.buksy-widget.suggestions h3 {
  font-size: 15px;
  font-weight: 600;
  color: #444;
  margin: 0 0 16px;
}

/* === Club individual === */
.club-suggestion {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

/* Portada del club (imagen libro) */
.club-suggestion img {
  width: 52px;
  height: 78px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Información del club */
.club-suggestion div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.3;
}

/* Nombre del club */
.club-suggestion strong {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  display: block;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Texto secundario */
.club-suggestion small {
  font-size: 13px;
  color: #777;
}
/* === Botón === */
.buksy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  padding: 6px 14px;
}
aside#block-2.widget.widget_block,
aside#block-2.widget.widget_block .buksy-cover {
  padding: 0 0;
  margin: 0 0;
}
aside#block-2.widget.widget_block> p {
  display: none;
}
aside#block-2.widget.widget_block p,
aside#block-2.widget.widget_block h3 {
  margin: 0 0 11px;
  padding: 0 1.25rem ;
}
aside#block-2.widget.widget_block .buksy-avatar {
  padding: 0 1.25rem ;
}
aside#block-2.widget.widget_block {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
.buksy-widget.events i.bb-icon-calendar,
.buksy-widget.club i.bb-icon-users {
      top: -1px;
    position: relative;
    margin-right: 4px;
}
.buksy-widget.events i.bb-icon-calendar::before,
.buksy-widget.club i.bb-icon-users::before {
  font-size: 25px;
}
.buksy-widget.events h3,
.buksy-widget.club h3 {
  display: flex;
  line-height: normal;
}
.bb-template-v2 .widget.widget_block {
  padding-bottom: 0;
  padding-top: 0;
}
.buksy-widget.club .buksy-club-item {
  gap: 8px;
}
.buksy-calendar-header .calendar-header {
  display: grid;
  grid-template-areas: "date arrowD arrowR";
}
.buksy-calendar-header .calendar-header .arrow {
  background-color: transparent;
  font-family: bb-icons;
    font-weight: 300;
}
.buksy-calendar-header .calendar-header .arrow img {
  opacity: 0;
  position: absolute;
}
.buksy-calendar-header .calendar-header #prev-month {
  grid-area: arrowD;
}
.buksy-calendar-header .calendar-header #next-month {
  grid-area: arrowR;
}
.buksy-calendar-header .calendar-header #prev-month::after {
  content: '\e8ab'
}
.buksy-calendar-header .calendar-header #next-month::before {
  content: '\e827';
}
.buksy-calendar-header .calendar-header h4 {
  grid-area: date;
}
.buksy-calendar-header .calendar-legend .legend-item > a {
  font-size: 10px;
  font-weight: unset;
  max-width: 78px;
  width: 100%;
}
.buksy-calendar-header .calendar-legend .legend-item > small {
  font-size: 8px;
  max-width: 42px;
  width: 100%;
}
.buksy-calendar-header .calendar-legend .legend-item > .calendar-buttons {
  display: flex;
      align-items: center;
    gap: 8px;
}
.buksy-calendar-header .calendar-legend .legend-item > .calendar-buttons img {
  width: 18px;  
  height: 18px;  
}
.buksy-calendar-header .calendar-legend .legend-item > .calendar-buttons .btn-calendar.apple img {

}
.buksy-widget.readers .reader-item {
    display: grid;
    grid-template-areas:
        "avatar info info"
        "avatar button button";
    gap: 0 7px;
    grid-template-columns: 20% 74%;
}
.buksy-widget.readers .reader-item .avatar {
  grid-area: avatar;
}
.buksy-widget.readers .reader-item .reader-info {
  grid-area: info;
}
.buksy-widget.readers .reader-item .reader-connect {
    grid-area: button;
    margin-left: 0;
    margin-top: 4px;
    width: 100%;
    display: flex;
    justify-content: flex-start; 
}
.buksy-widget.readers .reader-item .reader-connect .friendship-button.generic-button {
    justify-content: flex-start;
    width: 100%;
}
.buksy-widget.readers .reader-item .reader-connect .friendship-button.generic-button a.friendship-button,
.buksy-widget.readers .reader-item .reader-connect .buksy-btn {
  padding: 6px 10px !important;
  min-width: 100%;
}
.buksy-widget.readers .reader-item .reader-connect .friendship-button.generic-button a.friendship-button.is_friend,
.buksy-widget.readers .reader-item .reader-connect .friendship-button.generic-button a.friendship-button.requested {
  background: #f0f0f0 !important;
}
.buksy-widget.readers .reader-item .reader-connect .friendship-button.generic-button a.friendship-button.is_friend:hover,
.buksy-widget.readers .reader-item .reader-connect .friendship-button.generic-button a.friendship-button.requested:hover {
  background: #f0f0f0 !important;
}
.buksy-widget.suggestions .club-suggestion img {
  width: 60px;
  height: 90px;
}
.buksy-widget.suggestions .club-suggestion div {
  max-width: calc(100% - 60px);
}