.riltsr {
    width: 100%;
}

.riltsr__inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 100%;
}

.riltsr__title {
    margin: 0;
    color: #232b39;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.02em;
    word-break: break-word;
}

.riltsr__subtitle {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 4px;
    margin: 0;
    color: #586475;
    font-size: 16px;
    line-height: 1.45;
}

.riltsr__subtitle-text {
    display: inline-block;
}

.riltsr__subtitle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    color: #1e4f8f;
}

.riltsr__subtitle-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.riltsr__notice {
    border: 1px solid #f1c8f5;
    background: #fff;
    color: #2c3440;
    padding: 16px 18px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .riltsr__title {
        font-size: 28px;
    }

    .riltsr__subtitle {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .riltsr__title {
        font-size: 24px;
        line-height: 1.25;
    }

    .riltsr__subtitle {
        font-size: 14px;
        line-height: 1.5;
    }
}
