@use "../../foundations/helpers/forward.helpers.scss" as *;
@use "../button/button.scss";

.ds-correction-notice {
  padding: ds-spacing(0 0 $ds-s-200);

  .ds-correction-notice__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: ds-spacing($ds-s-100);
    padding: ds-spacing($ds-s-100);
    background-color: $ds-color-surface-highlight;
    border-radius: ds-border-radius(050);

    .ds-correction-notice__text {
      @include ds-typography($ds-typography-functional-body-sm) {
        color: $ds-color-text-primary;
      }
    }

    .ds-btn {
      flex-shrink: 0;
    }
  }
}
