@import url(https://cdn.wysibb.com/css/default/wbbtheme.css);
.form-group small {
  display: block;
}

.form-group {
  margin-bottom: 0.3rem;
}

.header {
  display: grid;
  grid-template-columns: 12% repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.header-1 {
  margin-top: 8%;
  grid-area: 1/1/2/2;
}

.header-2 {
  grid-area: 1/2/2/3;
}

.header-3 {
  grid-area: 1/3/2/4;
}

.header-5 {
  grid-area: 1/4/2/5;
}

.header-username {
  font-weight: 500 !important;
  font-size: 1.4rem !important;
}

.header ul {
  list-style-type: none;
}

.header li span {
  font-weight: bold;
}

/** Public PROFIL **/
.separator {
  background-color: white !important;
  border-top: 2px solid #bf7af0;
}

hr {
  margin-bottom: 2rem !important;
}

.separator #title {
  position: absolute;
  font-size: 15px;
  color: #bf7af0;
  font-weight: bold;
  margin-top: -15px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
}

.separator {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0 !important;
}

.infos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.info-1 {
  grid-area: 1/1/2/2;
}

.info-2 {
  grid-area: 1/2/2/3;
}

.infos p {
  margin: 0.05rem;
}

.block {
  border: 2px solid rgba(183, 183, 183, 0.27);
  border-radius: 0.3rem;
  margin-bottom: 0.5rem;
  padding: 0.2rem;
}

.block-content {
  margin: 0.5rem;
}

.block-content a {
  color: #bf7af0;
  text-decoration: none;
}

.list-post ul {
  list-style-type: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.modify-account {
  color: #bf7af0 !important;
}

.title-account {
  color: #3795e2;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 0.3rem !important;
}

.text-glow {
    text-shadow:
        -0.25px -0.25px 0 #000,
         0.5px -0.25px 0 #000,
        0.25px  0.25px 0 #000,
         0.25px  0.25px 0 #000;
}

.separator-flex {
    display: flex;
    align-items: center; /* vertical center */
    gap: 0px;
    margin: 0.5rem 0; /* reduce vertical space */
    padding: 0;
    padding-left: 10px; /* restore left space */
}

.separator-flex #title {
    font-size: 15px;
    color: #bf7af0;
    font-weight: bold;
    margin: 0;
    padding: 0 5px 0 0;
    white-space: nowrap;
}

.separator-flex::after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background-color: #bf7af0;
    margin-left: 5px;
}

/* Reduce button size to match line height */
.separator-flex form button {
    padding: 2px 6px; /* smaller height and width */
    font-size: 0.75rem;
    line-height: 1;
    height: auto; /* allow natural height with padding */
}



#friends td {
  margin: 0 !important;
  padding: 0 !important;
}

#friends a {
  text-decoration: none;
}

#public-header-account {
  padding: 0 !important;
}

#public-header-account .banner-account {
  width: 743px;
  height: 250px;
}

#public-header-account .avatar-account {
  border: 0.25rem solid #ffffff;
  border-bottom: none;
  width: 130px;
  height: 130px;
}
