/*
Theme Name: byalinas
Description: Website by Alinas | Brandig & Webdesign
Author: Alinas
Author URI: https://byalinas.com
Template: Avada
Version: 1.0.0
Text Domain:  byalinas
*/

.review-link {
    color: #993920;       /* Dunkelrot */
    font-weight: bold;    /* Fetter Text */
    text-decoration: underline;  /* Unterstrichen */
    font-size: 18px;      /* Größere Schriftart */
    transition: color 0.3s; /* Sanfter Farbwechsel */
}

.review-link:hover {
    color: #cc543a;      /* Hellere Farbvariante beim Hover */
}

