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

rad-ui-card {
  .card-container {
    width: 100%;
    margin-bottom: 16px;
    padding: 26px 24px;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: $color-main-white;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #000;
    overflow: visible;
  }
}
