﻿.flag-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.flag img {
  width: 50px;
  height: auto;
}

.date {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}