/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/* === RaceResult Viewer Styling === */

/* Force RaceResult table font color and weight */
.RRPublish td,
.RRPublish th {
  color: #000 !important;
  font-weight: 300 !important;
}

/* Optional: make key fields bolder */
.RRPublish td.Name,
.RRPublish td.Club,
.RRPublish td.Bib,
.RRPublish td.Pl {
  font-weight: 300 !important;
}

.RRPublish {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  color: #000;
}

.RRPublish table.MainTable {
  width: 100%;
  border-collapse: collapse;
}

.RRPublish th {
  background-color: #f8f9fa;
  padding: 8px;
  font-weight: 600;
  text-align: left;
}

.RRPublish td {
  padding: 8px;
  border-top: 1px solid #dee2e6;
}

.RRPublish tr:nth-child(even) {
  background-color: #f9f9f9;
}

.RRPublish .listGrouping {
  background-color: #e9ecef;
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
}

.RRPublish .ListControlSearch input[type="text"] {
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-right: 5px;
  width: 220px;
}

.RRPublish .ListControlSearch button {
  padding: 6px 10px;
  border-radius: 4px;
  border: none;
  background-color: #0d6efd;
  color: white;
  font-size: 14px;
  margin-right: 4px;
}

.RRPublish .ListControlSearch button:hover {
  background-color: #0b5ed7;
}

.RRPublish .btnClearSearch img {
  vertical-align: middle;
}

.RRPublish select {
  border-radius: 4px;
  padding: 6px 8px;
  margin-right: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.RRPublish .Selector span {
  margin-right: 5px;
  font-weight: 500;
}

.RRPublish .ListControlPDF {
  float: right;
  padding: 6px 10px;
  color: #0d6efd;
  font-weight: 500;
  cursor: pointer;
}

.RRPublish .ListBack,
.RRPublish .aShowAll {
  color: #0d6efd;
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
}

.RRPublish .aShowAll {
  padding-right: 15px;
}

.RRPublish .btnFavorites {
  background-color: transparent;
  border: 1px solid #ccc;
  padding: 6px 8px;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .RRPublish .ListControlSearch input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
  }

  .RRPublish .SelectorParent {
    flex-direction: column;
  }
}

.RRPublish tr.Hover:hover {
  background-color: #73cb23 !important;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap');

body,
html,
h1, h2, h3, h4, h5, h6,
p, a, li, span, input, button, select, textarea {
    font-family: 'Raleway', sans-serif;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.site {
    flex: 1 0 auto; /* Allow main content to grow and push footer */
}

.site-footer {
    flex-shrink: 0; /* Prevent footer from shrinking */
}


