/* modules/ordinaentroricevi/views/css/ordina.css */

@font-face {
  font-family: 'Poppins';
  src: url('/modules/creativeelements/views/fonts/Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.oer-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1rem;
  border-radius: 12px;
  background-color: var(--oer-bg, #fafafa);
  border: 1px solid #e6e6e6;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  margin: 1rem 0;
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.oer-text { font-size: 1rem; color: #000000; }
.oer-label { color: #000000; margin-right: 0.25rem; }

.oer-countdown {
  font-weight: 600;
  color: #014e7b;
  margin-right: 0.25rem;
}

.oer-date { font-weight: 600; color: #000000; }

@media (max-width: 600px) { .oer-text { font-size: .95rem; } }

/* Sottotesto informativo */
.oer-subtext {
  width: 100%;
  font-size: 10px;
  font-weight: 300;
  color: #000000;
  margin-top: 4px;
  opacity: 0.85;
  line-height: 1.3;
}


