main > .container {
    padding: 80px 15px 0;
}

a {
    text-decoration: none;
}

@media print {
    body {
        margin-top: 0;
    }

    .rating-details a {
        color: #212529;
        cursor: text;
        text-decoration: none;
    }
}

.languageChange select {
    width: 150px;
    margin-right: 20px;
}

.version-block {
    margin-right: 20px;
    margin-top: 5px;
}

.filters a {
    text-decoration: none;
    margin-right: 10px;
}

.tournament-registration .form {
    margin-bottom: 20px;
    max-width: 380px;
}

.tournament-registration .required-field > label {
    color: #e57373;
}

.tournament-registration .required-field > label::after {
    content: " *";
    color: #dc3545;
}

.settings-table tr:first-child td {
    border-top: none;
}

.settings-table {
    margin-bottom: 0;
}

.settings-table td {
    vertical-align: middle;
}

.edit-tournament-form {
    max-width: 700px;
}

.not-colored-link {
    color: #212529;
}

.not-colored-link:hover {
    color: #212529;
    text-decoration: none;
}

.tooltip-link {
    cursor: help;
}

.ratingCalculationCollapse {
    border-bottom: 1px dashed;
}

.ratingCalculationCollapse:hover {
    text-decoration: none;
}

.mw-600 {
    max-width: 600px;
}

.bg-championship {
    color: #fff;
    background-color: #72A0C1;
}

.verified-player-badge {
    width: 20px;
    height: 20px;
    fill: #28a745;
}

:root {
  --borderWidth: 6px;
  --height: 18px;
  --width: 12px;
  --borderColor: #78b13f;
}

.check {
  display: inline-block;
  transform: rotate(45deg);
  height: var(--height);
  width: var(--width);
  border-bottom: var(--borderWidth) solid var(--borderColor);
  border-right: var(--borderWidth) solid var(--borderColor);
}

/* ===================================================================
   Hero banner (homepage) — visual styles are inline in the template
   to avoid caching issues during development.
   =================================================================== */

/* When a hero is present the content container needs no extra navbar offset */
main.has-hero > .container {
    padding-top: 0;
}

/* ===================================================================
   Homepage sections
   =================================================================== */

.home-feature-icon {
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===================================================================
   News / generic cards
   =================================================================== */

.news-card {
    transition: transform .15s ease, box-shadow .15s ease;
}

.news-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.12) !important;
}

/* ===================================================================
   Footer
   =================================================================== */

.footer {
    font-size: .9rem;
}

.footer .languageChange {
    width: auto;
    margin-right: 0;
}

