.visa-list-item {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 10px 10px 20px;
  display: block;
  margin-bottom: 24px;
}
.visa-list-item:hover {
  color: inherit;
}
.visa-list-item .image {
  width: 100%;
  background-color: #F4F4F9;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.visa-list-item .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.visa-list-item .image img.is-not-valid {
  filter: grayscale(100%);
}
.visa-list-item .title {
  width: 100%;
  height: 55px;
  margin-bottom: 20px;
  background-color: #F4F4F9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #2F3742;
}
.visa-list-item .date-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #2F3742;
  margin-bottom: 12px;
}
.visa-list-item .date-section > .date {
  font-size: 14px;
  color: #2F3742;
  display: flex;
  gap: 4px;
  align-items: baseline;
  width: auto;
  font-weight: bold;
}
.visa-list-item .price-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #2F3742;
}
.visa-list-item .price-section > .price {
  font-size: 14px;
  color: #2F3742;
  display: flex;
  gap: 4px;
  align-items: baseline;
  width: auto;
}
.visa-list-item .price-section > .price > span {
  color: #0197F6;
  font-weight: bold;
  font-size: 18px;
}
.popular-list-item {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  display: flex;
}
.popular-list-item:hover {
  color: inherit;
}
.popular-list-item .image {
  width: 140px;
  height: 96px;
  background-color: #F4F4F9;
  overflow: hidden;
  border-radius: 5px;
  margin-left: 10px;
}
.popular-list-item .image img {
  width: 140px !important;
  height: 96px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 35/24;
  border-radius: 5px;
}
.popular-list-item .image img.is-not-valid {
  filter: grayscale(100%);
}
.popular-list-item__body {
  width: calc(100% - 140px);
}
.popular-list-item__body .title {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #2F3742;
}
.popular-list-item__body .date-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #2F3742;
  margin-bottom: 10px;
}
.popular-list-item__body .date-section > .date {
  font-size: 14px;
  color: #2F3742;
  display: flex;
  gap: 4px;
  align-items: baseline;
  width: auto;
  font-weight: bold;
}
.popular-list-item .price-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #2F3742;
}
.popular-list-item .price-section > .price {
  font-size: 14px;
  color: #2F3742;
  display: flex;
  gap: 4px;
  align-items: baseline;
  width: auto;
}
.popular-list-item .price-section > .price > span {
  color: #0197F6;
  font-weight: bold;
  font-size: 18px;
}
.long-description .card-header {
  height: 70px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #4E5C6E;
}
.long-description .card-body {
  padding: 1.25rem;
}
.long-description .card-footer {
  height: 50px;
  padding: 0;
  text-align: center;
  border-top: 0;
  line-height: 47px;
}
.long-description .card-footer:hover {
  cursor: pointer;
}
.long-description .card-footer > div {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 14px;
  color: #4E5C6E;
  border: none;
}
