.t585__content {
    font-size: 20px;
    font-family: 'Actay', Arial, sans-serif;
    font-weight: 300;
    color: #ffffff;
    background: #8b7f6f87;
    padding: 20px;
    border-radius: 20px;
}

/* Стили для фона кнопки */
.t585__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 8px !important;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow: none !important;
}

/* Стили для плюса внутри */
.t585__circle::before,
.t585__circle::after,
.t585__icon,
.t585__plus,
.t585__circle svg {
  color: #DDB887 !important;
  fill: #DDB887 !important;
  stroke: #DDB887 !important;
}

