.oznamy {
  padding-top: 14rem;
  background: linear-gradient(to bottom, #fffae1, #FFD726);
  position: relative;
}

.oznamy>img {
  position: absolute;
  top: 100px;
  left: 100px;
  z-index: 0;
  width: 35%;
}

.oznamy-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.oznamy-header .title {
  margin-bottom: 2rem;
}

.oznamy-header p {
  max-width: 33%;
  margin: auto;
  text-align: center;
}

.oznamy-header .btnSecondary {
  position: absolute;
  bottom: -15px;
}

.oznamy-header>img {
  position: absolute;
  z-index: -1;
  right: 0;
  top: -15rem;
  rotate: -2deg;
  width: 50%;
}

.oznamy-header-bubble-1 {
  right: 14rem;
  top: -2rem;
  border: 2px solid #FFD726;
  background-color: transparent !important;
}

.oznamy-header-bubble-2 {
  right: 27rem;
  top: 6rem;
  border: 2px solid #E8E8E8;
  background-color: transparent !important;
}

.oznamy-header-bubble-3 {
  right: 20rem;
  bottom: 0;
  border: 3px solid #000000;
  background-color: transparent !important;
}

.oznamy-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0 6rem;
}

.oznamy-wrapper-img {
  text-align: center;
}

.partner-highlight {
  margin: 0 6rem 3rem;
  padding: 2rem;
  border-radius: 24px;
  background: linear-gradient(135deg, #fffef7, #fff2ad);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.partner-highlight-copy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.partner-highlight-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #FFD726;
}

.partner-highlight-header p {
  margin: 0;
}

.partner-highlight-body {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
}

.partner-highlight-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.partner-highlight-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
  font-weight: 500;
}

.partner-highlight-contact a {
  font-size: 2rem;
  line-height: 1;
  color: #000000;
  text-decoration: none;
}

.partner-highlight-qr {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 1.5rem;
}

.partner-highlight-qr img {
  width: 190px;
  max-width: 100%;
  height: auto;
}

.partner-logo {
  width: 120px;
  height: auto;
}

.responsive-image {
  width: 100%;
  min-width: 400px;
  height: auto;
  display: inline-block;
}

.oznam {
  min-width: 200px;
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  border-radius: 20px;
  background-color: #FFFFFF;
  border: 2px solid transparent;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.oznam:hover {
  border: 2px solid #FFD726;
}

.oznam-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #FFD726;
}

.oznam-header-date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

.oznam-header-date i {
  font-size: 30px;
  border-radius: 10px;
  padding: 0.5rem;
  margin-top: -4px;
  height: max-content;
}

.oznam-header-date span {
  color: #908C8C;
}

.oznam-header-title {
  font-size: 28px;
  line-height: 2.5rem;
}

/* (mobilné zariadenia) */
@media (max-width: 900px) {
  .oznamy-header p {
    max-width: 80%;
    margin: 0 10px;
  }

  .partner-highlight {
    margin: 0 1rem 3rem;
  }

  .partner-highlight-body {
    grid-template-columns: 1fr;
  }

  .oznamy-wrapper {
    margin: 0 1rem;
  }
}
