/* Bouton standard Rouge et Or (shortcode [button] surchargé).
   Rouge, flat, texte blanc, flèche à droite. */
.ror-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 25px;
    padding: 0 16px;
    background: #ed1c24;
    color: #fff !important;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    text-decoration: none !important;
    vertical-align: middle;
    box-shadow: none;
    transition: background-color 0.2s ease;
}

.ror-button:hover,
.ror-button:focus,
.ror-button:active {
    background: #c99746;
    color: #fff !important;
    text-decoration: none !important;
}

.ror-button__arrow {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
