.t585__content {
    font-size: 20px;
    font-family: 'Actay', Arial, sans-serif;
    font-weight: 300;
    color: #ffffff;
    background: #62594d69;
    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;
}

.t585__circle {
  transition: all 0.3s ease !important;
  background-color: transparent !important; /* начальный фон */
  color: #ffffff !important; /* начальный цвет текста/иконки */
}

.t585__circle:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #000000 !important;
  transform: scale(1.05);
}

.t585__textwrapper {
    padding: 20px;
}



