
    /* Окно */
    .modal-reports-content {
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      width: 360px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

    .modal-reports-content h3 {
      margin-top: 0;
      font-size: 18px;
    }

    /* Кнопки отчётов */
    .modal-report-btn {
      font-family: "TT-Hoves-Pro-Expanded-DemiBold";
      display: block;
      width: 100%;
      text-align: left;
      padding: 10px 12px;
      margin-bottom: 8px;
      background: #0f6bff;
      border: 1px solid #ddd;
      border-radius: 4px;
      cursor: pointer;
      text-align: left;
      color: white;
    }
    .modal-report-btn:hover {
      background: #a4fd00;
      color: black;
      font-family: "TT-Hoves-Pro-Expanded-DemiBold";
    }
