/* DTA: Moved to _extend.css */

/* ============================================================
   FAQ Answer Links
   Links inside Amasty FAQ answers are unstyled by default and
   invisible on the dark theme. These rules make them clearly
   clickable and on-brand.
   .answer          = single question view page
   .am-content      = FAQ list / accordion collapsed answers
   ============================================================ */
.answer a,
.am-content a,
.amfaq-short-answer-container a {
    color: #ff4444;
    text-decoration: underline;
}

.answer a:visited,
.am-content a:visited,
.amfaq-short-answer-container a:visited {
    color: #cc2222;
    text-decoration: underline;
}

.answer a:hover,
.am-content a:hover,
.amfaq-short-answer-container a:hover {
    color: #ff6666;
    text-decoration: underline;
}
