html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.kosarka-embed {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 11px;
    background: #ffffff;
}

    .kosarka-embed img {
        display: none;
    }

    .kosarka-embed td {
        padding: 3px 6px;
        border-bottom: 1px solid #ddd;
        vertical-align: middle;
        white-space: nowrap;
    }

    .kosarka-embed tr:nth-child(even) {
        background: #f4f4f4;
    }

    /* First column: teams */
    .kosarka-embed td:first-child {
        font-weight: 600;
        text-align: left;
    }

    /* Second column: score or date */
    .kosarka-embed td:nth-child(2) {
        text-align: center;
        font-weight: 700;
    }

    /* Third column: league */
    .kosarka-embed td:last-child {
        text-align: right;
        color: #555;
    }
