.country-name{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.country-link{
    font-weight: bold !important;
}
.country-title {
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #dee2e6;
}
  .carter-one-regular {
    font-family: "Carter One", system-ui;
    font-weight: 400;
    font-style: normal;
  }
  .text-last{
    color: white;
  }
  .text-2ndlast{
    color: slategrey;
  }


  .colorpalete{
    color: #32012F,#B60071;
    color: #B13BFF;
    color: #B60071;
    color:#471396;
    color: #090040;
    color: #AD49E1;
    color: #C68FE6;
  }

  .link-source{
    font-size: 1rem;
  }


  /* tables */
.table-inketu {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.723);
  border-radius: 12px;
  overflow: hidden;
}

.table-inketu thead {
  background-color: #32012F;
  color: #fff;
  text-align: left;
  font-size: 16px;
}

.table-inketu th,
.table-inketu td {
  padding: 12px 16px;
  border-bottom: 1px solid #e0e0e0;
}

.table-inketu tbody tr:hover {
  background-color: #f3faff;
}

.text-lightblue{
  color: #AEEEEE !important; 
}
.text-lightpurple{
  color: #B13BFF !important; 
}


.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Max 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Max 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}