﻿/* === Podtržení odkazů v textu článku === */


/* Detail článku (blog/novinky) – nejčastější obal */
.news-item-detail a,
.article-detail a,
.article-content a,
.page-content a,
.news-item-detail .user-content a,
.article-detail .user-content a,
.article-content .user-content a,
.page-content .user-content a {
  text-decoration: underline !important;
  text-underline-offset: 0.12em;
}


/* Výjimka pro odkazy v zápatí */
footer a,
.footer a,
#footer a {
  text-decoration: none !important;
}


/* Výjimka pro tlačítka */


/* default: bez podtržení */
.news-item-detail ul.subcategories.seo-subcategories.with-image a,
.article-detail ul.subcategories.seo-subcategories.with-image a,
.article-content ul.subcategories.seo-subcategories.with-image a,
.page-content ul.subcategories.seo-subcategories.with-image a {
  text-decoration: none !important;
}


/* hover/focus: podtrhnout */
.news-item-detail ul.subcategories.seo-subcategories.with-image a:hover,
.news-item-detail ul.subcategories.seo-subcategories.with-image a:focus,
.article-detail ul.subcategories.seo-subcategories.with-image a:hover,
.article-detail ul.subcategories.seo-subcategories.with-image a:focus,
.article-content ul.subcategories.seo-subcategories.with-image a:hover,
.article-content ul.subcategories.seo-subcategories.with-image a:focus,
.page-content ul.subcategories.seo-subcategories.with-image a:hover,
.page-content ul.subcategories.seo-subcategories.with-image a:focus {
  text-decoration: underline !important;
  text-underline-offset: 0.12em;
}