#belcms_links_table {
  display: block;
  position: relative;
  border: 1 solid var(--gray-50-color);
  background-color: var(--gray-10-color);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 15px;
}
.belcms_links {
    text-align: left;
    margin-left: 15px;
    width: 100%;
}
.belcms_links_message {
    background-color: #FFF;
    padding: 20px;
    text-align: justify;
    color: var(--gray-50-color);
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    margin: 15px auto;
    display: block;
    text-align: justify;
}
#belcms_links_stats {
    margin: 25px auto 0;
}
.belcms_links_url {
    display: block;
}
.belcms_links_btn {
    background: #FFF;
    transition: 250ms all linear ease-in-out;
}
.belcms_links_btn:hover {
    background-color: rgba(0, 0, 0, 0.10);
    transition: 250ms all linear ease-in-out;
}
.belcms_links_block {
    width: 100%;
}
.list-group-item_right {
    float:right;
    padding: 0 15px;
}
.belcms_links_block .list-group-item {
    text-align: left !important;
    line-height: 30px;
}
.belcms_links_block .list-group-item:hover {
    font-weight: bold;
}
#belcms_cat_view {
    border: 1px solid rgba(0, 0, 0, 0.10);
    margin: 15px auto;
    padding: 15px;
}
.belcms_cat_view_box {
    background: #FFF;
    border-radius: 6px;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
#belcms_cat_view_img {
    width: 100%;
    height: 100%;
    border: 1px dashed rgba(0, 0, 0, 0.10);
    border-top: 0;
    padding: 15px;
}
.belcms_cat_view_box > img {
    width: auto;
    height: 350px;
    height: 300px;
    max-height: 80%;
    margin: 15px auto;
}
#belcms_cat_view_title {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
#belcms_cat_view_title h2 {
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
#belcms_cat_view_infos {
    width: 100%;
    margin: 15px auto;
}
#belcms_cat_view_infos .card-header {
    font-weight: bold;
}
.list-group_left {
    display: block;
    text-align: right;
    overflow: hidden;
}
.list-group_left span {
    display: block;
    text-align: left;
    width: 50%;
}
#belcms_links_table td {
    border:  1px solid rgba(0, 0, 0, 0.10);
}
#belcms_cat_view_inf {
    background-color: rgba(0, 0, 0, 0.75);
    color: #FFF;
}
#textarea {
    width: 100%;
    height: 175px;
    overflow-y: none;
    overflow-x: scroll;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 15px;
    text-align: justify;
}
.card-body {
    padding-bottom: 0 !important;
}

/* index */
    .belcms_links_page,
  .belcms_links_container {
      max-width: 800px;
      margin: auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      padding: 20px;
      margin-bottom: 15px;
    }

    .belcms_links_title {
      font-size: 1.8em;
      color: #2c3e50;
      margin-bottom: 10px;
    }

    .belcms_links_description {
      font-size: 1rem;
      color: #555;
      margin-bottom: 20px;
    }

    .belcms_links_list {
      list-style: none;
      padding: 0;
    }

    .belcms_links_item {
      margin-bottom: 15px;
      padding: 12px;
      background-color: #eef6fc;
      border-left: 4px solid #3498db;
      border-radius: 4px;
    }

    .belcms_links_item a {
      text-decoration: none;
      color: #2980b9;
      font-weight: bold;
      font-size: 1.1em;
    }

    .belcms_links_item span {
      display: block;
      color: #7f8c8d;
      font-size: 0.9em;
      margin-top: 4px;
    }

    .belcms_links_tags {
      margin-top: 20px;
    }

    .belcms_links_tag {
      display: inline-block;
      background-color: #3498db;
      color: white;
      padding: 5px 10px;
      border-radius: 20px;
      margin-right: 8px;
      font-size: 0.8em;
    }

/* Conteneur principal */

/* Nom du lien à gauche */
.belcms_links_name {
  font-size: 1.2em;
  font-weight: 600;
  color: #2c3e50;
  transition: color 0.3s ease;
}

/* Lien cliquable */
.belcms_links_name a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.belcms_links_name a:hover {
  color: #1a73e8;
}

/* Bloc des statistiques à droite */
.belcms_links_stats {
  display: flex;
  gap: 16px;
  cursor: pointer;
}

/* Chaque statistique */
.belcms_links_stat {
  background-color: #f2f4f7;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.95em;
  color: #34495e;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

/* Effet au survol des stats */
.belcms_links_stat:hover {
  background-color: #dfe6ec;
  transform: scale(1.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Label en gras */
.belcms_links_stat span:first-child {
  font-weight: bold;
}

/* Responsive mobile */
@media (max-width: 600px) {
  .belcms_links_container {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .belcms_links_stats {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
}