/* Homepage provozni informace overrides */
.template-news .template-status-grid,
body.template-latest .template-news .template-status-grid {
  align-items: start !important;
  gap: 18px !important;
}

.template-news .template-status-card,
body.template-latest .template-news .template-status-card {
  min-height: 0 !important;
  padding: 30px 32px !important;
}

.template-news .template-today-card,
body.template-latest .template-news .template-today-card {
  display: flex !important;
  flex-direction: column !important;
}

.template-news .template-label-icon,
body.template-latest .template-news .template-label-icon {
  position: relative !important;
  min-height: 38px !important;
  padding-left: 50px !important;
  align-items: center !important;
}

.template-news .template-label-icon::before,
body.template-latest .template-news .template-label-icon::before {
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  width: 38px !important;
  height: 38px !important;
  border: 1px solid #d8e6d4 !important;
  border-radius: 50% !important;
  background: #eef7ea !important;
  -webkit-mask: none !important;
  mask: none !important;
  transform: translateY(-50%) !important;
}

.template-news .template-label-icon::after,
body.template-latest .template-news .template-label-icon::after {
  content: "" !important;
  position: absolute !important;
  left: 10px !important;
  top: 50% !important;
  width: 18px !important;
  height: 18px !important;
  background: #43863a !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E") center / contain no-repeat !important;
  transform: translateY(-50%) !important;
}

.template-news .template-status-card h3,
body.template-latest .template-news .template-status-card h3 {
  margin-top: 18px !important;
}

.template-news .template-today-note,
body.template-latest .template-news .template-today-note {
  max-width: 42ch !important;
  margin: 0 !important;
  color: #66736f !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.template-news .template-card-btn,
body.template-latest .template-news .template-card-btn {
  display: inline-flex !important;
  width: fit-content !important;
  margin-top: 22px !important;
}

.template-news .template-alert-icon,
body.template-latest .template-news .template-alert-icon {
  display: grid !important;
  width: 38px !important;
  height: 38px !important;
  flex: 0 0 38px !important;
  margin-top: 2px !important;
  place-items: center !important;
  border: 1px solid #d8e6d4 !important;
  border-radius: 50% !important;
  background: #eef7ea !important;
  color: #43863a !important;
  font-size: 0 !important;
  font-weight: 800 !important;
}
.template-news .template-alert-icon::before,
body.template-latest .template-news .template-alert-icon::before {
  content: "" !important;
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  background: #43863a !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='6.8' r='1.7' fill='black'/%3E%3Cpath d='M12 11v7' stroke='black' stroke-width='2.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='6.8' r='1.7' fill='black'/%3E%3Cpath d='M12 11v7' stroke='black' stroke-width='2.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

.template-news .template-alert-card,
body.template-latest .template-news .template-alert-card {
  align-items: flex-start !important;
}

.template-news .template-alert-card h3,
body.template-latest .template-news .template-alert-card h3 {
  margin-top: 4px !important;
}

.template-news .template-alert-card p,
body.template-latest .template-news .template-alert-card p {
  max-width: 58ch !important;
  line-height: 1.55 !important;
}

.template-news .template-info-grid,
body.template-latest .template-news .template-info-grid {
  display: grid !important;
  width: 100% !important;
  box-sizing: border-box !important;
  grid-template-columns: minmax(0, 1fr) !important;
  margin-top: 20px !important;
  border: 1px solid #d8e6d4 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 18px 46px rgba(20, 39, 25, .06) !important;
  overflow: hidden !important;
}

.template-news .template-info-grid > .template-info-card,
body.template-latest .template-news .template-info-grid > .template-info-card {
  display: flex !important;
  width: 100% !important;
  box-sizing: border-box !important;
  gap: 24px !important;
  align-items: flex-start !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 32px !important;
  box-shadow: none !important;
}

.template-news .template-info-grid > .template-info-card > div,
body.template-latest .template-news .template-info-grid > .template-info-card > div {
  width: 100% !important;
  min-width: 0 !important;
}

.template-news .template-info-grid .template-info-badge,
body.template-latest .template-news .template-info-grid .template-info-badge {
  display: none !important;
}

.template-news .template-info-grid h3,
body.template-latest .template-news .template-info-grid h3 {
  margin: 4px 0 14px !important;
  color: #102034 !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  line-height: 1.16 !important;
}

.template-news .template-info-action-row,
body.template-latest .template-news .template-info-action-row {
  display: grid !important;
  grid-template-columns: minmax(0, 760px) 220px !important;
  gap: 36px !important;
  justify-content: start !important;
  align-items: center !important;
}

.template-news .template-info-action-row-single,
body.template-latest .template-news .template-info-action-row-single {
  grid-template-columns: minmax(0, 760px) !important;
}

.template-news .template-info-action-row p,
body.template-latest .template-news .template-info-action-row p {
  max-width: none !important;
  margin: 0 !important;
  color: #66736f !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.template-news .template-info-action-row .template-card-btn,
body.template-latest .template-news .template-info-action-row .template-card-btn {
  display: inline-flex !important;
  width: 100% !important;
  min-width: 0 !important;
  margin-top: 0 !important;
  justify-content: center !important;
  white-space: nowrap !important;
}

@media (max-width: 1100px) {
  .template-news .template-info-action-row,
  body.template-latest .template-news .template-info-action-row {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }
}

@media (max-width: 900px) {
  .template-news .template-status-grid,
  body.template-latest .template-news .template-status-grid,
  .template-news .template-info-action-row,
  body.template-latest .template-news .template-info-action-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .template-news .template-info-action-row .template-card-btn,
  body.template-latest .template-news .template-info-action-row .template-card-btn {
    width: fit-content !important;
  }
}

@media (max-width: 640px) {
  .template-news .template-status-card,
  body.template-latest .template-news .template-status-card,
  .template-news .template-info-grid > .template-info-card,
  body.template-latest .template-news .template-info-grid > .template-info-card {
    flex-direction: column !important;
    padding: 24px !important;
  }
}