/*
Theme Name: Sierra Child
Theme URI: https://sierra.keydesign.xyz/
Description: SaaS & Tech Startup Elementor WordPress Theme
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Template: sierra
Version: 1.0
License: Envato Standard License
License URI: https://themeforest.net/licenses/standard
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready
Text Domain: sierra-child
*/

/*リンクの文字色を青にし、下線をつける*/
html body .elementor-element.elementor-widget-text-editor a {
    color: #08548E !important;
    text-decoration: underline !important;
}

/*メディア記事のCTAでは下線をつけない。文字色も白にする。*/
body #ctaContainer .ctaWindow .ctaBtn01,
body #ctaContainer .ctaWindow .ctaBtn01:hover,
body #ctaContainer .ctaWindow .ctaBtn01:focus,
body #ctaContainer .ctaWindow .ctaBtn01:active,
body #ctaContainer .ctaWindow .ctaBtn01:visited,
body #ctaContainer .ctaWindow .ctaBtn02,
body #ctaContainer .ctaWindow .ctaBtn02:hover,
body #ctaContainer .ctaWindow .ctaBtn02:focus,
body #ctaContainer .ctaWindow .ctaBtn02:active,
body #ctaContainer .ctaWindow .ctaBtn02:visited {
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
}


/* CTA内のボタンだけはアニメ下線を消す */
.underline-link-effect .ctaWindow .ctaBtn01::after,
.underline-link-effect .ctaWindow .ctaBtn02::after {
  content: none !important;
  /* さらに背景やtransformなども消すなら */
  background: none !important;
  transform: none !important;
}
