﻿/* === ODKAZY V OBSAHU ČLÁNKŮ === */


body.type-article #content a:link,
body.type-article #content a:visited,
body.type-page    #content a:link,
body.type-page    #content a:visited {
  text-decoration: underline !important;
  text-underline-offset: 0.12em;
}


body.type-article #content a:hover,
body.type-article #content a:focus,
body.type-page    #content a:hover,
body.type-page    #content a:focus {
  text-decoration: underline !important;
}


/* ==== Výjimka pro tlačítka ==== */
body.type-article #content ul.subcategories.seo-subcategories.with-image a,
body.type-page    #content ul.subcategories.seo-subcategories.with-image a {
  text-decoration: revert !important;
  text-underline-offset: revert !important;
}


body.type-article #content ul.subcategories.seo-subcategories.with-image a:hover,
body.type-article #content ul.subcategories.seo-subcategories.with-image a:focus,
body.type-page    #content ul.subcategories.seo-subcategories.with-image a:hover,
body.type-page    #content ul.subcategories.seo-subcategories.with-image a:focus {
  text-decoration: revert !important;
  text-underline-offset: revert !important;
}