.oznameni-banner {
  position: relative;
  text-align: center;
  color: #000;
  background: #ffcc00;
  border-radius: 4px;
  margin-bottom: 0px;
  padding: 10px;
}

.oznameni-close {
  font-size: 17px;
  font-weight: bold;
  color: #A11D37;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

.oznameni-close-cross {
  font-size: 24px;
}

.oznameni-reset-btn {
  position: fixed;
  z-index: 9999;
  bottom: 15px;
  left: 15px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #A11D37;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  padding: 10px;
}

.oznameni-reset-btn:hover {
  background: #7f1414;
}

.oznameni-reset-btn:hover::after {
  content: attr(title);
  position: absolute;
  z-index: 10000;
  bottom: 60px;
  left: 0;
  font-size: 13px;
  white-space: nowrap;
  color: #fff;
  background: #333;
  border-radius: 3px;
  padding: 5px 10px;
}
