  .my-custom-button {
    background-color: #111;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
  }

  .my-custom-button:hover {
    background-color: #333;
  }

  /* Стиль кнопки внутри блока с ID rec1158311311 */
  /* Стиль кнопки внутри блока #rec1158311311 */
  #rec1158311311 .t400__submit {
    font-size: 14pt !important;
    font-weight: normal !important;
    color: #444444 !important;
    background-color: #C3F07A !important;
    border-radius: 20px !important;
    transition: all 0.3s ease !important;
  }

  /* Стили при наведении */
  #rec1158311311 .t400__submit:hover {
    color: #ffffff !important;
    background-color: #444444 !important;
  }
