﻿
.geo-banner {
  background-color: #ffe082;
  color: #000;
  font-size: 14px;
  text-align: center;
  padding: 8px 16px;
  position: relative;
  font-family: Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.geo-banner img {
  width: 20px;
  height: 14px;
  margin-right: 8px;
  vertical-align: middle;
}

.geo-banner .close-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
  font-weight: bold;
  color: #333;
  background: none;
  border: none;
  font-size: 16px;
}
