html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.primeia-news-content {
  color: #344054;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 880px;
}

.primeia-news-content p {
  margin: 0 0 1.25rem;
}

.primeia-news-content h2,
.primeia-news-content h3,
.primeia-news-content h4 {
  color: #1f2a56;
  margin: 2rem 0 1rem;
}

.primeia-news-content ul,
.primeia-news-content ol {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}

.primeia-news-content li {
  margin-bottom: .35rem;
}

.primeia-news-content img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 1.5rem 0;
}

.primeia-news-content--plain {
  white-space: normal;
}

.upload-dropzone {
  align-items: center;
  border: 3px dashed #7a7a7a;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  justify-content: center;
  min-height: 180px;
  padding: 1.5rem;
  text-align: center;
  transition: background-color .15s ease, border-color .15s ease;
}

.upload-dropzone.is-dragover {
  background: #eef5ff;
  border-color: #1b5dab;
}

.upload-input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.upload-icon {
  color: #737373;
}

.upload-button {
  background: #1b5dab;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  margin-left: .4rem;
  padding: .6rem 1.4rem;
}
