/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* ======================= CSS Breadcrumb Rank Math START ======================= */
ins {
  text-decoration: none;
}
.rank-math-breadcrumb > p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  color: #cdd7e4;
}
.rank-math-breadcrumb > p a {
  color: #cdd7e4;
}
.rank-math-breadcrumb > p a:hover {
  color: #cdd7e4;
}
/* ======================= CSS Breadcrumb Rank Math END ======================= */

/* ======================= CSS Pagination START ======================= */
nav.elementor-pagination .page-numbers {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid transparent;
  text-decoration: none;
  border-radius: 5px;
}

nav.elementor-pagination .page-numbers.current {
  border-color: var(--e-global-color-secondary);
	background-color: var(--e-global-color-secondary);
}

.swiper-pagination-bullet-active {
  background-color: var(--e-global-color-primary);
  width: 32px !important;
  border-radius: 100px !important;
}
/* ======================= CSS Pagination END ======================= */

/* ======================= CSS Post Content START ======================= */
.post-content table {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e4e7ec;
    border-radius: 16px;
    overflow: hidden;
    margin: 0;
}
.post-content th, .post-content td {
    padding: 14px 16px;
    border: none;
    border-bottom: 1px solid #e4e7ec;
    text-align: left;
    background: #fff;
}
.post-content th {
    width: 34%;
    background: #f8fafc;
    color: var(--e-global-color-primary);
}
.post-content a {
  color: var(--e-global-color-secondary);
  font-weight: 600;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
.post-content blockquote {
	margin: 28px 0;
    padding: 22px;
    border-left: 5px solid var(--e-global-color-secondary);
    background: #fff5f5;
    border-radius: 0 14px 14px 0;
    color: #7a1a22;
}
.post-content blockquote p:last-child {
	margin-bottom: 0;
}
/* ======================= CSS Post Content END ======================= */