

.paragraph--type--text + .paragraph--type--text,
.paragraph--type--text * {
  --flow-space: var(--space-m);
}

.c-paragraph__nation {
  --flow-space: var(--space-m);
  --border-style: 2px solid var(--color-tertiary);
  border-top: 2px solid #ffaa00;
  border-top: var(--border-style);
  border-bottom: 2px solid #ffaa00;
  border-bottom: var(--border-style);
  padding: max(1.50rem, min(calc(1.32rem + 0.91vw), 2.00rem)) 0;
  padding: var(--flow-space) 0;
}

.c-nation-flag {
  height: 4.3rem;
  border-left: var(--border-style);
  font-weight: 500;
}

.c-nation-flag > * {
    background-color: #ffaa00;
    background-color: var(--color-tertiary);
    display: inline-block;
    margin-top: 5px;
    padding: 4px 8px;
    position: relative;
    padding-right: 1.5rem;
    text-transform: uppercase;
    font-size: max(0.75rem, min(calc(0.75rem + 0.33vw), 0.88rem));
    font-size: var(--type--2);
    line-height: 1.8;
  }

.c-nation-flag > *:after {
      content: '';
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-right: 11px solid white;
      border-bottom: 15px solid transparent;
      position: absolute;
      display: inline-block;
      top: 0;
      right: 0;
    }
