.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-2653c84a */<style>
.rm-tickets-wrap {
  width: 100%;
  font-family: Arial, sans-serif;
}

.rm-tickets {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 15px;
}

.rm-tickets th {
  background: #111827;
  color: #fff;
  text-align: left;
  padding: 14px 12px;
  font-weight: 600;
}

.rm-tickets td {
  padding: 14px 12px;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: middle;
}

.rm-tickets tr:hover {
  background: #f8fafc;
}

.rm-match {
  font-weight: 700;
  color: #111827;
}

.rm-competition {
  font-size: 13px;
  color: #6b7280;
  margin-top: 4px;
}

.rm-date {
  white-space: nowrap;
}

.rm-not-final {
  display: block;
  color: #b45309;
  font-size: 12px;
  margin-top: 4px;
}

.rm-price {
  font-weight: 700;
  white-space: nowrap;
}

.rm-button {
  display: inline-block;
  padding: 10px 16px;
  background: #111827;
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  white-space: nowrap;
}

.rm-button:hover {
  opacity: 0.85;
}

.rm-coming {
  color: #6b7280;
  font-weight: 600;
}

/* MOBILE */
@media (max-width: 767px) {

  .rm-tickets,
  .rm-tickets tbody,
  .rm-tickets tr,
  .rm-tickets td {
    display: block;
    width: 100%;
  }

  .rm-tickets thead {
    display: none;
  }

  .rm-tickets tr {
    margin-bottom: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }

  .rm-tickets tr:hover {
    background: #fff;
  }

  .rm-tickets td {
    border: none;
    padding: 6px 0;
    white-space: normal;
  }

  .rm-tickets td:nth-child(1) {
    padding-bottom: 10px;
  }

  .rm-tickets td:nth-child(2)::before {
    content: "Location: ";
    font-weight: 700;
    color: #111827;
  }

  .rm-tickets td:nth-child(3)::before {
    content: "Date: ";
    font-weight: 700;
    color: #111827;
  }

  .rm-tickets td:nth-child(4)::before {
    content: "From: ";
    font-weight: 700;
    color: #111827;
  }

  .rm-match {
    font-size: 18px;
    line-height: 1.35;
  }

  .rm-competition {
    font-size: 13px;
    margin-top: 5px;
  }

  .rm-button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 13px 16px;
    margin-top: 8px;
    font-size: 16px;
  }

  .rm-coming {
    display: block;
    margin-top: 8px;
  }

  .rm-not-final {
    margin-top: 3px;
  }
}
</style>/* End custom CSS */