:root {
  --button-color: #7E7367;
  --button-color-hover: #464039;
  --button-color-active: #38332E;
  --button-color-disabled: #D8D4CF;
  --button-color-disabled-background: #F8F7F7;
  --button-color-secondary-background: #D8D4CF; }

.article-card-message {
  color: #464039;
  border-radius: 8px;
  padding: 24px;
  font-family: "Ubuntu", sans-serif; }
  @media (min-width: 768px) {
    .article-card-message {
      padding: 32px; } }
  .article-card-message__list {
    margin-right: -15px;
    margin-left: -15px; }
  .article-card-message__column-text, .article-card-message__title {
    padding-bottom: 24px; }
    @media (min-width: 768px) {
      .article-card-message__column-text, .article-card-message__title {
        padding-bottom: 32px; } }
  .article-card-message__item-number {
    font-size: 22px;
    letter-spacing: -0.88px;
    min-width: 40px;
    height: 40px;
    font-style: normal;
    line-height: 128%; }
  .article-card-message__item-text {
    font-size: 14px;
    line-height: 136%; }
  .article-card-message__list-item:not(:last-child) {
    padding-bottom: 24px; }
  .article-card-message--tip {
    background-color: #FAFAEF; }
    .article-card-message--tip .article-card-message__title,
    .article-card-message--tip .article-card-message__item-number {
      color: #8B9933; }
    .article-card-message--tip .article-card-message__svg path {
      fill: #8B9933; }
  .article-card-message--warning {
    background-color: #FEF9F1; }
    .article-card-message--warning .article-card-message__title,
    .article-card-message--warning .article-card-message__item-number {
      color: #DC950B; }
    .article-card-message--warning .article-card-message__svg path {
      fill: #DC950B; }
  .article-card-message--orange {
    --background-color: #FBF7F4;
    --text-color: #936031; }
  .article-card-message--blue {
    --background-color: #EFF7FB;
    --text-color: #5CB1D6; }
  .article-card-message--green {
    --background-color: #F6FAF5;
    --text-color: #4A773C; }
  .article-card-message--pink {
    --background-color: #FBF4FA;
    --text-color: #C45CB9; }
  .article-card-message--custom-icon {
    background-color: var(--background-color); }
    .article-card-message--custom-icon .article-card-message__title-text,
    .article-card-message--custom-icon .article-card-message__item-number {
      color: var(--text-color); }
  .article-card-message__title-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 136%; }
  .article-card-message__column-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 136%; }
  .article-card-message__image img {
    object-fit: cover; }

/*# sourceMappingURL=articleCardMessage.css.map*/