/* Oytel foundation: container */

.oytel-container {
  width: min(calc(100% - 32px), var(--oytel-container));
  margin-inline: auto;
}
