.rte-istaknuti-tekst {
    padding: 16px 20px;
    border-left: 4px solid #631e8b;
    background: #f5f2f7;
    color: #2e1a3f;
    font-size: 18px;
    line-height: 1.6;
}

.rte-napomena {
    padding: 14px 18px;
    border: 1px solid #d8dde5;
    background: #f6f8fa;
    color: #3f4a59;
    font-size: 15px;
    line-height: 1.55;
}

.rte-vazno-obavestenje {
    padding: 16px 20px;
    border-left: 4px solid #b42318;
    background: #fff1f0;
    color: #7a1c17;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.55;
}

.rte-manji-tekst {
    color: #667085;
    font-size: 14px;
    line-height: 1.5;
}

.standard-page__content h1 {
    margin: 36px 0 18px;
    color: #40135f;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.18;
}

.standard-page__content h2 {
    margin: 32px 0 16px;
    color: #4b166d;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.22;
}

.standard-page__content h3 {
    margin: 28px 0 14px;
    color: #561b7b;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.28;
}

.standard-page__content h4 {
    margin: 24px 0 12px;
    color: #1f2937;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.32;
}

.standard-page__content h5 {
    margin: 22px 0 10px;
    color: #344054;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.standard-page__content h6 {
    margin: 20px 0 8px;
    color: #475467;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

table {
    width: 100%;
    border-collapse: collapse;
}

    table th,
    table td {
        border: 1px solid #999;
        padding: 8px 10px;
    }
