.skyciv-standards {
    position: relative;
}

.skyciv-standards-eyebrow {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #7a8090;
    text-transform: uppercase;
    font-family: 'Courier New', monospace;
}

.skyciv-standards-badge {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #2b57ff;
    flex: none;
}

.skyciv-standards-heading,
.skyciv-standards-heading h1,
.skyciv-standards-heading h2,
.skyciv-standards-heading h3 {
    /* color: #12141a !important;
    font-weight: 600 !important;
    font-size: 42px !important;
    line-height: 1.2 !important;
    margin: 0 !important; */
}

.skyciv-standards-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #9aa0ab;
    text-transform: uppercase;
    font-family: 'Courier New', monospace;
}

.skyciv-standards-subheading,
.skyciv-standards-subheading h1,
.skyciv-standards-subheading h2,
.skyciv-standards-subheading h3 {
    /* color: #12141a !important;
    font-weight: 600 !important;
    font-size: 26px !important;
    line-height: 1.3 !important;
    margin: 0 !important; */
}

.skyciv-standards-desc {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.5;
    max-width: 340px;
    margin-top: 6px;
}

.skyciv-standards-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.skyciv-standards-pill {
    border: 1px solid #D4D8DE;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 20px;
    font-weight: 500;
    color: #12141a;
    background: transparent;
    white-space: nowrap;
    font-family: "Manrope";
}

.skyciv-standards-table {
    width: 100%;
}

.skyciv-standards-table table {
    width: 100%;
    border-collapse: collapse;
}

.skyciv-standards-table thead th {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #9aa0ab;
    text-transform: none;
    padding: 0 0 14px 0;
    border-bottom: 1px solid #e7e9ee;
}

.skyciv-standards-table thead th:first-child {
    width: 32%;
    padding-left: 18px;
}
.skyciv-standards-table thead th:last-child {
    padding-right: 16px;
}

.skyciv-standards-table tbody td {
    padding: 18px 20px 18px 0;
    border-bottom: 1px solid #e7e9ee;
    vertical-align: top;
    font-size: 15px;
}

.skyciv-standards-table tbody td:first-child {
    font-weight: 600;
    color: #12141a;
    padding-left: 16px;
}

.skyciv-standards-table tbody td:last-child {
    color: #6b7280;
    padding-right: 16px;
}

.skyciv-standards-table tbody tr:nth-child(even) {
    background: #ffffff;
}

.skyciv-standards-table tbody tr:last-child td {
    border-bottom: none;
}

@media (max-width:900px) {
    .skyciv-standards {
        padding-left: 20px;
        padding-right: 20px;
    }

    .skyciv-standards-heading,
    .skyciv-standards-heading h1,
    .skyciv-standards-heading h2,
    .skyciv-standards-heading h3 {
        font-size: 30px !important;
    }

    .skyciv-standards-subheading,
    .skyciv-standards-subheading h1,
    .skyciv-standards-subheading h2,
    .skyciv-standards-subheading h3 {
        font-size: 22px !important;
    }

    .skyciv-standards-pill {
        padding: 14px 18px;
        font-size: 14px;
    }

    .skyciv-standards-table thead {
        display: none;
    }

    .skyciv-standards-table tbody tr {
        display: block;
        border-bottom: 1px solid #e7e9ee;
        padding: 16px;
    }

    .skyciv-standards-table tbody tr:nth-child(even) {
        background: #ffffff;
        padding: 16px;
        border-bottom: none;
    }

    .skyciv-standards-table tbody tr:last-child {
        border-bottom: none;
    }

    .skyciv-standards-table tbody td {
        display: block;
        border-bottom: none;
        padding: 0 0 6px 0;
    }

    .skyciv-standards-table tbody td:first-child {
        padding-left: 0;
        font-size: 15px;
    }

    .skyciv-standards-table tbody td:last-child {
        padding-right: 0;
        font-size: 14px;
    }
}