/* Faixa de topo com tom mais orgânico */
.bp-banner {
  background-color: #5a5f5b;
  color: #fff;
  padding: 8px 16px;
  font-weight: 500;
  border-radius: 4px;
}

/* Foto de capa (quando aplicável) */
.bp-cover {
  background-color: #f4f4f2;
  height: 180px;
  background-size: cover;
  background-position: center;
}

/* Avatar redondo */
.bp-avatar img {
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Nome do utilizador */
.bp-user-name {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c2c2c;
}

/* Botões com presença elegante */
.bp-action-button {
  background-color: #3e5f4b;
  color: #fff;
  padding: 6px 14px;
  border-radius: 4px;
  font-weight: 500;
  border: none;
  transition: background 0.3s ease;
}
.bp-action-button:hover {
  background-color: #2f4a3a;
}

/* Cartões de membro */
.bp-member-card {
  border: 1px solid #dcdcd8;
  padding: 16px;
  margin-bottom: 12px;
  border-radius: 6px;
  background-color: #f4f4f2;
}

/* Separadores ativos com tom verde musgo */

.bp-tabs {
  display: block;
  padding: 0;
  margin: 0;
}

.bp-tabs li {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #5a5f5b;
  padding: 10px 14px;
  border-radius: 4px;
  background-color: #f4f4f2;
  transition: background 0.3s ease;
}

.bp-tabs li:hover {
  background-color: #dcdcd8;
}

.bp-tabs li.active {
  background-color: #3e5f4b;
  color: #fff;
}

#object-nav li {
  display: block !important;
  margin-bottom: 8px;
  font-weight: 500;
  color: #5a5f5b;
  padding: 10px 14px;
  border-radius: 4px;
  background-color: #f4f4f2;
  transition: background 0.3s ease;
}

#object-nav li.current {
  background-color: #3e5f4b !important;
  color: #fff !important;
}

#object-nav li:hover {
  background-color: #dcdcd8 !important;
}


/* Menu com tom cinza profundo */
.bp-menu {
  display: flex;
  gap: 16px;
  font-weight: 500;
  color: #5a5f5b;
}
.bp-menu a {
  text-decoration: none;
  color: #5a5f5b;
  padding: 6px 10px;
  border-radius: 4px;
  transition: background 0.3s ease;
}
.bp-menu a:hover {
  background-color: #dcdcd8;
}

/* Separadores */

div.friend-button .friendship-button {
  display: block !important;
}

.friendship-button {
  background-color: #516a80 !important;
  color: #fff !important;
}

.friendship-button,
.friendship-button.add,
.friendship-button.remove,
.friendship-button.pending,
.friendship-button.accept {
  display: block !important;
  width: 100% !important;
  margin-bottom: 4px !important;
  font-weight: 500 !important;
  font-size: 0.9rem !important;
  color: #5a5f5b !important;
  padding: 6px 12px !important;
  border-radius: 4px !important;
  background-color: #fff !important;
  border: none !important;
  text-align: left !important;
  transition: background 0.3s ease !important;
}

.friendship-button:hover {
  background-color: #fb8b01 !important;
  color: #fff !important;
}

.friendship-button.current {
  background-color: #516a80 !important;
  color: #fff !important;
}

.bp-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  justify-content: center;
}

.bp-action-buttons .generic-button,
.bp-action-buttons .friendship-button {
  display: inline-block !important;
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  color: #516a80 !important;
  background-color: #fff !important;
  padding: 6px 12px !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  border: none !important;
  min-width: 160px !important;
  text-align: center !important;
  transition: background-color 0.3s ease, color 0.3s ease !important;
}

.bp-action-buttons .generic-button:hover,
.bp-action-buttons .friendship-button:hover {
  background-color: #fb8b01 !important;
  color: #fff !important;
}

@media screen and (max-width: 900px) {
  .bp-action-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .bp-action-buttons .generic-button,
  .bp-action-buttons .friendship-button {
    width: 100% !important;
    min-width: auto !important;
  }
}



/*             Recomendações de Estilo e CSS */
/* === Cartão de Membro: Destaque === */
.bp-card-destaque {
    border: 2px solid #ff6600;
    background-color: #fff8f0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 1rem;
    color: #222222;
}

/* === Menu Compacto === */
.bp-menu-compacto li {
    font-size: 0.8rem;
    padding: 4px 8px;
    background-color: #f5f5f5;
    color: #5a5f5b;
}

/* === Cartão Cinza Claro === */
.bp-card-cinza-claro {
    background-color: #eeeeee;
    color: #333333;
    padding: 6px 12px;
    font-size: 0.9rem;
    border-radius: 6px;
}

/* === Lista em Grid Claro === */
.bp-members-list.grid-claro {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    background-color: #fafafa;
    padding: 10px;
}

/* === Botões de Ação === */
.bp-link-button {
    display: inline-block;
    padding: 6px 12px;
    background-color: #5a5f5b;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin-right: 6px;
    transition: background-color 0.3s ease;
}

.bp-link-button:hover {
    background-color: #ff6600;
}

/* === Avatar === */
.bp-avatar {
    border-radius: 50%;
    margin-bottom: 8px;
}

/* === Responsivo === */
@media (max-width: 600px) {
    .bp-member-card {
        font-size: 0.85rem;
        padding: 8px;
    }
    .bp-avatar {
        width: 60px;
        height: 60px;
    }
}
