.rl-alerts {
    background: #fff27c;
    color: #000;
    font-size: 1rem;
    padding: 1.25em 0 .25em;
}

.rl-alerts a {
    text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-thickness: 2px;
	text-decoration-color: #C98A42;
    color: #986100;
	font-weight: bolder;
	transition: color .2s, text-decoration-color .2s;
}

.rl-alerts a:hover {
	text-decoration-color: inherit;
    color: inherit;
}


@media(max-width: 580px) {
    .inside.rl-alerts-inside {
        padding: 0 15px;
    }
}
