.elementor-9829 .elementor-element.elementor-element-c1e331c{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-9829:not(.elementor-motion-effects-element-type-background), body.elementor-page-9829 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-ef6e090 );}/* Start custom CSS */#site-header{
	background: #263238 !important;
}
p {
    margin: 0;
}
#footer-bttom {
    margin: 0;
}

.book_tags .elementor-post-info__terms-list {
	display: flex !important;
	gap: 8px;
	font-size: 0;
}
.book_tags .elementor-post-info__terms-list a {
	font-size: 15px;
	font-weight: 700;
	padding: 12px 16px;
	border-radius: 8px;
	background: #E4E9F1;
}
.lr-author-cta a {
	color: #5AAF96 !important;
	text-decoration: underline !important;
	font-size: 18px;
}
.lr-author-desc {
	font-size: 18px;
	color: #263238;
}
.lr-author-name {
	font-size: 24px;
	margin: 0;
	color: #003430;
	font-weight: 700;
	padding-bottom: 10px;
}

.copy_code {
    position: relative; /* required so the message positions correctly */
    display: inline-block;
    cursor: pointer;
  }

  .copy-message {
    position: absolute;
    top: -30px;
    left: 0;
    background: #4caf50;
    color: white;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    display: none; /* hidden by default */
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  }/* End custom CSS */