.section-wrapper.packing-section__section.global-section-style {
    padding-top: 100px;
    padding-bottom: 100px;
}

.packing-ranking-shell {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.packing-ranking-tabs {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
    border-radius: 100px;
    border: 1px solid var(--color);
    width: fit-content;
    max-width: 100%;
}

.packing-ranking-tab {
    cursor: pointer;
    border: none;
    background: transparent;
    color: #ffc;
    font-size: 20px;
    letter-spacing: 0.04em;
    padding: 10px 30px;
    border-radius: px;
    font-family: inherit;
}

.packing-ranking-tab.is-active {
    background: #ffc;
    color: #0b625e;
    font-weight: 600;
}

.packing-ranking-tab:focus-visible {
    outline: 2px solid #ffc;
    outline-offset: 2px;
}

.packing-section--has-ranking-tabs .packing-ranking-panel[hidden] {
    display: none !important;
}

.packing-wrapper {
    display: grid;
    grid-template-columns: calc(40% - 50px) calc(60% - 50px);
    gap: 100px;
}

@media screen and (max-width: 1600px) {
    .packing-wrapper {
        gap: 50px;
    }
}

.packing-text {
    margin: 20px 0;
    color: #FFC;
}
.packing-text p {
    margin: 0;
}
.packing-text p:not(:last-child) {
    margin-top: 0;
    margin-bottom: 20px;
}

.packing-button a {
    padding: 15px 20px;
    background: #FFC;
    color: #0B625E;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 10px;
    display: flex
;
    width: fit-content;
    align-items: center;
    gap: 10px;
}

.packing-button a svg {
    fill: #0B625E;
}

.packing-header {
    font-size: 25px;
    font-weight: 400;
    color: #FFC;
}
.packing-header p {
    margin: 0;
}
.packing-header strong {
    padding: 1px 10px;
    border-radius: 10px;
    background-color: #FFC;
    color: #0B625E;
}

.packing-item {
    padding: 20px;
    border-bottom: 2px solid #FFC;
    cursor: pointer;
}
.packing-item p {
    margin: 0;
}
.packing-question {
    font-size: 18px;
    font-weight: 400;
        color: #FFC;
}

.packing-item.active .packing-question {
    margin-bottom: 20px;
}

.packing-answer strong, .packing-answer a {
    color: #0B625E;
}


@media screen and (max-width: 1200px) {
    .packing-wrapper {
        grid-template-columns: 1fr;
    }
    .packing-header {
        font-size: 20px;
        font-weight: 400;
    }
    .packing-text {
        font-size: 14px;
    }
    .packing-button a {
        font-size: 14px;
    }
    .packing-item {
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
}
.packing-question {
    font-size: 16px;
    font-weight: 400;

}
.packing-answer {
    font-size: 14px;
}
}
.number-circle {
    height: 50px;
    width: 50px;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #ffc;
    color: #0B625E;
    border-radius: 100%;
}
.packing-question {
    display: grid
;
    grid-template-columns: 50px 1fr;
    gap: 20px;
    align-items: center;
}

.packing-item {
    display: grid
;
    grid-template-columns: calc(30% - 15px) calc(70% - 15px);
    gap: 30px;
}
.packing-answer {
    margin-top: 20px;
    color: white;
}


@media screen and (max-width: 700px){
    .packing-item {
    display: grid
;
    grid-template-columns: 1fr;
    gap: 10px;
}
.packing-list {
    display: grid;
    gap: 30px;
}
}
.ekoliga-section-mini-heading {
    font-size: 28px;
	line-height: 100%;
}

table.ekoliga-ranking-table thead th:first-child, table.ekoliga-ranking-table thead th:last-child {
    background: var(--color);
}

table.ekoliga-ranking-table thead th:first-child {
    border-radius: 100px 0 0 100px;
    width: 50px;
}
table.ekoliga-ranking-table thead th:last-child {
    border-radius: 0 100px 100px 0;
}
table.ekoliga-ranking-table thead th {
    font-size: 16px;
    font-weight: 400;
    color: black;
}
table.ekoliga-ranking-table thead th:not(:first-child):not(:last-child) {
    border-radius: 0;
    background: var(--color);
}
table {
    margin: 0;
}