.section {
  min-height: auto ;
}

.innerSection {
  line-height: 1.6667;
  color: var(--zdt_alertlookup_innersection_text);
  font-size: var(--zd_font_size15) ;
  word-break: break-word;
  padding: var(--zd_size30) var(--zd_size20) var(--zd_size20) ;
}

[dir=ltr] .buttonGap {
  margin: 0 0 0 var(--zd_size12) ;
}

[dir=rtl] .buttonGap {
  margin: 0 var(--zd_size12) 0 0 ;
}

.text {
  margin-top: var(--zd_size20) ;
}

.extraSmall .innerSection {
  padding: var(--zd_size30) var(--zd_size16) var(--zd_size46) ;
}