@import "../../assets/css/variable";

rad-ui-card-footer {
  .footer-container {
    background-color: $color-main-white;
    padding: 24px;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: -26px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;

    h1 {
      border: none;
      font-size: 16px;
      font-weight: bold;
    }

    h2 {
      border: none;
      font-size: 18px;
      font-weight: bold;
      color: $color-main-blue;
    }
  }
}
