.tr-first-aid-shell {
    --tr-fa-ink: #183653;
    --tr-fa-muted: #60748a;
    --tr-fa-line: #dce6ee;
    --tr-fa-red: #b42332;
    --tr-fa-red-dark: #851727;
    --tr-fa-red-soft: #fff1f3;
    --tr-fa-blue: #1e6ea8;
    --tr-fa-teal: #147c78;
    --tr-fa-orange: #b45718;
    --tr-fa-soft: #f5f8fa;
    width: min(1180px, calc(100% - 18px));
    margin: 18px auto 58px;
    color: var(--tr-fa-ink);
    font-family: inherit;
}

.tr-first-aid-shell *,
.tr-first-aid-shell *::before,
.tr-first-aid-shell *::after {
    box-sizing: border-box;
}

.tr-first-aid-shell a {
    text-underline-offset: 3px;
}

.tr-first-aid-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 28px 21px;
    border: 1px solid #ead9de;
    border-radius: 23px;
    background:
        radial-gradient(circle at 12% 15%, rgba(225, 76, 92, .1), transparent 27%),
        linear-gradient(135deg, #fff7f8 0%, #fff 55%, #f4fbfb 100%);
    box-shadow: 0 18px 46px rgba(68, 42, 50, .08);
}

.tr-first-aid-hero::after {
    position: absolute;
    z-index: -1;
    inset: auto -85px -100px auto;
    width: 260px;
    height: 260px;
    border: 44px solid rgba(180, 35, 50, .045);
    border-radius: 50%;
    content: "";
}

.tr-first-aid-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--tr-fa-red);
    font-size: 13px;
    font-weight: 900;
}

.tr-first-aid-eyebrow::before {
    width: 22px;
    height: 3px;
    border-radius: 99px;
    background: var(--tr-fa-red);
    content: "";
}

.tr-first-aid-hero h1 {
    margin: 11px 0 11px;
    color: var(--tr-fa-ink);
    font-size: clamp(31px, 8vw, 52px);
    line-height: 1.2;
    letter-spacing: -.035em;
}

.tr-first-aid-hero p {
    max-width: 690px;
    margin: 0;
    color: #526981;
    font-size: 15px;
    line-height: 1.9;
}

.tr-first-aid-total {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
    padding: 8px 13px;
    border: 1px solid rgba(180, 35, 50, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    color: #7b4e59;
    font-size: 12px;
    font-weight: 900;
}

.tr-first-aid-total strong {
    color: var(--tr-fa-red);
    font-size: 19px;
}

.tr-first-aid-mark {
    display: none;
}

.tr-first-aid-alert {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    margin-top: 16px;
    padding: 17px;
    border: 1px solid #efc6cc;
    border-inline-start: 5px solid var(--tr-fa-red);
    border-radius: 18px;
    background: var(--tr-fa-red-soft);
}

.tr-first-aid-alert > span {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 13px;
    background: var(--tr-fa-red);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
}

.tr-first-aid-alert h2 {
    margin: 0 0 5px;
    color: var(--tr-fa-red-dark);
    font-size: 16px;
    line-height: 1.5;
}

.tr-first-aid-alert p {
    margin: 0;
    color: #71414a;
    font-size: 13.5px;
    line-height: 1.75;
}

.tr-first-aid-alert a {
    grid-column: 1 / -1;
    padding: 11px 16px;
    border-radius: 12px;
    background: var(--tr-fa-red);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
}

.tr-first-aid-alert a:hover,
.tr-first-aid-alert a:focus-visible {
    background: var(--tr-fa-red-dark);
    color: #fff;
}

.tr-first-aid-before {
    margin-top: 16px;
    padding: 19px;
    border: 1px solid var(--tr-fa-line);
    border-radius: 18px;
    background: #fff;
}

.tr-first-aid-before h2 {
    margin: 0 0 13px;
    color: var(--tr-fa-ink);
    font-size: 17px;
}

.tr-first-aid-before ol {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tr-first-aid-before li {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: #4f667d;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.65;
}

.tr-first-aid-before li span {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 29px;
    height: 29px;
    border-radius: 9px;
    background: #eaf3f8;
    color: var(--tr-fa-blue);
    font-size: 13px;
    font-weight: 900;
}

.tr-first-aid-tools {
    display: grid;
    gap: 12px;
    margin: 20px 0 15px;
    padding: 15px;
    border: 1px solid var(--tr-fa-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(30, 56, 80, .05);
}

.tr-first-aid-search,
.tr-first-aid-filter {
    display: grid;
    gap: 7px;
    margin: 0;
    color: #38536d;
    font-size: 12px;
    font-weight: 900;
}

.tr-first-aid-search > span:last-child {
    position: relative;
    display: block;
}

.tr-first-aid-search i {
    position: absolute;
    inset: 50% 16px auto auto;
    width: 15px;
    height: 15px;
    border: 2px solid #7890a6;
    border-radius: 50%;
    transform: translateY(-58%);
    pointer-events: none;
}

.tr-first-aid-search i::after {
    position: absolute;
    inset: 11px auto auto -5px;
    width: 7px;
    height: 2px;
    border-radius: 2px;
    background: #7890a6;
    content: "";
    transform: rotate(45deg);
}

.tr-first-aid-search input,
.tr-first-aid-filter select {
    width: 100%;
    min-height: 49px;
    margin: 0;
    border: 1px solid #cbd8e3;
    border-radius: 13px;
    background-color: #fbfdfe;
    color: var(--tr-fa-ink);
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    outline: none;
}

.tr-first-aid-search input {
    padding: 10px 44px 10px 14px;
}

.tr-first-aid-filter select {
    padding: 10px 13px;
    cursor: pointer;
}

.tr-first-aid-search input:focus,
.tr-first-aid-filter select:focus {
    border-color: var(--tr-fa-red);
    box-shadow: 0 0 0 4px rgba(180, 35, 50, .1);
}

.tr-first-aid-count {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    margin: 0;
    color: var(--tr-fa-muted);
    font-size: 12px;
    font-weight: 900;
}

.tr-first-aid-count strong {
    color: var(--tr-fa-red);
    font-size: 22px;
}

.tr-first-aid-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
}

.tr-first-aid-card {
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--tr-fa-line);
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(30, 56, 80, .055);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tr-first-aid-card[hidden] {
    display: none !important;
}

.tr-first-aid-card.is-critical {
    border-inline-start: 4px solid #dc6470;
}

.tr-first-aid-card:hover {
    border-color: #c4d3df;
    box-shadow: 0 14px 34px rgba(30, 56, 80, .1);
}

.tr-first-aid-card[open] {
    border-color: #d8aab2;
    box-shadow: 0 18px 42px rgba(70, 37, 48, .11);
}

.tr-first-aid-card summary {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    padding: 17px;
    list-style: none;
    cursor: pointer;
}

.tr-first-aid-card summary::-webkit-details-marker {
    display: none;
}

.tr-first-aid-card summary:focus-visible {
    outline: 3px solid rgba(180, 35, 50, .24);
    outline-offset: -3px;
}

.tr-first-aid-card__icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #eef5f8;
    color: var(--tr-fa-blue);
    font-size: 23px;
    font-weight: 900;
}

.tr-first-aid-card.is-critical .tr-first-aid-card__icon {
    background: var(--tr-fa-red-soft);
    color: var(--tr-fa-red);
}

.tr-first-aid-card__title {
    min-width: 0;
}

.tr-first-aid-card__title small {
    display: block;
    margin-bottom: 2px;
    color: var(--tr-fa-teal);
    font-size: 10.5px;
    font-weight: 900;
}

.tr-first-aid-card__title strong {
    display: block;
    color: var(--tr-fa-ink);
    font-size: 18px;
    line-height: 1.5;
}

.tr-first-aid-card__title em {
    display: inline-block;
    margin-top: 5px;
    padding: 3px 8px;
    border-radius: 7px;
    background: #eef5f8;
    color: #547087;
    font-size: 10.5px;
    font-style: normal;
    font-weight: 900;
}

.tr-first-aid-card__badge {
    grid-column: 2;
    justify-self: start;
    margin-top: -3px;
    padding: 4px 8px;
    border-radius: 7px;
    background: var(--tr-fa-red-soft);
    color: var(--tr-fa-red);
    font-size: 10px;
    font-weight: 900;
}

.tr-first-aid-card__first {
    grid-column: 1 / -1;
    display: block;
    padding: 13px;
    border: 1px solid #d8e6ec;
    border-radius: 13px;
    background: #f5fafb;
    color: #496377;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.75;
}

.tr-first-aid-card__first b {
    display: block;
    margin-bottom: 2px;
    color: var(--tr-fa-teal);
    font-size: 10.5px;
    font-weight: 900;
}

.tr-first-aid-card.is-critical .tr-first-aid-card__first {
    border-color: #eed1d6;
    background: #fff8f8;
}

.tr-first-aid-card__toggle {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid #edf1f4;
    color: var(--tr-fa-blue);
    font-size: 12px;
    font-weight: 900;
}

.tr-first-aid-card__toggle i {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: #eef5f8;
}

.tr-first-aid-card__toggle i::before,
.tr-first-aid-card__toggle i::after {
    position: absolute;
    inset: 13px 8px auto;
    height: 2px;
    border-radius: 3px;
    background: var(--tr-fa-blue);
    content: "";
}

.tr-first-aid-card__toggle i::after {
    transform: rotate(90deg);
    transition: transform .2s ease;
}

.tr-first-aid-card[open] .tr-first-aid-card__toggle i::after {
    transform: rotate(0);
}

.tr-first-aid-card__body {
    display: grid;
    gap: 11px;
    padding: 0 14px 14px;
}

.tr-first-aid-card__body section {
    padding: 16px;
    border: 1px solid #e1e9ef;
    border-radius: 15px;
    background: #fafcfd;
}

.tr-first-aid-card__body h3 {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 8px;
    color: #294963;
    font-size: 14px;
    line-height: 1.5;
}

.tr-first-aid-steps ol {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tr-first-aid-steps li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 10px;
}

.tr-first-aid-steps li > span,
.tr-first-aid-dont h3 span,
.tr-first-aid-call h3 span {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border-radius: 8px;
    background: #e7f4f2;
    color: var(--tr-fa-teal);
    font-size: 12px;
    font-weight: 900;
}

.tr-first-aid-card__body p {
    margin: 0;
    color: #52697d;
    font-size: 13px;
    line-height: 1.85;
}

.tr-first-aid-dont {
    border-color: #f0ddc8 !important;
    background: #fffaf4 !important;
}

.tr-first-aid-dont h3 {
    color: #924813;
}

.tr-first-aid-dont h3 span {
    background: #ffead3;
    color: var(--tr-fa-orange);
}

.tr-first-aid-call {
    border-color: #edcbd0 !important;
    background: var(--tr-fa-red-soft) !important;
}

.tr-first-aid-call h3 {
    color: var(--tr-fa-red-dark);
}

.tr-first-aid-call h3 span {
    background: var(--tr-fa-red);
    color: #fff;
}

.tr-first-aid-call p {
    color: #71434c;
}

.tr-first-aid-call a {
    display: inline-flex;
    margin-top: 11px;
    padding: 8px 12px;
    border-radius: 10px;
    background: var(--tr-fa-red);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
}

.tr-first-aid-empty {
    display: grid;
    place-items: center;
    gap: 9px;
    margin-top: 16px;
    padding: 34px 18px;
    border: 1px dashed #bdcad5;
    border-radius: 18px;
    background: var(--tr-fa-soft);
    color: var(--tr-fa-muted);
    text-align: center;
}

.tr-first-aid-empty[hidden] {
    display: none;
}

.tr-first-aid-empty span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e6edf2;
    color: var(--tr-fa-blue);
    font-size: 22px;
    font-weight: 900;
}

.tr-first-aid-empty p {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
}

.tr-first-aid-training {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-top: 26px;
    padding: 22px 18px;
    border-radius: 20px;
    background: linear-gradient(135deg, #173b58, #1a6473);
    color: #fff;
}

.tr-first-aid-training h2 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 21px;
}

.tr-first-aid-training p {
    margin: 0;
    color: #dcebf0;
    font-size: 13px;
    line-height: 1.8;
}

.tr-first-aid-training a {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #fff;
    border-radius: 11px;
    background: #fff;
    color: #174a61;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
}

.tr-first-aid-foot {
    display: grid;
    gap: 8px;
    margin-top: 17px;
    padding: 17px 18px;
    border: 1px solid var(--tr-fa-line);
    border-radius: 16px;
    background: #fff;
    color: var(--tr-fa-muted);
    font-size: 12px;
    line-height: 1.7;
}

.tr-first-aid-foot p {
    margin: 0;
}

.tr-first-aid-foot strong {
    color: #405a70;
}

.tr-first-aid-foot a {
    color: var(--tr-fa-blue);
    font-weight: 900;
}

.tr-first-aid-foot small {
    color: #758798;
}

@media (min-width: 700px) {
    .tr-first-aid-shell {
        width: min(1180px, calc(100% - 28px));
        margin-top: 32px;
    }

    .tr-first-aid-hero {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 145px;
        align-items: center;
        min-height: 285px;
        padding: 44px;
        border-radius: 28px;
    }

    .tr-first-aid-hero p {
        font-size: 17px;
    }

    .tr-first-aid-mark {
        position: relative;
        display: grid;
        place-items: center;
        width: 130px;
        height: 130px;
        margin-inline: auto;
        border: 1px solid rgba(180, 35, 50, .14);
        border-radius: 37px;
        background: rgba(255, 255, 255, .78);
        box-shadow: 0 24px 48px rgba(180, 35, 50, .1);
        transform: rotate(-4deg);
    }

    .tr-first-aid-mark span {
        color: var(--tr-fa-red);
        font-size: 71px;
        font-weight: 300;
        line-height: 1;
    }

    .tr-first-aid-mark i,
    .tr-first-aid-mark b {
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #f0aa58;
    }

    .tr-first-aid-mark i {
        inset: 17px auto auto 15px;
    }

    .tr-first-aid-mark b {
        inset: auto 16px 14px auto;
        width: 10px;
        height: 10px;
        background: var(--tr-fa-teal);
    }

    .tr-first-aid-alert {
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        gap: 17px;
        padding: 20px 22px;
    }

    .tr-first-aid-alert a {
        grid-column: auto;
        white-space: nowrap;
    }

    .tr-first-aid-before ol {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tr-first-aid-tools {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 290px) auto;
        align-items: end;
        gap: 15px;
        padding: 19px;
    }

    .tr-first-aid-count {
        display: grid;
        min-width: 76px;
        margin-bottom: 9px;
        text-align: center;
    }

    .tr-first-aid-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }

    .tr-first-aid-card[open] {
        grid-column: 1 / -1;
    }

    .tr-first-aid-card__body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0 19px 19px;
    }

    .tr-first-aid-steps {
        grid-row: span 2;
    }

    .tr-first-aid-training {
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        padding: 27px;
    }

    .tr-first-aid-training a {
        flex: 0 0 auto;
        width: auto;
        white-space: nowrap;
    }
}

@media (min-width: 980px) {
    .tr-first-aid-hero {
        grid-template-columns: minmax(0, 1fr) 190px;
        padding: 58px;
    }

    .tr-first-aid-mark {
        width: 156px;
        height: 156px;
        border-radius: 43px;
    }

    .tr-first-aid-mark span {
        font-size: 82px;
    }
}

@media print {
    .tr-first-aid-hero,
    .tr-first-aid-alert,
    .tr-first-aid-before,
    .tr-first-aid-tools,
    .tr-first-aid-training,
    .tr-first-aid-foot {
        box-shadow: none;
    }

    .tr-first-aid-card {
        break-inside: avoid;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tr-first-aid-shell *,
    .tr-first-aid-shell *::before,
    .tr-first-aid-shell *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
