// @import '../../styles-new/default';
@import '../../theme/components/text-card.less';

.text-card-wrapper {
  width: 100%;
  padding: @spacing-xs 25px @spacing-xs @spacing-xs;
  background-color: @color-fill-gray-light;
  color: @text-card-color;
  font-size: @text-card-font-size;
  border-radius: @radius-xs;
  box-sizing: border-box;
  line-height: 16px;
  position: relative;

  &.hide-icon {
    padding-right: @spacing-xs;
  }

  >.text-card-icon {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;

    >img {
      width: 10px;
      height: 10px;
    }
  }
}
