body {
  font-family: "Be Vietnam Pro", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
small,
button {
  font-family: "Be Vietnam Pro", sans-serif !important;
}
img:not(.card-img-top),
figure,
a:has(img) {
  width: auto;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  display: block !important;
  margin: auto !important;
}
a:has(img) {
  width: fit-content !important;
}
iframe {
  display: block;
  margin: auto;
  max-width: 100%;
}
a {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.card {
  cursor: pointer;
}
#back-to-top {
  position: fixed;
  border-radius: 5px;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px;
  display: none;
}
#newsModalBody {
  white-space: pre-line;
}
#newsModalBody :has(video),
#newsModalBody :has(iframe),
#newsModalBody video {
  max-width: 100% !important;
  height: auto;
}
.card-img-top {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.img-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio */
}

.img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
