.objective-pot-page {
    width: 100%;
    padding: 18px 20px 28px;
}

.objective-pot-heading {
    min-height: 58px;
    padding: 0 16px;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;

    background: #0b1728;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 5px 5px 0 0;
}

.objective-pot-heading h1 {
    margin: 0;

    color: #ffffff;

    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.objective-pot-league__actions button {
    min-height: 36px;
    padding: 0 12px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #162b6f;
    border: 0;
    border-radius: 3px;

    color: #ffffff;

    font-family: inherit;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.025em;

    cursor: pointer;
}

.objective-pot-league__actions button:hover,
.objective-pot-league__actions button:focus-visible {
    background: #1c3689;
    color: #ffffff;
    outline: none;
}

.objective-pot-content {
    padding: 12px;

    background: #07111f;
    border-radius: 0 0 5px 5px;
}

.objective-pot-error,
.objective-pot-source-error {
    padding: 12px 13px;

    background: #3c1d26;
    border: 1px solid rgba(242, 121, 143, 0.3);

    color: #f2798f;

    font-size: 11px;
    line-height: 1.35;
    font-weight: 800;
}

.objective-pot-error {
    margin-bottom: 10px;
    border-radius: 4px;
}

.objective-pot-source-error {
    border-width: 0 0 1px;
}

.objective-pot-overview {
    min-height: 74px;
    margin-bottom: 10px;
    padding: 10px 13px;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
    align-items: center;
    gap: 18px;

    background: #0b1728;
    border-top: 3px solid var(--ffo-gold);
    border-radius: 4px;
}

.objective-pot-overview > div {
    min-width: 0;
}

.objective-pot-overview span {
    display: block;
    margin-bottom: 7px;

    color: #9eabc0;

    font-size: 9px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.045em;
}

.objective-pot-overview strong {
    color: var(--ffo-gold);

    font-size: 20px;
    line-height: 1;
    font-weight: 900;
}


.objective-pot-overview p {
    margin: 0;

    color: #f0c545;

    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    text-align: right;
}

.objective-pot-leagues {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.objective-pot-league {
    min-width: 0;

    background: #0b1728;
    border-radius: 4px;
    overflow: hidden;
}

.objective-pot-league__header {
    min-height: 76px;
    padding: 10px 11px;

    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;

    background: #101d31;
    border-top: 3px solid var(--ffo-gold);
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.objective-pot-league__identity {
    min-width: 0;

    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
}

.objective-pot-league__identity img {
    width: 40px;
    height: 40px;

    display: block;
    object-fit: contain;
}

.objective-pot-league__identity h2 {
    margin: 0;

    color: #ffffff;

    font-size: 15px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.objective-pot-league__identity p {
    margin: 6px 0 0;

    color: #9eabc0;

    font-size: 9px;
    line-height: 1.25;
    font-weight: 700;
}

.objective-pot-league__identity p span {
    padding: 0 2px;
    color: #708198;
}

.objective-pot-league__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.objective-pot-league__actions strong {
    color: var(--ffo-gold);

    font-size: 15px;
    line-height: 1;
    font-weight: 900;
}

.objective-pot-league__actions button {
    min-height: 31px;
    padding: 0 9px;

    font-size: 9px;
}

.objective-pot-copy-source {
    position: fixed;
    left: -10000px;

    width: 1px;
    height: 1px;

    opacity: 0;
    pointer-events: none;
}

.objective-pot-table-wrap {
    width: 100%;
    overflow: hidden;
}

.objective-pot-table {
    width: 100%;

    border-collapse: collapse;
    table-layout: fixed;
}

.objective-pot-col-club {
    width: 43%;
}

.objective-pot-col-position {
    width: 12%;
}

.objective-pot-col-change {
    width: 10%;
}

.objective-pot-col-payout {
    width: 23%;
}

.objective-pot-table th,
.objective-pot-table td {
    height: 39px;
    padding: 6px 5px;

    border-right: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);

    color: #b9c4d3;

    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

.objective-pot-table th:last-child,
.objective-pot-table td:last-child {
    border-right: 0;
}

.objective-pot-table tbody tr:last-child td {
    border-bottom: 0;
}

.objective-pot-table th {
    height: 35px;

    background: #0d1a2c;

    color: #9eabc0;

    font-size: 8px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.objective-pot-table th:first-child,
.objective-pot-table td:first-child {
    text-align: left;
}

.objective-pot-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.018);
}

.objective-pot-table tbody tr:hover {
    background: #101d31;
}

.objective-pot-club {
    min-width: 0;

    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    align-items: center;
    gap: 7px;
}

.objective-pot-club img {
    width: 25px;
    height: 25px;

    display: block;
    object-fit: contain;
}

.objective-pot-club span {
    overflow: hidden;

    color: #ffffff;

    font-size: 10px;
    line-height: 1.1;
    font-weight: 800;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.objective-pot-table .objective-pot-payout {
    color: #ffffff;
    font-weight: 900;
}

.objective-pot-table .is-gain {
    color: #67d49d;
    font-weight: 900;
}

.objective-pot-table .is-loss {
    color: #f2798f;
    font-weight: 900;
}

.objective-pot-table .is-even {
    color: #9eabc0;
    font-weight: 900;
}

.objective-pot-table .is-missing {
    color: #f0c545;
    font-weight: 900;
}

.objective-pot-rules {
    margin-top: 10px;
    padding: 13px 14px;

    background: #0b1728;
    border-top: 3px solid var(--ffo-gold);
    border-radius: 4px;
}

.objective-pot-rules h2 {
    margin: 0 0 11px;

    color: #ffffff;

    font-size: 15px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.objective-pot-rules > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
}

.objective-pot-rules p {
    margin: 0;

    color: #9eabc0;

    font-size: 10px;
    line-height: 1.45;
    font-weight: 700;
}

.objective-pot-rules strong {
    color: #ffffff;
}
