.elementor-3286 .elementor-element.elementor-element-94cc36e > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-94cc36e *//* ======= Dashboard prestataire – conteneur ======= */

.pr-dashboard {
  max-width: 1100px;
  margin: 40px auto;
  padding: 24px;
  background: #f7f9fc;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  font-size: 14px;
}

/* ======= Tuiles de stats ======= */

.pr-dashboard-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.pr-stat {
  flex: 1 1 180px;
  background: #ffffff;
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pr-stat-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6b7280;
  margin-bottom: 6px;
}

.pr-stat-value {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
}

/* ======= Tableau des interventions ======= */

.pr-dashboard-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

.pr-dashboard-table thead {
  background: #f3f4f6;
}

.pr-dashboard-table th,
.pr-dashboard-table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: middle;
}

.pr-dashboard-table th {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7280;
}

.pr-dashboard-table tbody tr:nth-child(even) {
  background: #f9fafb;
}

.pr-dashboard-table tbody tr:hover {
  background: #eef2ff;
}

/* ======= Bouton "Voir / remplir le rapport" ======= */

.pr-btn {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #4f46e5;
  color: #ffffff;
  background: #4f46e5;
  transition: all 0.15s ease-in-out;
  white-space: nowrap;
}

.pr-btn:hover {
  background: #4338ca;
  border-color: #4338ca;
}

/* ======= Cellule "Aucune intervention" ======= */

.pr-dashboard-table td[colspan="7"] {
  text-align: center;
  color: #9ca3af;
  font-style: italic;
}

/* ======= Responsive ======= */

@media (max-width: 768px) {
  .pr-dashboard {
    padding: 16px;
  }

  .pr-dashboard-stats {
    flex-direction: column;
  }

  .pr-dashboard-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .pr-dashboard-table th,
  .pr-dashboard-table td {
    padding: 8px 10px;
  }
}
.pr-btn {
    background-color: #00c853;      /* vert, change si tu as un code précis */
    color: #ffffff;
    border-radius: 999px;
    padding: 6px 16px;
    font-weight: 600;
    border: none;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.pr-btn:hover {
    background-color: #00b44b;
    color: #ffffff;
}

.pr-btn-secondary {
    background-color: transparent;
    color: #00c853;
    border: 2px solid #00c853;
}

.pr-btn-secondary:hover {
    background-color: #00c853;
    color: #ffffff;
}/* End custom CSS */