/* Isolated homepage numbers strip. */
.sedasend-stats { padding: 42px 20px; background: #e25541; background-image: linear-gradient(110deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .14)); color: #fff; }
.sedasend-stats, .sedasend-stats * { box-sizing: border-box; }
.sedasend-stats__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: min(1230px, 100%); margin: 0 auto; padding: 0; }
.sedasend-stats__item { display: grid; grid-template-columns: 58px auto; grid-template-rows: auto auto; align-content: center; justify-content: center; column-gap: 20px; min-width: 0; padding: 0 22px; }
.sedasend-stats__item + .sedasend-stats__item { border-inline-start: 1px solid rgba(255, 255, 255, .5); }
.sedasend-stats__icon { grid-column: 1; grid-row: 1 / 3; align-self: center; width: 58px; height: 58px; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.sedasend-stats__item dd { grid-column: 2; grid-row: 1; margin: 0; color: #fff; font-family: inherit; font-size: 34px; font-weight: 700; line-height: 1.15; }
.sedasend-stats__item dt { grid-column: 2; grid-row: 2; margin-top: 6px; color: #fff; font-size: 16px; font-weight: 600; line-height: 1.4; }
@media (max-width: 1100px) {
    .sedasend-stats__item { grid-template-columns: 44px auto; column-gap: 12px; padding-inline: 14px; }
    .sedasend-stats__icon { width: 44px; height: 44px; }
    .sedasend-stats__item dd { font-size: 30px; }
    .sedasend-stats__item dt { font-size: 14px; }
}
@media (max-width: 900px) {
    .sedasend-stats { padding-block: 30px; }
    .sedasend-stats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 28px; }
    .sedasend-stats__item:nth-child(3) { border-inline-start: 0; }
}
@media (max-width: 480px) {
    .sedasend-stats__item { grid-template-columns: minmax(0, 1fr); justify-items: center; text-align: center; padding-inline: 8px; }
    .sedasend-stats__icon { grid-column: 1; grid-row: 1; margin-bottom: 10px; }
    .sedasend-stats__item dd { grid-column: 1; grid-row: 2; }
    .sedasend-stats__item dt { grid-column: 1; grid-row: 3; }
}
