/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1.1
*/

html {
  scroll-behavior: smooth;
}

.hide-underline a
{
	text-decoration: none;
	cursor:pointer;
}

body {
	font-size: 18px;
	letter-spacing: 0em;
/* 	font-family: var(--gp-font--system-ui) !important; */
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6, p, a, input, select, textarea, button, form, span {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif !important;
}


.seva-form.formkit-form[data-uid="97e5408e58"] .formkit-field .formkit-input, .seva-form.formkit-form[data-uid="97e5408e58"] .formkit-submit.formkit-submit {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.seva-form.formkit-form .formkit-field .formkit-input {
	border-radius : 50px !important;
}

.gb-menu-item {
	font-size: 18px !important;
}

/* .kp-secondary-button {
	align-items: center;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .25), inset 0px 1px 4px 0px rgba(255, 255, 255, 0.30);
    color: #f7782c;
    cursor: pointer;
    display: inline-flex;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
    border: 1px solid #f89052;
    border-radius: 50px;
    padding: 1px 24px;
}

.kp-secondary-button:is(:hover,:focus) {
	color: #ffffff;
    background-image: linear-gradient(to right, #f88f50 0%, #f7782d 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: normal;
} */

footer .menu-item, footer .kn-footer-menu-item {
	font-size: 16px !important;
}

footer .menu-item a:hover, footer .kn-footer-menu-item a:hover {
	text-decoration: none !important;
	color: #585d6c !important;
}

.kp_header_cta:hover {
	text-decoration: none !important;
}

@media (max-width: 980px) {
	.gb-menu-item {
		font-size: 16px !important;
	}
}

#menu-sg-nav li a:hover {
	color: #f7782c !important;
}

/*Ninja Tables*/
.ninja_table_wrapper th,
.ninja_table_wrapper td{
    text-align: left !important;
}

/* Courses Page */

.kp-featured-course:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 8px solid #fff;
    border-left: 0;
}

.kp-featured-course-wrap figure .wp-block-embed__wrapper .perfmatters-lazy-youtube {
    border-radius: 24px !important;
    height: 315px;
}

.kp-featured-course-wrap figure .wp-block-embed__wrapper::before {
    padding: 0 !important;
}

.kp-featured-course-wrap figure .wp-block-embed__wrapper .perfmatters-lazy-youtube .play {
    background: url(/wp-content/uploads/2025/09/orange-play-btn.svg) no-repeat !important;
    filter: grayscale(0);
    width: 64px;
    height: 64px;
}

.kp_dave_c_ratingbox::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 52px;
    background: #EBEBED;
}

.kp-featured-course-container .kp_dave_c_ratingbox::after {
    content: none;
}

.kp-d-course-author-card {
    background-image: repeating-linear-gradient(to right, #cecfd4 0px, #cecfd4 8px, #00000000 8px, transparent 15px);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: top left;
}

.kp-courses-dave-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.kp-courses-dave-section a.kp-cd-link:nth-child(3):last-child {
    grid-column: 1 / span 2;
    justify-self: center;
    max-width: 50%;
}

.kp-courses-dave-section a.kp-cd-link {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    text-decoration: none;
}

.kp-courses-dave-section .kp-cd-card {
    border-radius: 24px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    display: flex;
    gap: 32px;
    padding: 8px 32px 8px 8px;
    align-items: center;
    flex-grow: 1;
    height: 100%;
}

.kp-courses-dave-section .kp-cd-card .kp-cd-thumb img {
    border-radius: 16px;
    background: #204A83;
    min-width: 184px;
    min-height: 248px;
    object-fit: contain;
}

.kp-cd-thumb {
    max-height: 248px;
}

.kp-cd-content-header {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    flex-direction: column;
    row-gap: 16px;
    margin-top: 12px;
}

.kp-cd-content-header .kp-cd-hd-row1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.kp-cd-content-header .kp-cd-hd-row2 {
    display: block;
    width: 100%;
}

.kp-cd-content-header .kp-cd-category span {
    background-color: #e9edf3;
    color: #1a3b69;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 21px;
    margin-bottom: 0px;
    text-align: center;
    border-radius: 8px;
    padding: 6px 10px;
}

.kp-cd-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    row-gap: 16px;
    flex-grow: 1;
    padding: 0px;
}

.kp-cd-content-header .kp-cd-price {
    color: #1D202B;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

.kp-cd-content-header h3 {
    color: #1D202B;
    font-family: system-ui;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.seva-form.formkit-form .formkit-submit span {
	font-weight: 500 !important;
}

.kp-cd-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.kp-cd-body p {
    overflow: hidden;
    color: #585D6C;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.kp-cd-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.kp-cd-footer .kp-cd-footer_rating {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.kp-cd-footer .kp-cd-footer_rating p {
    margin: 0;
}

.kp-cd-footer .kp-cd-author {
    color: #000;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.kp-cd-footer .kp-cd-footer_rating p.kp_cd_reviews {
    color: #585D6C;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.kp-cd-footer .kp-cd-footer_rating p.kp_cd_rate {
    color: #1A3B69;
    text-align: center;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    border-radius: 999px;
    background: #E9EDF3;
    padding: 6px 10px;
}

/* Testimonial Slider */
.kp_testimonial_slider {
    padding: 0 14px !important;
}

.kp_testi_slider_card {
    display: flex !important;
    border-radius: 24px;
    border: 1px solid #F7782C;
    background: #FFF;
    overflow: hidden;
}

.kp_testi_image {
    display: flex;
    align-self: flex-end;
}

.kp_testi_image img {
    min-width: 205px;
    width: 205px;
}

.kp_testi_info {
    text-align: left;
    padding: 24px;
}

.kp_testi_info img {
    margin-bottom: 16px;
    min-width: 48px;
}

.kp_testi_content p {
    color: #1D202B;
    font-family: system-ui;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 32px;
}

h3.kp_testi_title {
    color: #1D202B;
    font-family: system-ui;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 8px;
}

h3.kp_testi_title span {
    font-weight: 800;
}

.kp_testi_designation {
    color:#585D6C;
    font-family: system-ui;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.kp_nav .swiper-button-next, 
.kp_nav .swiper-button-prev {
    position: unset;
    width: 56px;
    height: 56px;
    padding: 16px;
    border-radius: 37px;
    border: 1px solid #F88F50;
    background: linear-gradient(180deg, #F88F50 0%, #F7782D 100%);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25), 0 1px 4px 0 rgba(255, 255, 255, 0.30) inset;
}

.kp_nav {
    display: flex;
    justify-content: center;
    margin-top: 61px;
    gap: 12px;
    padding: 8px;
}

.kp_testimonial_slider .swiper-button-next::after, 
.kp_testimonial_slider .swiper-button-prev::after {
    width: 40px;
    height: 40px;
    background-image: url('/wp-content/uploads/2025/09/testimonial-nav-arrows.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    border-radius: 37px;
}

.kp_testimonial_slider .swiper-button-next {
    transform: rotate(0deg);
    order: 1;
}

.kp_testimonial_slider .swiper-button-prev {
    transform: rotate(180deg);
    order: 0;
}

.kp_testi_slider_card.swiper-slide {
    height: auto !important;
}

.kp_nav .swiper-button-next.swiper-button-disabled, 
.kp_nav .swiper-button-prev.swiper-button-disabled {
    border: 1px solid #A7AAB2;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25), 0 1px 4px 0 rgba(255, 255, 255, 0.30) inset;
    background: #fff;
}

.kp_nav .swiper-button-prev.swiper-button-disabled::after {
    background-image: url('/wp-content/uploads/2025/09/testimonial-nav-disable.svg');
    transform: rotate(180deg);
}

.kp_nav .swiper-button-next.swiper-button-disabled::after {
    background-image: url('/wp-content/uploads/2025/09/testimonial-nav-disable.svg');
    transform: rotate(180deg);
}

/* All Courses */
.kp_all_courses_drop_down, .kp_allc_tab .select2 {
  display: none;
}

.kp_allc_tab_header button.kp_tab_btn.active {
    background-color: #f7782c;
    color: #fff;
}

.kp_allc_tab_header button.kp_tab_btn {
    align-items: center;
    display: flex;
    border: 1px solid #f7782c;
    border-radius: 8px;
    padding: 6px 12px;
    background: #fff;
    color: #f7782c;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    column-gap: 12px;
}

.kp_allc_tab_header button.kp_tab_btn.active img {
    filter: invert(50%) brightness(300%);
}

.kp-post-body.kp-dynamic-post-body .offer-box {
    background-color: #fef2ea;
    margin-bottom: 40px;
    /* border: 1px solid #fef2ea; */
	border: 3px dashed #000000;
    border-radius: 16px;
    padding: 32px;
}

.kp-post-body.kp-dynamic-post-body .offer-box p {
    margin-bottom: 0 !important;
}

.kp-post-body.kp-dynamic-post-body .offer-box center {
    text-align: left;
}

.kp-post-body.kp-dynamic-post-body .offer-box center a, 
.kp-post-body.kp-dynamic-post-body .offer-box a {
    margin-bottom: 0;
}

.kp_loading_container img,
.kp_articles_section .kp_ajax_loader img,
.kp_author_posts_section .kp_author_loading img {
    width: 100px !important;
    min-width: 100px !important;
    justify-content: center;
    display: flex;
    margin: 0 auto;
}

.kp_allc_tab_header {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
}

.kp_allc_grid {
    column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 24px;
    margin-bottom: 56px;
}

.kp_allc_grid a.kp_allc_link {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    text-decoration: none;
}


.kp_allc_grid .kp_allc_card {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    position: relative;
    row-gap: 24px;
    border: 1px solid #d9d9d9;
    border-radius: 24px;
    padding: 8px 8px 21px 8px;
}

.kp_allc_grid .kp_allc_card_header {
    align-items: flex-start;
    background-blend-mode: normal;
    background-color: #204a83;
    background-image: url(https://staging.kindlepreneur.com/wp-content/uploads/2025/09/Vector-10.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 194px;
    position: relative;
    /* border-radius: 16px 16px 32px 32px; */
	border-radius: 16px 16px 0 0;
    padding: 20px 24px 50px 24px;
}

.kp_allc_grid .kp_allc_card_header img {
    bottom: -50px;
    height: 100px;
    max-height: 100px;
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
    object-fit: cover;
    position: absolute;
    right: 28px;
    width: 100px;
    border: 4px solid #ffffff;
    border-radius: 999px;
    background: #fff;
}

.kp_allc_grid .kp_allc_card_header p {
    background-color: #e9edf3;
    color: #1a3b69;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 0px;
    text-align: center;
    border-radius: 8px;
    padding: 3px 10px;
}

.kp_allc_grid .kp_allc_card_header h3 {
    color: #ffffff;
    font-family: var(--gp-font--system-ui);
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.42px;
    line-height: 130%;
    margin-bottom: 24px;
    padding-bottom: 0px;
}

.kp_allc_grid .kp_allc_card_body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.kp_allc_grid .kp_allc_card_body_content {
    flex-grow: 1;
    padding: 0px 20px 0px 18px;
}

.kp_allc_grid .kp_allc_card_body_pnr {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 24px 18px 0px 18px;
    padding: 0px;
}

.kp_allc_grid .kp_allc_card_body_content h4 {
    color: #1a1d26;
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 0px;
    margin-top: 0px;
    max-width: 70%;
    padding-bottom: 24px;
    padding-top: 0px;
}

.kp_allc_grid .kp_allc_card_body_content p {
    /* color: #585D6C; */
	color: #000000;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.kp_allc_grid .kp_allc_card_body_pnr .kp_allc_card_price {
    color: #1a1d26;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.42px;
    line-height: 33.6px;
    margin:0;
}

.kp_allc_grid .kp_allc_card_rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.kp_allc_grid .kp_allc_card_rating p {
    margin: 0;
}

.kp_allc_grid p.kp_star_rate {
    background-color: #e9edf3;
    color: #1a3b69;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    border-radius: 999px;
    padding: 6px 10px;
}

.kp_allc_grid p.kp_reviews {
    color: #585d6c;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
}

.kp_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
    margin: 0;
    flex-wrap: wrap;
}

.kp_pagination a.kp_page_btn,
.kp_pagination span.kp_dots,
.kp_author_posts_pagination ul.kp_pagination li {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 37px;
    border: 1px solid #F5F5F6;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25), 0 1px 4px 0 rgba(255, 255, 255, 0.30) inset;
    align-items: center;
    justify-content: center;
    /* color: #555A69; */
	color: #000000;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: -0.24px;
    text-decoration: none;
}

.kp_pagination a.kp_page_btn.active,
.kp_author_posts_pagination ul.kp_pagination li.active {
    border-color: #F88F50;
    background: linear-gradient(180deg, #F88F50 0%, #F7782D 100%);
    color: #FFF;
}

.kp_pagination a.kp_page_btn.kp_prev_btn, 
.kp_pagination a.kp_page_btn.kp_next_btn {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}


/* Podcast Page */
.kp-author-card-wrapper {
    overflow: hidden;
}

.kp-author-card .kp-author-card-wrapper:hover {
    background-image: url('/wp-content/uploads/2025/09/author-img-bg-1.svg');
}

.kp_podcast_results .kp_pop_podcast_card,
.kp_allc_grid .kp_allc_card,
.kp-courses-dave-section .kp-cd-card,
.kp_articles_grid .kp_article_card,
.kp_articles_section .kp_pop_podcast_card,
.kp_videos_grid .kp_video_card,
.kp-podcast-related .kp_pop_podcast_card,
.kp_author_posts_grid .kp_author_post_card,
.kp_resources_section .kp_resources_card,
.kp_resources_results .kp_pop_podcast_card {
    border-radius: 24px;
    transition: all 0.3s ease-in-out;
}

.kp_podcast_results .kp_pop_podcast_card:hover,
.kp_allc_grid .kp_allc_card:hover,
.kp-courses-dave-section .kp-cd-card:hover,
.kp_articles_grid .kp_article_card:hover,
.kp_articles_section .kp_pop_podcast_card:hover,
.kp_videos_grid .kp_video_card:hover,
.kp-podcast-related .kp_pop_podcast_card:hover,
.kp_author_posts_grid .kp_author_post_card:hover,
.kp_resources_section .kp_resources_card:hover,
.kp_resources_results .kp_pop_podcast_card:hover {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25), 0 1px 4px 0 rgba(255, 255, 255, 0.30) inset;
    border-radius: 24px;
}

.kp_podcast_categories .kp_podcast_cat,
.kp_resources_categories_list span.kp_resources_cat {
    transition: all 0.3s ease-in-out;
}

.kp_podcast_categories .kp_podcast_cat:hover,
.kp_resources_categories_list span.kp_resources_cat:hover {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25), 0 1px 4px 0 rgba(255, 255, 255, 0.30) inset;
    border-radius: 24px;
}

.kp_pop_podcast_slider .swiper-wrapper .kp_pop_podcast_card.swiper-slide {
    height: auto !important;
}

.kp_pop_podcast_card a.kp_pop_podcast_link {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    position: relative;
    row-gap: 24px;
    border: 1px solid #d9d9d9;
    border-radius: 24px;
    padding: 8px 8px 21px 8px;
    text-decoration: none;
}

.kp_pop_podcast_card .kp_pp_card_header {
    align-items: flex-start;
    background-blend-mode: normal;
    background-color: #204a83;
    background-image: url(/wp-content/uploads/2025/09/podcast-card-bg.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    min-height: 188px;
    /* border-radius: 16px 16px 32px 32px; */
	border-radius: 16px 16px 0 0;
    padding: 20px 24px 20px 24px;
    height: 100%;
}

.kp_pop_podcast_card .kp_pp_card_header h3 {
    margin-bottom: 8px;
    padding-bottom: 0px;
    text-align: left;
    color: #FFF;
    font-family: system-ui;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.42px;
}

.kp_pop_podcast_card .kp_pp_card_header img.kp-skip-lazy {
    bottom: -50px;
    height: 100px;
    max-height: 100px;
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
    object-fit: cover;
    position: absolute;
    right: 28px;
    width: 100px;
    border: 4px solid #ffffff;
    border-radius: 999px;
    background: #fff;
}

.kp_pop_podcast_card .kp_pp_card_header p {
    margin: 0;
    background-color: #e9edf3;
    color: #1a3b69;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 0px;
    text-align: left;
    border-radius: 8px;
    padding: 3px 10px;
}

.kp_pop_podcast_card .kp_pp_card_body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.kp_podcast_results .kp_pop_podcast_card .kp_pp_card_body {
    row-gap: 24px;
}

.kp_pop_podcast_card .kp_pp_card_body .kp_pp_card_body_content h4 {
    color: #1A1D26;
    font-family: system-ui;
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    /* text-align: -webkit-auto; */
	text-align: left;
    margin-bottom: 24px;
    width: 60%;
}

.kp_pop_podcast_card .kp_pp_card_body_content p {
    color: #585D6C;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin: 0;
}

.kp_pop_podcast_card .kp_pp_card_body_content {
    flex-grow: 1;
    padding: 0px 20px 0px 18px;
}

.kp_pop_podcast_card .kp_pp_card_body_cat {
    align-items: center;
    display: flex;
    margin: 0px 18px 0px 18px;
    padding: 0px;
    justify-content: flex-start;
    text-align: left;
}

.kp_pop_podcast_card .kp_pp_card_body_cat p {
    margin: 0;
    color: #F7782C;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.kp-contact-form input, .kp-contact-form textarea {
	outline-color:  #D26625;
	outline-width: 1px;
}


/* nav */
.kp_pp_nav .swiper-button-next, 
.kp_pp_nav .swiper-button-prev {
    position: unset;
    width: 56px;
    height: 56px;
    padding: 16px;
    border-radius: 37px;
    border: 1px solid #F88F50;
    background: linear-gradient(180deg, #F88F50 0%, #F7782D 100%);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25), 0 1px 4px 0 rgba(255, 255, 255, 0.30) inset;
}

.kp_pp_nav .swiper-button-next.swiper-button-disabled, 
.kp_pp_nav .swiper-button-prev.swiper-button-disabled {
    border: 1px solid #A7AAB2;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25), 0 1px 4px 0 rgba(255, 255, 255, 0.30) inset;
    background: #fff;
}

.kp_pop_podcast_slider .swiper-button-prev {
    transform: rotate(180deg);
    order: 0;
}

.kp_pop_podcast_slider .swiper-button-next {
    transform: rotate(0deg);
    order: 1;
}

.kp_pop_podcast_slider .swiper-button-next::after, 
.kp_pop_podcast_slider .swiper-button-prev::after {
    width: 40px;
    height: 40px;
    background-image: url('/wp-content/uploads/2025/09/testimonial-nav-arrows.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    border-radius: 37px;
}

.kp_pp_nav .swiper-button-prev.swiper-button-disabled::after {
    background-image: url('/wp-content/uploads/2025/09/testimonial-nav-disable.svg');
    transform: rotate(180deg);
}

.kp_pp_nav .swiper-button-next.swiper-button-disabled::after {
    background-image: url('/wp-content/uploads/2025/09/testimonial-nav-disable.svg');
    transform: rotate(180deg);
}

.kp_pp_nav {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 93px;
    gap: 24px;
    padding: 8px;
}

.kp_pp_nav .swiper-button-next {
    order: 1;
}

/* All Podcasts */
.kp_podcast_filter_section .kp_podcast_results,
.kp_post_filter_section .kp_podcast_results,
.kp_resources_wrapper .kp_resources_results {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.kp_podcast_filter_section .kp_podcast_top,
.kp_post_filter_section .kp_podcast_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 48px 0;
    border-bottom: 1px solid #E9EDF3;
    padding-bottom: 16px;
}

.kp_podcast_filter_section .kp_podcast_search,
.kp_post_filter_section .kp_podcast_search {
    position: relative;
    width: 100%;
    max-width: 612px;
    margin: 0 auto;
    margin-bottom: 72px;
}

.kp_podcast_search input.kp_podcast_search_input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 100px;
    border: 1px solid #EBEBED;
    background:#FFF;
    height: 64px;
    padding: 4px 40px 4px 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
}

.kp_podcast_search input.kp_podcast_search_input::placeholder{
    color: #A7AAB2;
    font-family: system-ui;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.kp_podcast_search button.kp_podcast_search_btn {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #F88F50;
    background: linear-gradient(180deg, #F88F50 0%, #F7782D 100%);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25), 0 1px 4px 0 rgba(255, 255, 255, 0.30) inset;
    width: 56px;
    height: 56px;
    padding: 16px;
}

.kp_podcast_grid img.kp_loading,
.kp_resources_load img.kp_loading {
    width: 100px !important;
    min-width: 100px !important;
    margin: 0 auto;
}

.kp_podcast_categories .kp_podcast_categories_list,
.kp_resources_categories_list {
    display: flex;
    justify-content: center;
    gap: 24px;
    align-items: stretch;
    flex-wrap: wrap;
}

.kp_podcast_categories .kp_podcast_cat,
.kp_resources_categories_list span.kp_resources_cat {
    cursor: pointer;
    border-radius: 24px;
    border: 1px solid #EBEBED;
    background: #fff;
    padding: 38px 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #1D202B;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    min-width: 188px;
}

span.kp_podcast_cat img,
span.kp_resources_cat img {
    width: 64px;
    min-width: 64px;
    margin: 0 auto;
}

.kp_podcast_categories span.kp_podcast_cat.active,
.kp_resources_categories_list span.kp_resources_cat.active {
    background: #F88F50;
    border: 1px solid #F88F50;
    color: #fff;
}

.kp_podcast_search button.kp_podcast_clear_btn {
    position: absolute;
    background: none;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 75px;
}

.kp_podcast_search button.kp_podcast_clear_btn img {
    min-width: 20px;
    width: 20px;
    display: block;
}

.kp_podcast_top .kp_podcast_count span,
.kp_author_posts_filter .kp_author_posts_count span {
    /* color: #A7AAB2; */
	color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.kp_podcast_top .kp_podcast_count,
.kp_author_posts_filter .kp_author_posts_count {
    /* color: #33394C; */
	color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.kp_podcast_top .kp_podcast_sort span.kp_sort_label,
.kp_author_posts_filter span.kp_sort_author_label {
    color: #A7AAB2;
    font-family: system-ui;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    width: 100%;
}

.kp_podcast_top .kp_podcast_sort,
.kp_author_posts_filter .kp_author_sort {
    display: flex;
    align-items: center;
    gap: 12px;
}

.kp_podcast_pagination {
    margin-top: 48px;
}

.kp_podcast_pagination .kp_pagination_links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 8px 0;
    flex-wrap: wrap;
}

.kp_podcast_pagination .kp_pagination_links span,
.kp_articles_section .kp_articles_pagination .kp_pagination_wrap a.page-numbers {
    cursor: pointer;
    border-radius: 37px;
    border: 1px solid #F5F5F6;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25), 0 1px 4px 0 rgba(255, 255, 255, 0.30) inset;
    padding: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #555A69;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: -0.24px;
    text-decoration: none;
}

.kp_podcast_pagination .kp_pagination_links span.active,
.kp_articles_section .kp_articles_pagination .kp_pagination_wrap span.page-numbers.current {
    border-radius: 37px;
    border: 1px solid #F88F50;
    background: linear-gradient(180deg, #F88F50 0%, #F7782D 100%);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25), 0 1px 4px 0 rgba(255, 255, 255, 0.30) inset;
    color: #fff;
}

.kp_articles_section .kp_articles_pagination .kp_pagination_wrap span.page-numbers.current {
    color: #fff;
    padding: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: -0.24px;
}

.kp_podcast_pagination .kp_pagination_links span.kp_page_link.prev, 
.kp_podcast_pagination .kp_pagination_links span.kp_page_link.next,
.kp_articles_section .kp_articles_pagination .kp_pagination_wrap a.page-numbers.next, 
.kp_articles_section .kp_articles_pagination .kp_pagination_wrap a.page-numbers.prev,
.kp_author_posts_pagination ul.kp_pagination li.next,
.kp_author_posts_pagination ul.kp_pagination li.prev {
    border: 0;
    box-shadow: unset;
    border-radius: 0;
    padding: 0;
}

.kp_podcast_pagination .kp_pagination_links span.kp_page_link.prev img, 
.kp_podcast_pagination .kp_pagination_links span.kp_page_link.next img,
.kp_author_posts_pagination ul.kp_pagination li.next img,
.kp_author_posts_pagination ul.kp_pagination li.prev img {
    width: 32px;
    min-width: 32px;
}

.kp_podcast_pagination .kp_pagination_links span.kp_page_link.prev,
.kp_articles_section .kp_articles_pagination .kp_pagination_wrap a.page-numbers.prev,
.kp_author_posts_pagination ul.kp_pagination li.prev {
    margin-right: 8px;
}

.kp_podcast_pagination .kp_pagination_links span.kp_page_link.next,
.kp_articles_section .kp_articles_pagination .kp_pagination_wrap a.page-numbers.next,
.kp_author_posts_pagination ul.kp_pagination li.next {
    margin-left: 8px;
}

.kp_author_posts_pagination ul.kp_pagination li.next a,
.kp_author_posts_pagination ul.kp_pagination li.prev a {
    height: 32px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent !important;
    color: #f7782c !important;
}

.select2-results__option--selectable {
    cursor: pointer !important;
    color: #000 !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: transparent !important;
}

.select2-results__option--selectable:hover {
    color: #f7782c !important;
}

.kp_podcast_sort span.select2-selection.select2-selection--single, 
.kp_author_sort span.select2-selection.select2-selection--single,
.kp_podcast_categories_select_wrap span.select2-selection.select2-selection--single,
.kp_allc_tab span.select2-selection.select2-selection--single,
.kp_resource_categories_mobile span.select2-selection.select2-selection--single {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    border: 1px solid #D9D9D9;
    padding: 8px 16px;
    height: 48px;
    justify-content: space-between;
}

.kp_podcast_sort .select2-selection__rendered,
.kp_author_sort .select2-selection__rendered,
.kp_podcast_categories_select_wrap .select2-selection__rendered,
.kp_allc_tab .select2-selection__rendered,
.kp_resource_categories_mobile .select2-selection__rendered {
    padding-left: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    padding-right: 0 !important;
    width: 136px;
}

.kp_podcast_sort .select2-container--default .select2-selection--single .select2-selection__arrow,
.kp_author_sort .select2-container--default .select2-selection--single .select2-selection__arrow,
.kp_podcast_categories_select_wrap .select2-container--default .select2-selection--single .select2-selection__arrow,
.kp_allc_tab .select2-container--default .select2-selection--single .select2-selection__arrow,
.kp_resource_categories_mobile .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: unset;
}

.kp_podcast_sort span#select2-sort-tb-container,
.kp_author_sort span#select2-sort-tb-container,
.kp_podcast_categories_select_wrap span#select2-sort-tb-container,
.kp_allc_tab  span#select2-sort-tb-container,
.kp_resource_categories_mobile span#select2-sort-tb-container {
    padding-left: 0;
    color: #1D202B;
    font-family: system-ui;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.kp_podcast_sort_select .select2-dropdown,
.kp_author_sort_select .select2-dropdown,
.kp_podcast_categories_select_wrap .select2-dropdown,
.kp_allc_tab .select2-dropdown,
.kp_resource_categories_mobile .select2-dropdown {
    border: 1px solid #efefef;
    border-radius: 0px;
}

.kp_podcast_sort_select .select2-dropdown ul li,
.kp_author_sort_select .select2-dropdown ul li,
.kp_podcast_categories_select_wrap .select2-dropdown ul li,
.kp_allc_tab .select2-dropdown ul li,
.kp_resource_categories_mobile .select2-dropdown ul li {
    font-size: 16px;
    line-height: 1.3em;
}

.kp_podcast_section .select2-container--default .select2-selection--single .select2-selection__arrow b,
.kp_author_posts_section .select2-container--default .select2-selection--single .select2-selection__arrow b,
.kp_podcast_categories_select_wrap .select2-container--default .select2-selection--single .select2-selection__arrow b,
.kp_allc_tab .select2-container--default .select2-selection--single .select2-selection__arrow b,
.kp_resource_categories_mobile .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: unset;
    border-style: unset;
    border-width: unset;
    border: none;
    width: 16px;
    height: 16px;
    background: url('/wp-content/uploads/2025/09/select-dropdown.svg') no-repeat center center;
    background-size: contain;
    display: block;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: transform 0.3s ease;
}

.kp_podcast_section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.kp_author_posts_section  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.kp_podcast_categories_select_wrap  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.kp_allc_tab .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.kp_resource_categories_mobile  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: translateY(-50%) rotate(180deg);
} 

.kp_podcast_categories_select_wrap {
  display: none;
}


/* Podcast single page */
.kp-podcast-posts-share .swp_social_panel {
    margin: 0 !important;
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.kp-podcast-posts-share .swp_social_panel .swp_share_button {
    margin: 0 !important;
}

.kp-author-detail-box {
    overflow: hidden;
}

.kp-author-detail-box p a {
    color: #f7782c;
    text-decoration: none;
}

.kp-podcast-related {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.kp-podcast-related .kp_pp_card_body {
    row-gap: 24px;
}

/*
 * Commented out so that WordPress Customizer can handle it - Kevin Duncan, 10/22/2025
 *
.kp-post-body p {
    color: #555A69;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px !important;
}
*/

.kp-post-body a {
    /* color: #F7782C; */
	color: #000000;
    font-family: system-ui;
    /* font-size: 16px; */
    font-weight: 400;
    line-height: 24px;
	/* text-decoration: none; */
    text-decoration: underline;
    text-decoration-thickness: 3px;
	text-decoration-color: #F7782C;
    transition: all .2s ease-in;
}

/*
 * Added by Kevin Duncan, 10/22/2025
*/
.kp-post-body a:hover {
    color: #F7782C;
	text-decoration-color: #33394B;
    transition: all .2s ease-in;
}

.kp-post-body .podcast-box {
    margin-bottom: 24px;
}

.kp-post-body h2, 
.kp-post-body h2 span {
    color: #000;
    font-family: system-ui;
    font-size: 40px;
    font-weight: 600 !important;
    line-height: 53px;
    margin-bottom: 40px;
}

.kp-post-body h2, .kp-post-body h2 span,
.kp-post-body h3, .kp-post-body h3 span,
.kp-post-body h4, .kp-post-body h4 span,
.kp-post-body h5, .kp-post-body h5 span,
.kp-post-body h6, .kp-post-body h6 span {
    color: #000000;
    font-family: system-ui;
    line-height: 38px;
    margin-bottom: 32px;
}

.kp-post-body h3 a {
    font-size: 28px;
    font-weight: 600 !important;
    line-height: 38px;
    margin-bottom: 32px;
}

    .kp-post-body h3, .kp-post-body h3 span {
        font-size: 28px;
        font-weight: 600 !important;
        line-height: 32px;
    }
	
    .kp-post-body h4, .kp-post-body h4 span {
        font-size: 22px;
        font-weight: 600 !important;
        line-height: 32px;
    }
	
    .kp-post-body h5, .kp-post-body h5 span {
        font-size: 20px;
        font-weight: 600 !important;
        line-height: 32px;
    }
	
    .kp-post-body h6, .kp-post-body h6 span {
        font-size: 19px;
        font-weight: 500 !important;
        line-height: 32px;
    }






.kp-post-body blockquote h2,
.kp-post-body blockquote h3,
.kp-post-body blockquote h4,
.kp-post-body blockquote h5,
.kp-post-body blockquote h6,
.kp-post-body blockquote p {
    margin: 0 !important;
}


.kp-post-body ul li::marker {
    color: #F7782C;
    font-size: 13px;
}

.kp-post-body ul {
    margin-left:25px;
}

.kp-post-body ol li,
.kp-post-body ul li {
    /* color: #555A69; */
    font-family: system-ui;
    /* font-size: 16px; */
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 12px;
}

.kp-post-body ol li:last-child,
.kp-post-body ul li:last-child {
    padding-bottom: 0;
}

.kp-post-body span.sw-click-to-tweet {
    padding: 15px !important;
    border-radius: 12px !important;
}

.kp-post-body span.sw-click-to-tweet span.sw-ctt-text {
    color: #000 !important;
    font-size: 22px;
    line-height: 1.3em;
}


.kp-post-body span.sw-ctt-btn {
    color: #F7782C !important;
}

.kp-post-body tbody a.buy-button,
.kp-dynamic-post-body tbody a.buy-button {
    /* color: #F7782C !important; */
	color: #FFFFFF !important;
    font-family: system-ui;
    /* font-size: 16px; */
	font-size: 14px;
    font-weight: 400;
    /* line-height: 24px; */
	line-height: 12px;
    text-decoration: none;
    border: none;
    box-shadow: none;
	/* text-align:left; */
	text-align: center;
	padding: 7px 10px; /* added by Kevin Duncan */
}

.kp-post-body  tbody a.buy-button:hover,
.kp-dynamic-post-body tbody a.buy-buttonLhover {
    background: unset;
    color: #F7782C !important;
}

span.sw-ctt-btn i.sw.swp_twitter_icon {
    display: none;
}

.kp-podcast-share-box .kp-podcast-share-icon {
    transition: all 0.3s ease-in-out;
}

.kp-podcast-share-box .kp-podcast-share-icon:hover {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25), 0 1px 4px 0 rgba(255, 255, 255, 0.30) inset;
    border-radius: 24px;
}

.kp-podcast-toc.kp-toc-podcast-single ul.kp-toc-list {
    margin: 0;
    list-style: none;
}

.kp-podcast-toc.kp-toc-podcast-single ul.kp-toc-list li {
/*     padding-bottom: 24px;
    margin-bottom: 24px; */
	/* padding-bottom: 20px; */
    /* margin-bottom: 20px; */
	padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #E9EDF3;
    font-size: 14px;
    line-height: 0px;
}

.kp-podcast-toc.kp-toc-podcast-single ul.kp-toc-list li a {
    color: #1A1D26;
    /* font-family: system-ui; */
/*     font-size: 18px; */
	font-size: 14px;
    /* font-weight: 600; */
	font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.kp-podcast-toc.kp-toc-podcast-single ul.kp-toc-list li:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}

.kp-podcast-toc.kp-toc-podcast-single ul.kp-toc-list li a.active {
    color: #F7782C;
}

.kp-podcast-toc.kp-toc-podcast-single ul.kp-toc-list {
    margin: 0;
    list-style: none;
	/* max-height: 700px; */
    max-height: 250px;
    /* overflow-y: auto; */
	overflow-y: auto;
}

.kp_podcast_sort span.select2.select2-container,
.kp_author_sort span.select2.select2-container,
.kp_podcast_categories_select_wrap span.select2.select2-container,
.kp_resource_categories_mobile  span.select2.select2-container,
.kp_allc_tab span.select2.select2-container {
    height: 48px;
}

/* Individual Cat Pages */
.kp_article_card .kp_article_header.kp_cat_tools {
    background-color: #E9EDF380;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 190px !important;
}

.kp_articles_section .kp_podcast_grid,
.kp_videos_grid,
.kp_articles_grid,
.kp_author_posts_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.kp_articles_grid .kp_article_card,
.kp_author_posts_grid .kp_author_post_card,
.kp_resources_section .kp_resources_card {
    border-radius: 24px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 8px 8px 24px 8px;
}

.kp_articles_grid .kp_article_card a,
.kp_author_posts_grid .kp_author_post_card a,
.kp_resources_section .kp_resources_card a {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    position: relative;
    row-gap: 24px;
    text-decoration: none;
    text-align: left;
}

.kp_articles_grid .kp_article_header,
.kp_author_post_card .kp_ap_card_header {
    align-items: flex-start;
    background-color: #204a83;
    background-image: url(/wp-content/uploads/2025/09/articles-bg.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    min-height: 188px;
    /* border-radius: 16px 16px 32px 32px; */
	border-radius: 16px 16px 0 0;
    padding: 24px;
    height: 100%;
}

.kp_articles_section .kp_article_card .kp_article_header {
    width: 100%;
    background-size: cover;
}

.kp_articles_grid .kp_article_header p {
    margin: 0;
    color: #1A3B69;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    background: #E9EDF3;
    padding: 6px 10px;
}

.kp_articles_grid .kp_article_card_body_content h4,
.kp_author_post_card .kp_ap_card_body h4,
.kp_resources_card .kp_resources_card_body h3 {
    color: #1D202B;
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 0;
}

.kp_articles_grid .kp_article_card_body_cat p,
.kp_author_post_card .kp_ap_card_body p,
.kp_resources_card .kp_resources_card_body .kp_resources_car_meta {
    margin: 0;
    color: #A7AAB2;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.kp_articles_grid .kp_article_card_body,
.kp_author_post_card .kp_ap_card_body,
.kp_resources_card .kp_resources_card_body {
    display: flex;
    flex-direction: column;
    height: 100%;
    row-gap: 24px;
    padding: 0 18px;
    justify-content: space-between;
}

.kp_articles_section .kp_articles_pagination .kp_pagination_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
    padding: 8px;
    margin-top: 48px;
    flex-wrap: wrap;
    row-gap: 16px;
}

.kp_video_popup {
    position: fixed;
    top:0; left:0;
    width:100%; height:100%;
    background: rgba(0,0,0,0.8);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index: 9999;
}

.kp_video_popup_inner {
    position: relative;
    width: 95%;
    max-width: 900px;
}

.kp_video_close {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.kp_video_frame iframe {
    width: 100%;
    height: 500px;
}

.kp_video_frame video {
    width: 100%;
}

.kp_articles_section .kp_podcast_grid .kp_pop_podcast_card .kp_pp_card_body {
    row-gap: 24px;
}

.kp_videos_grid .kp_video_card {
    border-radius: 24px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 8px 8px 24px 8px;
    cursor: pointer;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.kp_video_card .kp_video_thumbnail {
    height: 188px;
    /* border-radius: 16px 16px 32px 32px; */
	border-radius: 16px 16px 0 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.kp_video_card .kp_video_popup_link {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    row-gap: 24px;
    justify-content: space-between;
}

.kp_video_card .kp_video_card_content h4 {
    color: #1D202B;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
}

.kp_video_card .kp_video_card_content .kp_ply_btn {
    border-radius: 100px;
    border: 2px solid #F88F50;
    background: linear-gradient(180deg, #F88F50 0%, #F7782D 100%);
    box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.30) inset;
    display: flex;
    width: 64px;
    height: 64px;
    padding: 24px;
    justify-content: center;
    align-items: center;
}

.kp_video_card .kp_video_card_content .kp_ply_btn img {
    width: 24px;
    height: 24px;
    min-width: 24px;
}

.kp_video_card .kp_video_card_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 0 18px;
}

.kp_btn_icon_div {
    height: 20px;
}

/* Author Archive */
.kp-author-bcb p {
    margin-bottom: 0;
}

.kp_author_posts_filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E9EDF3;
}

.kp_author_post_card .kp_ap_card_header {
    background-size: cover;
    background-position: center;
}

.kp_author_posts_pagination {
    margin-top: 48px;
    padding: 8px;
}

.kp_author_posts_pagination ul.kp_pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    row-gap: 16px;
}

.kp_author_posts_pagination ul.kp_pagination li a {
    text-decoration: none;
    color: #555A69;
}

.kp_author_posts_pagination ul.kp_pagination li.active a {
    color: #fff;
}

.kp_author_info {
    display: flex;
    align-items: center;
    column-gap: 80px;
}

.kp_author_info .kp_author_image img {
    background-color: #f7782c;
    height: auto;
    max-height: 341px;
    max-width: 294px;
    min-height: 341px;
    min-width: 294px;
    object-fit: cover;
    width: auto;
    border-radius: 400px;
}

.kp_author_info .kp_author_details p.kp_author_role {
    background-color: #e9edf3;
    color: #1a3b69;
    display: block;
    font-size: 18px;
    font-weight: 500;
    justify-self: start;
    line-height: 24px;
    margin-bottom: 32px;
    margin-top: 0px;
    text-align: center;
    border-radius: 8px;
    padding: 6px 10px;
    text-transform: capitalize;
	width: fit-content;
}

.kp_author_info .kp_author_details h2.kp_author_name {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 24px;
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 62px;
}

.kp_author_info .kp_author_details p.kp_author_description {
    color: #e4e7ea;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: left;
}

.kp_author_info .kp_author_details p.kp_author_description a {
    color: var(--kp-orange-01);
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}

.kp_author_details {
    max-width: 662px;
}

/* Resources */
.kp_resource_categories_mobile {
    display: none;
}

.kp_resources_categories_list {
    margin-bottom: 80px;
}

.kp_resources_results {
    position: relative;
}

p.kp-no-results {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.kp_resources_card .kp_resources_card_header img {
    align-items: flex-start;
    background-color: #204a83;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    min-height: 188px;
    /* border-radius: 16px 16px 32px 32px; */
	border-radius: 16px 16px 0 0;
    height: 100%;
    width: 100%;
}

.kp_resources_blue_bg .kp_resources_categories_list span.kp_resources_cat {
    border: 1px solid #CECFD4;
    background: #f4f6f9;
}

.kp_resources_blue_bg .kp_resources_categories_list span.kp_resources_cat.active {
    background: #F88F50;
    border: 1px solid #F88F50;
}

.kp_resources_results .kp_pop_podcast_card .kp_pp_card_body {
    row-gap: 24px;
}

.kp_resources_card_header.kp_article_header.kp_cat_tools {
    background-color: #E9EDF380;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 190px !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    min-height: 188px;
    /* border-radius: 16px 16px 32px 32px; */
	border-radius: 16px 16px 0 0;
    padding: 24px;
    height: 100%;
    align-items: flex-start;
}

.kp_resources_card_header.kp_article_header.kp_cat_tools p {
    margin: 0;
    color: #1A3B69;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    background: #E9EDF3;
    padding: 6px 10px;
}

@media(max-width:768px){
    .kp_video_frame iframe { 
        height: 300px; 
    }
}

@media only screen and (max-width: 1365px) {
    /* All Podcasts */
    img.kp_podcast_hero_img {
        width: 95%;
        min-width: 95%;
        left: 0;
    }
}

@media only screen and (max-width: 1232px) {
    .kp_courses_lines {
        top: 25%;
        right: -22%;
    }
}

@media only screen and (max-width: 1175px) {
    .kp_courses_lines {
        top: 30%;
    }
}

@media only screen and (max-width: 1080px) {
    /* Podcast */
    .kp_podcast_filter_section .kp_podcast_results,
    .kp_post_filter_section .kp_podcast_results,
    .kp_resources_wrapper .kp_resources_results {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 1024px) {
    /* Courses */
    .kp-d-course-author-card,
    .kp-d-course-author-card-mob {
        background-image: repeating-linear-gradient(to right, #cecfd4 0px, #cecfd4 8px, #00000000 8px, transparent 20px);
        background-size: 100% 1px;
        background-repeat: no-repeat;
        background-position: top left;
    }

    .kp-d-course-blue-card {
        background-image: repeating-linear-gradient(to right, #fff 0px, #fff 15px, #00000000 15px, transparent 30px);
        background-size: 100% 1px;
        background-repeat: no-repeat;
        background-position: top left;
    }

    /* All Podcasts */
    .kp-author-card-wrapper {
        min-height: 400px !important;
        height: auto;
    }

    .kp-author-card-wrapper img {
        object-fit: cover;
        bottom: -10px;
        position: absolute;
        left: 0;
        right: 0;
        min-height: 200px;
        background-position: bottom center;
        max-height: max-content;
    }

    img.kp_podcast_hero_img {
        width: 80%;
        min-width: 80%;
        left: 0;
        margin: 0 auto;
        margin-top: 80px;
    }

    .kp-podcast-related {
        grid-template-columns: 1fr 1fr;
    }

    .kp-podcast-related .kp_pop_podcast_card:nth-child(3):last-child {
        grid-column: 1 / span 2;
        justify-self: center;
        max-width: 50%;
    }

	/* Courses Page */
	.kp-courses-dave-section {
        display: flex;
        gap: 24px;
        flex-direction: column;
    }

    .kp-courses-dave-section a.kp-cd-link:nth-child(3):last-child {
        max-width: 100%;
    }

    /* All Courses */
    .kp_allc_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 40px;
    }

    .kp_allc_tab_header {
        margin-bottom: 40px;
    }

    .kp_allc_tab_header {
        display: none;
    }

    .kp_allc_tab .select2 {
        display: block;
    }

    .kp_all_courses_drop_down {
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }

    .kp_allc_grid .kp_allc_card_header h3 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 24px;
    }

    .kp_allc_grid .kp_allc_card_body_pnr .kp_allc_card_price {
        font-size: 20px;
        line-height: 26px;
    }

    /* Individual Category */
    .kp_articles_section .kp_podcast_grid,
    .kp_videos_grid,
    .kp_articles_grid,
    .kp_author_posts_grid {
        grid-template-columns: 1fr 1fr;
    }

    /* Author */
    .kp_author_details {
        max-width: 100%;
    }

    .kp_author_posts_filter {
        margin-bottom: 40px;
    }

    .kp_articles_grid .kp_article_card_body, 
    .kp_author_post_card .kp_ap_card_body {
        row-gap: 16px;
    }

    /* Resources */
    .kp_resources_categories_list {
        display: none;
    }
    
    .kp_resource_categories_mobile {
        display: block;
    }

    .kp_resources_categories {
        margin-bottom: 40px;
    }
 
    .kp_resource_categories_mobile .select2-selection__rendered {
        width: 100%;
    }

}

@media only screen and (max-width: 980px) {
    /* All Courses */
    .kp_allc_tab_header {
        overflow-x: auto;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    /* All Courses */
    .kp_allc_grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    /* Podcast */
    .kp_podcast_filter_section .kp_podcast_results,
    .kp_post_filter_section .kp_podcast_results,
    .kp_resources_wrapper .kp_resources_results {
        grid-template-columns: 1fr;
    }

    .kp_podcast_categories .kp_podcast_cat {
        min-width: unset;
        width: 100%;
        flex: unset;
    }

    .kp-podcast-related {
        display: flex;
        flex-direction: column;
    }

    .kp-podcast-related .kp_pop_podcast_card:nth-child(3):last-child {
        justify-self: unset;
        max-width: 100%;
    }

    .kp_podcast_filter_section .kp_podcast_top,
    .kp_post_filter_section .kp_podcast_top {
        align-items: flex-start;
        margin: 24px 0 40px 0;
        flex-direction: column-reverse;
        row-gap: 24px;
    }

    .kp_pop_podcast_card .kp_pp_card_header h3 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.36px;;
    }

    .kp_pop_podcast_card .kp_pp_card_body .kp_pp_card_body_content h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .kp_podcast_results .kp_pop_podcast_card .kp_pp_card_body {
        row-gap: 16px;
    }

    .kp_podcast_filter_section .kp_podcast_search {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .kp_podcast_categories {
        grid-template-columns: repeat(1,1fr);
    }

    .kp_podcast_pagination {
        margin-top: 32px;
    }

    /* Mobile: show select, hide spans */
    .kp_podcast_categories .kp_podcast_categories_list {
        display: none;
    }

    .kp_podcast_categories_select_wrap {
        display: block;
    }

    .kp_podcast_categories_select_wrap .select2-selection__rendered {
        width: 200px;
    }

    /* Individual Category */
    .kp_articles_section .kp_podcast_grid,
    .kp_videos_grid,
    .kp_articles_grid,
    .kp_author_posts_grid {
        grid-template-columns: 1fr;
    }

    /* Author */
    .kp_author_info {
        row-gap: 40px;
        flex-direction: column;
    }

    .kp_author_info .kp_author_details p.kp_author_role {
        margin: 0 auto;
        margin-bottom: 32px;
    }

    .kp_author_info .kp_author_details h2.kp_author_name {
        text-align: center;
        padding: 0 17px;
    }

    .kp_author_info .kp_author_details p.kp_author_description {
        text-align: center;
        padding: 0 17px;
    }

    .kp_articles_grid .kp_article_header, 
    .kp_author_post_card .kp_ap_card_header {
        min-height: 164px;
    }

    .kp_author_posts_pagination {
        margin-top: 32px;
    }

    .kp_podcast_top .kp_podcast_sort, 
    .kp_author_posts_filter .kp_author_sort {
        width: 100%;
    }

    .kp_podcast_top .kp_podcast_sort span.kp_sort_label, 
    .kp_author_posts_filter span.kp_sort_author_label {
        flex: 0 0 70px;
    }

    .kp_cat_post_grid .kp_author_posts_filter {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        row-gap: 24px;
    }
}

@media only screen and (max-width: 600px) {
    /* Podcast */
    .kp-author-card-wrapper {
        min-height: 320px !important;
    }
}

@media only screen and (max-width: 550px) {
    /* Courses Page */
    .kp-cd-content-header .kp-cd-hd-row1 {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 12px;
    }

    .kp-cd-footer {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 12px;
    }
}

@media only screen and (max-width: 480px) {
    /* Courses Page */
    .kp-courses-dave-section .kp-cd-card {
        flex-direction: column;
        padding: 8px;
        row-gap: 24px;
    }

    .kp-cd-thumb {
        max-height: none;
        width: 100%;
    }

    .kp-cd-content-header {
        margin-top: 0;
    }

    .kp-cd-content-header h3 {
        font-weight: 500;
        line-height: 32px;
        letter-spacing: -0.36px;
        margin: 0;
    }

    .kp-cd-footer {
        margin-top: 24px;
    }

    .kp-courses-dave-section .kp-cd-card .kp-cd-thumb img {
        object-fit: cover;
        width: 100%;
        height: 174px;
        min-height: 174px;
        display: block;
    }

    .kp-cd-content-header .kp-cd-hd-row1 {
        align-items: center;
        flex-direction: unset;
        row-gap: unset;
    }

    .kp-cd-footer {
        align-items: center;
        flex-direction: unset;
        row-gap: unset;
    }

    /* All Podcasts */
    img.kp_podcast_hero_img {
        width: 95%;
        min-width: 95%;
    }

    .kp_podcast_search button.kp_podcast_clear_btn {
        right: 70px;
    }

    .kp-author-card-wrapper {
        min-height: 200px !important;
        padding: 30px 0 0 0 !important;
    }

    .kp-author-card-wrapper img {
        min-height: 240px;
        height: 240px;
        object-fit: cover;
        position: unset;
        width: 100% !important;
    }

    /* Testimonial Slider */
    .kp_testi_slider_card {
        flex-direction: column-reverse;
    }

    .kp_testi_image {
        align-self: flex-start;
    }

    /* Author */
    .kp_author_posts_filter {
        flex-direction: column-reverse;
        align-items: flex-start;
        row-gap: 24px;
    }

    .kp_author_info .kp_author_image img {
        max-height: 153px;
        max-width: 132px;
        min-height: 153px;
        min-width: 132px;
        width: 132px;
        height: 153px;
    }

    .kp_podcast_top .kp_podcast_sort, 
    .kp_author_posts_filter .kp_author_sort {
        width: 100%;
    }

    .kp_author_sort .kp_sort_author_label {
        flex: 0 0 70px;
    }

    .kp_author_info .kp_author_details p.kp_author_role {
        margin-bottom: 12px;
    }

    .kp_author_info .kp_author_details h2.kp_author_name {
        font-size: 40px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 420px) {
    .kp-author-card-wrapper img {
        min-height: 200px;
        height: 200px;
    }
}

@media only screen and (max-width: 380px) {
    .kp-author-card-wrapper img {
        min-height: 187px;
        height: 187px;
    }
}


/* ========= Course page CSS ======== */

/* Template */
.dynamic-content-template {
    margin-bottom: 0!important;
}

/* Social share buttons */

.swp_social_panel {
    gap: 4px;
    justify-content: flex-start;
    height: 32px;
    margin-bottom: 0!important;
}

.swp_share_button {
    border-radius: 100px!important;
    height: 32px !important;
    max-width: 32px !important;
    min-width: 32px !important;
}

.swp_social_panel .sw {
    line-height: 30px;
}


/* ====== Review Styles ====== */

.kp_reviews_section {
    max-width: 400px;
    margin-bottom: 20px;
}

.kp_reviews_title {
    color: #1A1D26;
    font-family: var(--gp-font--system-ui);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 32px;
}

.kp_rating_summary {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 200px;
}

.kp_rating_display {
    margin-right: 20px;
}

.kp_rating_number {
    font-family: var(--gp-font--system-ui);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}

.kp_rating_stars {
    color: #ffa500;
    font-size: 20px;
    margin: 5px 0;
}

.kp_review_count {
    color: #555A69;
    font-family: var(--gp-font--system-ui);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.kp_rating_bars {
    width: 516px;
}

.kp_rating_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.kp_rating_label {
    width: 80px;
    color: #555A69;
    font-family: var(--gp-font--system-ui);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.kp_progress_container {
    flex: 1;
    margin: 0 10px;
}

.kp_progress_bar {
    background: #FFAE001A;
    height: 8px;
    border-radius: 100px;
    overflow: hidden;
}

.kp_progress_fill {
    background: #FFAE00;
    height: 100%;
    border-radius: 100px;
    transition: width 0.3s ease;
}

.kp_rating_count {
    font-size: 16px;
    color: #555A69;
    line-height: 24px;
    width: 22px;
    text-align: right;
}

/* Individual Reviews Section */
.kp_individual_reviews {
    margin-top: 24px;
	max-width: 840px;
}

.kp_individual_title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px 0;
}

.kp_no_reviews {
    color: #666;
    font-style: italic;
    margin: 20px 0;
}

.kp_single_review {
    border-bottom: dashed 2px #E9EDF3;
    /* padding: 20px 0; */
	padding: 40px 0;
    margin-bottom: 0;
}

.kp_single_review:last-of-type {
    border-bottom: none;
}

.kp_review_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.kp_reviewer_info {
    display: flex;
    align-items: center;
}

.kp_comment_avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 12px;
    object-fit: cover;
}

/* .kp_reviewer_details {

} */

.kp_reviewer_name {
    color: #000;
    font-family: var(--gp-font--system-ui);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
}

.kp_review_date {
    color: #777B87;
    font-family: system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.kp_review_rating {
    display: flex;
    align-items: center;
}

.kp_star_filled {
    color: #ffa500;
    font-size: 16px;
    margin-right: 1px;
}

.kp_star_empty {
    color: #e0e0e0;
    font-size: 16px;
    margin-right: 1px;
}

.kp_review_content {
    margin-left: 0;
    /* color: #555A69; */
	color: #000000;
    font-family: system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.kp_review_content p {
    margin: 0 0 10px 0;
}

.kp_review_content p:last-child {
    margin-bottom: 0;
}

.kp_load_more {
    margin-top: 25px;
    text-align: left;
}

.kp_load_more_btn {
    background: none;
    border: none;
    color: #ff6b35;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}

.kp_load_more_btn:hover {
	background: #fff;
	color: #ff6b35;
}

.kp_load_more_btn:focus {
	background: #fff;
	color: #ff6b35;
}

.kp_load_more_btn_icon {
    width:24px;
    height:24px;
    vertical-align:middle;
}

/* Comment Form Section */
.kp_comment_form_section {
    margin-top: 56px;
    max-width: 840px;
    border-top: 0;
    padding-top: 0;
}

.kp_comment_form_title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 30px 0;
}

/* .kp_comment_form {

} */

/* Form Row for Name/Email */
.kp_form_row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.kp_form_field {
    flex: 1;
}

.kp_field_label {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #1A1D26;
    margin-bottom: 8px;
}

.kp_form_row .kp_form_input {
    width: 100%;
    padding: 16px 20px;
    border-radius: 100px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    color: #BBBDC3;
	font-family: var(--gp-font--system-ui);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.24px;
}

.kp_form_input:focus {
    outline: none;
    border-color: #ff6b35;
    box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.1);
}

.kp_form_input::placeholder {
    color: #999;
}

/* Comment Textarea */
.kp_comment_input {
    margin-bottom: 25px;
}

.kp_comment_label {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #1A1D26;
    margin-bottom: 8px;
}

.kp_comment_textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
    resize: vertical;
    min-height: 140px;
    font-family: inherit;
    transition: border-color 0.2s ease;
    border-radius: 24px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}

.kp_comment_textarea:focus {
    outline: none;
    border-color: #ff6b35;
    box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.1);
}

.kp_comment_textarea::placeholder {
    color: #999;
}

/* Rating Input at Bottom */
.kp_rating_input_bottom {
    margin-bottom: 30px;
}

.kp_rating_row_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kp_rating_label_bottom {
   	display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #1A1D26;
    margin-bottom: 8px;
}

.kp_star_rating_bottom {
    display: flex;
    flex-direction: row-reverse;
    gap: 3px;
}

.kp_star_rating_bottom input[type="radio"] {
    display: none;
}

.kp_star_rating_bottom label {
    font-size: 28px;
    color: #e0e0e0;
    cursor: pointer;
    transition: color 0.2s ease;
    margin: 0;
    line-height: 1;
}

.kp_star_rating_bottom label:hover,
.kp_star_rating_bottom label:hover ~ label,
.kp_star_rating_bottom input[type="radio"]:checked ~ label {
    color: #ffa500;
}

/* Submit Button */
.kp_submit_field {
    text-align: left;
}

.kp_submit_btn {
    color: #fff;
    font-family: system-ui;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.24px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(255, 107, 53, 0.2);
    border-radius: 37px;
    border: 1px solid #F88F50;
    background: linear-gradient(180deg, #F88F50 0%, #F7782D 100%);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25), 0 1px 4px 0 rgba(255, 255, 255, 0.30) inset;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 4px 4px 16px;
}

/*.kp_submit_btn:hover {
    background: #e55a2b;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(255, 107, 53, 0.3);
}*/

.kp_submit_btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.3);
}

.kp_submit_btn.kp_courses_hero_btn {
	width: auto !important;
}

.kp_courses_hero_btn {
	margin-top: 20px;
}

.comments-area {
	display: none;
}

.kp_col_reviews_div {
	display: flex;
	width: 840px;
	padding-bottom: 48px;
	border-bottom: 1px solid #E9EDF3;
	border-bottom: dashed 2px #E9EDF3;
	flex-direction: row;
	justify-content: space-between;
}

.kin_rating_and.comments {
	margin-left: auto;
    margin-right: auto;
    max-width: var(--gb-container-width);
    padding-top: 56px;
	padding-bottom: 120px;
}

.kp_logged_in_as p {
	display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #1A1D26;
    margin-bottom: 8px;
}

.kp_logged_in_as p a {
    color: #ff6b35;
}

/* Rating Error Message Styles */
.kp_rating_error {
    margin-top: 8px;
}

.kp_error_message {
    color: #d63638;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    background: #ffeaea;
    padding: 8px 12px;
    border: 1px solid #f0a5a5;
    border-radius: 4px;
}

/* Optional: Add some styling for focused/error state on star rating */
.kp_star_rating_bottom.error {
    border: 1px solid #d63638;
    border-radius: 4px;
    padding: 5px;
    background: #ffeaea;
}

/* Animation for error message */
.kp_rating_error.show {
    display: block;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
    .kp_form_row {
        flex-direction: column;
        gap: 24px;
    }
    
    .kp_reviews_section,
    .kp_individual_reviews,
    .kp_comment_form_section {
        max-width: 100%;
    }

    /* .kp_rating_row_bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    } */

    .kp_rating_label_bottom {
        margin-bottom: 0;
    }

    .kp_star_rating_bottom {
        align-self: flex-end;
    }

    .kp_col_reviews_div {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .kp_rating_bars {
        width: 100%;
    }

    .kp_submit_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    }

    .kp_submit_btn_icon {
        width: 40px;
        height: 40px;
    }
}


/* ----------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------About Us Page Styles----------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */

/* -------------------------------------unique things section----------------------------------------------------- */

/* Custom check icon for unique list */
.kp-about-unique-things-list {
    list-style: none; /* Remove default bullets */
    padding-left: 0;  /* Remove default padding */
    margin: 0;
}

.kp-about-unique-things-list li {
    position: relative;
    padding-left: 30px; 
    margin-bottom: 16px; 
/*     line-height: 1.6; */
	font-size: 20px;
	line-height: 28px;
}

.kp-about-unique-things-list li:last-child {
	margin-bottom: 0px !important;
}

.kp-about-unique-things-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;  /* Adjust based on your icon size */
    height: 24px;
    background: url('/wp-content/uploads/2025/09/check-tick-circle.png') no-repeat center center;
    background-size: contain;
}


/* Container heading */
.kp-about-unique-things-container h2 {
    position: relative;
    display: inline-block; /* Shrinks width around text */
}

.kp-about-not-kindlepreneur-container {
	border: none !important;
    border-bottom: 3px solid transparent;
    background-image: repeating-linear-gradient(to right, #e9edf3 0, #e9edf3 8px, /* dash length */ transparent 8px, transparent 16px /* gap size */);
    background-position: bottom;
    background-size: auto 1px;
    background-repeat: repeat-x;
}

@media (min-width: 1025px) {
	/* Left text image */
	.kp-about-unique-things-container h2::before {
		content: "";
		position: absolute;
		left: -190px;
		top: -50px;
		width: 230px;
		height: 40px;
		/* background: url('/wp-content/uploads/2025/09/Some-Fun-Facts.png') no-repeat center; */
		background: url('/wp-content/uploads/2025/10/Some-Fun-Facts.avif') no-repeat center;
		background-size: contain;
	}
	
	/* Right crown */
	.kp-about-unique-things-container h2::after {
		content: "";
		position: absolute;
		right: -25px;
		top: -45px;
		width: 60px;
		height: 55px;
		/* background: url('/wp-content/uploads/2025/09/crown.png') no-repeat center; */
		background: url('/wp-content/uploads/2025/10/crown.avif') no-repeat center;
		background-size: contain;
	}

	/* The arrow attached to the wrapper */
	.kp-about-unique-things-container::before {
	  content: "";
	  position: absolute;
	  display: block;
	  width: 100px;                
	  height: 50px;
	  top: -15px;                 
	  left: 0;                     
	  transform: translateX(-90%); 
	  /* background: url('/wp-content/uploads/2025/09/arrow-down.png') no-repeat center; */
	  background: url('/wp-content/uploads/2025/10/arrow-down.avif') no-repeat center;
	  background-size: contain;
	  z-index: 5;                  
	  pointer-events: none;        
	}
}



/* The wrapper that contains the H2 */
.kp-about-unique-things-container {
  position: relative;          
  overflow: visible !important;
}


@media (min-width: 1025px) and (max-width: 1200px) {
	.kp-about-what-is-kindlepreneur-img {
		bottom: -20% !important;
		left: -15% !important;
		transform: scale(1.3) !important;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.kp-about-page-unique-things-text-container {
		padding-bottom: 78px !important;
    	padding-top: 50px !important;
	}
	
	.kp-about-page-unique-things-image-container img{
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media (min-width: 1201px) and (max-width: 1439px) {
	.kp-about-what-is-kindlepreneur-img {
		left: -5% !important;
	}
}

.kp-about-numbers-section a, .kp-about-numbers-section a:hover {
	color: #F7782C;
}


.kp-about-logo-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center; 
}

.kp-about-logo-container > * {
  flex: 0 1 calc(33.333% - 20px); 
  display: flex;
  justify-content: center; 
}

@media (max-width: 640px) {
  .kp-about-logo-container > * {
    flex: 0 1 calc(50% - 20px); /* 2 per row */
  }
	
	.kp-about-unique-things-list li {
		font-size: 18px;
		line-height: 24px;
	}
	
	.kp-about-unique-things-list li::before {
		top: 0%;
    	transform: translateY(0%);
	}
}



/* ----------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------Guides Page Styles----------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */

/* ===== KP Guides ===== */
.kp-guides {
    --kp-gap: 20px;
}

.kp-guides__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 48px;
	border-bottom: 1px solid #E9EDF3;
	padding-bottom: 16px;
}

.kp-guides__count {
    font-size: 18px;
	line-height: 32px;
    opacity: 0.85;
}

.kp-guides__sortform select.kp-guides-sort {
    min-width: 190px;
	border: none;
	border-radius: 24px;
    border: 1px solid #D9D9D9;
    padding: 8px 16px;
    height: 48px;
/*     background: #fff; */
}

.kp-guides__sortlabel {
    font-size: 18px;
    color: #A7AAB2; 
	line-height: 32px;
/*     margin-right: 6px; */
}

/* Custom Select Dropdown */
.kp-guides-sort {
  appearance: none;       /* Remove default arrow (modern browsers) */
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none;    /* Firefox */
  background: url('/wp-content/uploads/2025/09/select-dropdown.svg') no-repeat right 12px center !important;
  background-size: 16px;   /* adjust size of arrow */
  padding-right: 32px;     /* space for the arrow */
  cursor: pointer;
}

/* For IE (just in case) hide the default arrow */
.kp-guides-sort::-ms-expand {
  display: none;
}


/* Grid */
.kp-guides__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
}

@media (max-width: 640px) {
	.kp-guides__bar {
		flex-direction: column !important;
    	align-items: flex-start !important;
		gap: 24px !important;
	}
	
	.kp-guides__count {
		order: 2;
	}
	
	.kp-guides__sortform {
		width: 100%;
    	order: 1;
	}
	
	.kp-guides-sort {
		width: 75% !important;
	}
}


@media (min-width: 640px) {
    .kp-guides__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .kp-guides__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Card */
.kp-guides-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 24px;
    overflow: hidden;
	padding: 8px 8px 24px 8px;
/*     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: transform 0.15s ease, box-shadow 0.15s ease; */
}

/* .kp-guides-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
 */
.kp-guides-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.kp-guides-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
	margin-bottom: 24px;
/*     background: #f3f5f7; */
}

.kp-guides__grid[data-ratio="4x3"] .kp-guides-card__media {
    aspect-ratio: 4 / 3;
}

.kp-guides__grid[data-ratio="1x1"] .kp-guides-card__media {
    aspect-ratio: 1 / 1;
}

.kp-guides-card__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	/* border-radius: 16px 16px 32px 32px; */
	border-radius: 16px 16px 0 0;
}

.kp-guides-card__media--placeholder {
    width: 100%;
    height: 100%;
}

.kp-guides-card__body {
    padding: 0px 14px;
}

.kp-guides-card__title {
    font-size: 20px;
    line-height: 21px;
    margin: 0 0 24px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.kp-guides-card__meta {
    font-size: 16px;
	line-height: 24px;
    /* color: #A7AAB2; */
	color: #000000;
}

/* Pagination */
.kp-guides__pagination {
    margin-top: 56px;
    display: flex;
    justify-content: center;
}

.kp-guides__pagination-list {
    list-style: none;
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.kp-guides__pagination-list .next.page-numbers, .kp-guides__pagination-list .prev.page-numbers {
	border: none !important;
/* 	background: none !important; */
	box-shadow: none !important;
}

.kp-guides__pagination a,
.kp-guides__pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 37px;
    border: 1px solid #e5e7eb;
    background: #fff;
    font-size: 16px;
	color: #555A69 !important;
    text-decoration: none;
}

.kp-guides__pagination .is-current span {
    background: #f7782c;
    color: #fff !important;
    border-color: transparent;
    font-weight: 500;
}

/* .kp-guides__pagination a:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
} */

.page-numbers {
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25), 0 1px 4px 0 rgba(255, 255, 255, 0.30) inset;
}

/* Style Next Pagination Arrow */
a.next.page-numbers {
  display: inline-block;
  width: 40px; /* adjust size */
  height: 40px;
  text-indent: -9999px; /* hide default text/arrow */
  background: url('/wp-content/uploads/2025/09/pg-right.svg') no-repeat center center !important;
  background-size: contain;
}

/* Style Previous Pagination Arrow */
a.prev.page-numbers {
  display: inline-block;
  width: 40px; /* adjust size */
  height: 40px;
  text-indent: -9999px; /* hide default text/arrow */
  background: url('/wp-content/uploads/2025/09/pg-left.svg') no-repeat center center !important;
  background-size: contain;
}


/* ----------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------Audiobook Sales Calculator Page Styles----------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */

#audible-rank-calculator {
	gap: 24px !important;
}

#audible-rank-calculator .form-section#right {
	border: 1px solid #D9D9D9 !important;
    border-radius: 16px !important;
    padding: 24px;
	height: auto !important;
}

#audible-rank-calculator #mainbg-wrapper {
	align-items: stretch !important;
}

#audible-rank-calculator #mainbg-wrapper #mainbg {
	margin: 32px 7px !important;
}

#audible-rank-calculator #entry-point {
	color: #1A1D26 !important;
	font-weight: 500 !important;
}

.audible-sales-calc-shortcode-container #rank-input {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.audible-sales-calc-amazon-ads-course a {
	color: #F7782C;
	text-decoration: none;
}

.audible-sales-calc-shortcode-container .link2, .audible-sales-calc-shortcode-container a {
	color: #F7782C;
	text-decoration: none;
}

a.audible-sales-calc-get-it-free-btn {
	color: #F7782C !important;
}

a.audible-sales-calc-get-it-free-btn:hover, a.audible-sales-calc-get-it-free-btn:focus {
	color: #fff !important;
}


#absr-link a {
	color: #F7782C !important;
	text-decoration: none;
}

.audible-sales-calc-grey-container a {
	color: #000 !important;
}

/* a.audible-sales-calc-get-it-free-btn {
	color: #fff !important;
} */

/* ----------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------ISBN Barcode Generator Page Styles----------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */



#barcode-generator {
	margin-right: 24px !important;
}

#kindle-barcode {
	height: auto !important;
}

.kp-isbn-bar-code-generator-text-container a:hover {
	color: #f7782c;
    text-decoration: none;
}

#kindle-barcode #right-barcode-generator {
/* 	padding: 24px 32px; */
    /* background-color: #FDDFCC; */
/*     width: auto !important; */
    height: auto !important;
    flex: 1 1 50% !important;
    margin-left: 0px !important;
	margin-right: 0% !important;
    /* padding-right: 1px !important; */
    border: 1px solid #FDDFCC !important;
    border-radius: 16px !important;
    background: #FEF2EA80 !important;
	width: 40% !important;
    padding: 24px !important;
/* 	flex: 0 !important; */
}

#kindle-barcode #barcode-generator {
	flex: 1 1 50% !important;
    padding: 24px !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 16px !important;
    width: auto !important;
    height: auto !important;
}

#barcode-generator .col-12, #right-barcode-generator .col-12 {
	padding: 0px !important;
}

#chart-wrapper {
	padding: 40px 32px !important;
	height: auto !important;
    margin-top: 0px !important;
	width: 100% !important;
	border: none !important;
}

#barcode {
	width: auto !important;
    margin-top: 0px !important;
}

#kindle-barcode #barcode canvas {
    margin-top: 0px !important;
    margin-left: 0px !important;
/* 	width: 100% !important; */
	width: 200px !important;
}

#kindle-barcode .inputContainer input {
	width: 100% !important;
    border-radius: 50px !important;
    background: transparent !important;
    font-family: system-ui !important;
    font-size: 16px !important;
	margin-bottom: 16px !important;
	padding: 12px 20px !important;
}

#kindle-barcode .inputContainer span {
	font-family: system-ui !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 100% !important;
	color: #1A1D26 !important;
/*     letter-spacing: -1.5% !important; */
}

#kindle-barcode .inputContainer a {
	margin-bottom: 8px !important;
	text-decoration: none !important;
}

#kindle-barcode .inputContainer select {
	border-radius: 50px !important;
    color: #BBBDC3 !important;
    font-family: system-ui !important;
    font-size: 16px !important;
    width: 100% !important;
    margin-top: 8px !important;
    background-color: transparent !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    cursor: pointer !important;
    background-image: url(/wp-content/uploads/2025/09/vector.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 15px !important;
    padding-right: 30px !important;
	max-width: 100% !important;
	padding: 12px 20px !important;
}

#kindle-barcode .infoBox {
	width: 100% !important;
	height: auto !important;
	margin-top: 24px !important;
}

#kindle-barcode .infoBox .title, #kindle-barcode .infoBox .description {
	font-family: system-ui !important;
    font-weight: 500 !important;
    font-style: Medium !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0px !important;
}


#kindle-barcode .download {
	width: 100% !important;
	margin-left: 0px !important;
	margin-top: 50px !important;
}

#kindle-barcode .download #formButton {
/* 	opacity: 1; */
/*     border-radius: 37px !important; */
/*     border-width: 1px !important; */
    padding-top: 15px !important;
    padding-right: 16px !important;
    padding-bottom: 15px !important;
    padding-left: 16px !important;
/*     background: linear-gradient(180deg, #F88F50 0%, #F7782D 100%) !important; */
	width: 100% !important;
	height: auto !important;
/* 	box-shadow: none !important; */
	font-family: system-ui !important;
/*     font-weight: 500 !important; */
/*     font-style: Medium !important; */
/*     font-size: 18px !important; */
/*     line-height: 26px !important; */
    letter-spacing: 0px !important;
    text-align: center !important;
	
	align-items: center !important;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, .25), inset 0px 1px 4px 0px rgba(255, 255, 255, 0.30) !important;
    color: #f7782c !important;
    cursor: pointer !important;
/*     display: inline-flex !important; */
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 26px !important;
    text-decoration: none !important;
    border: 1px solid #f89052 !important;
    border-radius: 50px !important;
	background: none !important;
	margin: 0px !important;
}

#kindle-barcode .download #formButton:is(:hover,:focus) {
	color: #ffffff !important;
    background-image: linear-gradient(to right, #f88f50 0%, #f7782d 100%) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: normal;
}

#kindle-barcode .infoBox {
	border-radius: 16px !important;
	gap: 8px !important;
}

#kindle-barcode #formPdfButton {
	width: 100% !important;
	padding: 0px !important;
	margin-top: 70px !important;
}

@media (max-width: 981px) {
	#kindle-barcode #barcode-generator {
		margin-right: 0px !important;
    	margin-bottom: 24px;
	}
	
	#kindle-barcode #right-barcode-generator {
		width: 100% !important;
	}
	
	#kindle-barcode #formButton {
		margin-left: 0px !important;
	}
	
	#kindle-barcode .download {
		margin-left: 0px !important;
	}
	
	#kindle-barcode #formPdfButton {
		margin-top: 32px !important;
		margin-bottom: 0px !important;
	}
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------KENP Calculator Page Styles----------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */

#barForm {
	padding-left: 0px !important;
}

.kp-not-advanced-cal-col.right-col.no-bg-color {
	background-color: transparent !important;
}

.kp-kenp-calculator-text-container a:hover {
	color: #f7782c !important;
	text-decoration: none !important;
}

#kenp-calculator .directions-sub {
	margin-top: 16px !important;
}

#kenp-calculator .right, #kenp-calculator .left {
	padding: 0px !important;
}

.form-section#barcode-generator {
	gap: 24px !important;
}

#kenp-calculator {
	height: 100% !important;
}

#kenp-calculator .chart-wrapper {
	padding: 24px !important;
    margin-top: 0px !important;
    border-radius: 16px !important;
    background: #FEF2EA80 !important;
	justify-content: flex-start !important;
}

#kenp-calculator #barcode-generator {
	height: 100% !important;
}

#kenp-calculator #barcode-generator .col-6.left{
	padding: 24px !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 16px !important;
}

#kenp-calculator .col-6.right .chart-wrapper {
	height: 100% !important;
	align-items: flex-start !important;
}
 
#kenp-calculator select {
	margin-top: 8px !important;
    font-family: system-ui !important;
    color: #BBBDC3 !important;
    width: 100% !important;
    font-size: 16px !important;
    border-radius: 50px !important;
    background-color: transparent !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
    cursor: pointer !important;
    background-image: url(/wp-content/uploads/2025/09/vector.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 15px !important;
    /* padding-right: 30px !important; */
    padding: 16px 20px !important;
}

#kenp-calculator input {
	width: 100% !important;
    border-radius: 50px !important;
    background: transparent !important;
    font-family: system-ui !important;
    font-size: 16px !important;
    margin-bottom: 16px !important;
    padding: 16px 20px !important;
}

#kenp-calculator #barForm .directions span {
	font-size: 24px !important;
}

#kenp-calculator .col-6.left #barForm span {
	margin-top: 0px !important;
}

#kenp-calculator .col-6.right .chart-wrapper .royalty-per-reader {
	font-family: system-ui !important;
	font-weight: 600 !important;
	font-style: SemiBold !important;
	font-size: 24px !important;
	line-height: 100% !important;
	letter-spacing: 0% !important;
	color: #1D202B !important;
	justify-content: flex-start !important;
}

#kenp-calculator .chart-wrapper .earnings-explain {
	justify-content: flex-start !important;
	margin-left: 0% !important;
	width: 100% !important;
}

#kenp-calculator .col-6.right .chart-wrapper .royalty-per-reader .amount {
	font-size: 24px !important;
	font-family: system-ui !important;
}

#kenp-calculator .col-6.right .chart-wrapper .earnings-explain span {
	font-family: system-ui !important;
	font-weight: 400 !important;
	font-style: Regular !important;
	font-size: 16px !important;
	line-height: 24px !important;
	letter-spacing: 0% !important;
	color: #585D6C !important;
	text-align: left !important;
}

#kenp-calculator .col-6.right .chart-wrapper .earnings-explain2 span i {
	font-family: system-ui !important;
	font-weight: 500 !important;
	font-style: Regular !important;
	font-size: 16px !important;
	line-height: 24px !important;
	letter-spacing: -1.5% !important;
	color: #1A1D26 !important;
}



#kenp-calculator #barForm span {
	margin-bottom: 0 !important;
    margin-top: 24px !important;
    font-size: 16px !important;
    color: #1A1D26 !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    font-family: var(--gp-font--system-ui) !important;
}

#kenp-calculator .chart-wrapper .earnings-explain2 {
	margin-top: 24px !important;
}

@media (max-width: 981px) {
	#kenp-calculator {
		height: auto !important;
	}
	
	.form-section#barcode-generator {
		height: auto !important;
		flex-direction: column !important;
		gap: 24px !important;
	}
	
	#kenp-calculator #barcode-generator {
		margin-right: 0px !important;
	}
	
	#barcode-generator .col-6 {
		max-width: 100% !important;
		width: 100% !important;
	}
	
	#barcode-generator #barForm {
		padding-left : 0px !important;
	}
	
	#barForm .inputContainer input, #barForm .inputContainer select {
		max-width: 100% !important;
	}
}

@media (max-width: 767px) {
	#kenp-calculator {
		flex-wrap: nowrap !important;
    	flex-direction: column !important;
	}
	
	#kenp-calculator .chart-wrapper {
		width: 100% !important;
	}
	
	.form-section#barcode-generator {
		width: 100% !important;
		margin-left: 0px !important;
	}
	
	#barForm .inputContainer  {
		width: 100% !important;
	}
	
	.kp-kenp-body-container {
		overflow-x: hidden;
	}
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------KDP Royalty Calculator Page Styles----------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */

.kp-kdp-calculator-text-container a:hover {
	color: #f7782c !important;
	text-decoration: none !important;
}

#kdp-calculator #barForm .inputContainer span {
	margin-top: 0px !important;
}

#kdp-calculator {
	height: auto !important;
}

#kdp-calculator #barcode-generator {
	height: auto !important;
}

#kdp-calculator .right, #kdp-calculator .left {
    width: 100% !important;
	max-width: 100% !important;
}

#kdp-calculator .inputContainer span, #kdp-calculator .inputContainer-price span, #kdp-calculator .trim-size span, #kdp-calculator .interior span, #kdp-calculator .pages span {
	margin-bottom: 0 !important;
    margin-top: 24px !important;
    font-size: 16px !important;
    color: #1A1D26 !important;
    font-weight: 500 !important;
    line-height: 24px !important;
	font-family: var(--gp-font--system-ui) !important;
}

#kdp-calculator .interior span, #kdp-calculator .pages span {
	padding-bottom: 8px !important;
}

#kdp-calculator .col-6.left select {
	margin-top: 0px !important;
    font-family: system-ui !important;
    color: #BBBDC3 !important;
    width: 100% !important;
    font-size: 16px !important;
    border-radius: 50px !important;
    background-color: transparent !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
    cursor: pointer !important;
    background-image: url(/wp-content/uploads/2025/09/vector.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 15px !important;
/*     padding-right: 30px !important; */
	padding: 16px 20px !important;
}

#kdp-calculator .col-6.left .inputContainer-book {
	display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 100%;
    gap: 8px;
}

#kdp-calculator .col-6.left .flex-container-eb {
	gap: 8px !important;
	justify-content: flex-start !important;
}

#kdp-calculator .col-6.left .flex-container-eb .royalty-rate, #kdp-calculator .col-6.left .flex-container-eb .size {
	width: 49% !important;
}

#kdp-calculator .col-6.left .inputContainer-price, #kdp-calculator .col-6.left .flex-container-eb2 {
	width: 50% !important;
}

#kdp-calculator .col-6.left input {
	width: 100% !important;
    border-radius: 50px !important;
    background: transparent !important;
    font-family: system-ui !important;
    font-size: 16px !important;
    margin-bottom: 0px !important;
    padding: 16px 20px !important;
}

#kdp-calculator .col-6.left .size, #kdp-calculator .col-6.left .royalty-rate {
	display: flex;
    flex-direction: column;
    gap: 8px;
}

#kdp-calculator .col-6.left {
/* 	flex: 1 1 50% !important; */
    padding: 24px !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 16px !important;
/*     width: auto !important;
    height: auto !important; */
}

#kdp-calculator .col-6.left .trim-size {
	width: 100% !important;
}

#kdp-calculator #barForm #not_advanced {
	margin-top: 0px !important;
}

#kdp-calculator .col-6.right .chart-wrapper {
	padding: 24px !important;
	margin-top: 0px !important;
	border-radius: 16px !important;
	background: #FEF2EA80 !important;
}

#kdp-calculator .right .chart-wrapper .royalty-per-reader {
	justify-content: flex-start !important;
}

#kdp-calculator .col-6.right {
	height: 100% !important;
	padding: 0px !important;
}

#kdp-calculator .col-6.right #box-error {
	font-family: system-ui !important;
	font-weight: 500 !important;
	font-style: Medium !important;
	font-size: 16px !important;
	line-height: 24px !important;
	letter-spacing: -1.5% !important;
	color: #1A1D26 !important;
	text-align: left !important;
}

#kdp-calculator .col-6.right #box-error a:hover {
	color: #f7782c !important;
	text-decoration: none !important;
}


#kdp-calculator .col-6.right .chart-wrapper {
	height: 100% !important;
}

#kdp-calculator .col-6.right .royalty-legend-wrapper {
	height: auto !important;
	flex-direction: column !important;
}

#kdp-calculator .col-6.right .royalty-chart-wrapper {
	height: auto !important;
	order: 1 !important;
	justify-content: center !important;
}

#kdp-calculator .col-6.right .chart-wrapper .error-alert {
	display: flex !important;
    height: auto !important;
	background: none !important;
	border: none !important;
}

#kdp-calculator .col-6.right .legend-wrapper {
	order: 2 !important;
	flex-direction: row !important;
	width: 100% !important;
}

#kdp-calculator .col-6.right .legend-wrapper span {
	font-family: system-ui;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -1.5%;
}

#kdp-calculator .col-6.right .chart-wrapper .royalty-per-reader span {
	font-family: system-ui !important;
	font-weight: 600 !important;
	font-style: SemiBold !important;
	font-size: 24px !important;
	line-height: 100% !important;
	letter-spacing: 0% !important;
}

#kdp-calculator .col-6.right .legend-wrapper .royalty-legend, #kdp-calculator .col-6.right .legend-wrapper .delivary-legend, #kdp-calculator .col-6.right .legend-wrapper .fee-legend {
	width: 12px !important;
	height: 12px !important;
}

#kdp-calculator .col-6.right .legend-wrapper .royalty-line {
	width: 40% !important;
}

#kdp-calculator .col-6.right .legend-wrapper .delivary-line {
	width: 25% !important;
}

#kdp-calculator .col-6.right .legend-wrapper .fee-line {
	width: 30% !important;
}


@media (max-width: 981px) {
	#kdp-calculator .col-6.left {
		margin-bottom: 24px !important;
	}
	
	#kdp-calculator .col-6.right .chart-wrapper {
		width: 100% !important;
	}
	
	#kdp-calculator .col-12 {
		display: none !important;
	}
	
	#kdp-calculator .legend-wrapper div {
		margin-left: 0px !important;
	}
	
	#kdp-calculator .col-6.left .trim-size select{
		max-width: 100% !important;
	}
	
	#kdp-calculator .col-6.left .promo-img {
		flex-direction: row !important;
    	justify-content: center !important;
	}
	
	#kdp-calculator .col-6.right .royalty-legend-wrapper {
		align-items: center !important;
	}
	
	#kdp-calculator .col-6.right .legend-wrapper .royalty-line {
		display: flex !important;
	}

	#kdp-calculator .col-6.right .legend-wrapper .delivary-line {
		display: flex !important;
	}

	#kdp-calculator .col-6.right .legend-wrapper .fee-line {
		display: flex !important;
	}
}


@media (max-width: 767px) {
	#kdp-calculator .col-6.right .legend-wrapper {
		flex-direction: column !important;
		gap: 8px !important;
	}
	
	#kdp-calculator .col-6.right .legend-wrapper .royalty-line {
		width: 100% !important;
	}
	
	#kdp-calculator .col-6.right .legend-wrapper .delivary-line {
		width: 100% !important;
	}
	
	#kdp-calculator .col-6.right .legend-wrapper .fee-line {
		width: 100% !important;
	}
	
	#kdp-calculator .col-6.left .flex-container-eb {
		flex-direction: column !important;
	}
	
	#kdp-calculator .col-6.left .flex-container-eb .royalty-rate, #kdp-calculator .col-6.left .flex-container-eb .size{
		width: 100% !important;
	}
	
	.kp-kdp-body-container {
		overflow-x : hidden;
	}
	
	.kp-breadcrum-container svg {
		width: 10px !important;
	}
	
	.kp-breadcrum-container {
		align-items: center !important;
	}
	
	.kp-apps-accord-item-inner div {
		align-items: flex-start !important;
	}
	
	#kdp-calculator .flex-container-b {
		flex-direction: column !important;
	}
	
	#kdp-calculator .flex-container-b .interior, #kdp-calculator .flex-container-b .pages {
		width: 100% !important;
	}
	
	#kdp-calculator .col-6.left .inputContainer-book {
		margin-bottom: 24px !important;
		flex-direction: column !important;
	}
	
	#kdp-calculator .col-6.left .inputContainer-price, #kdp-calculator .col-6.left .flex-container-eb2 {
		width: 100% !important;
	}
}


.kp-accordion-app-pages .gb-accordion__toggle-icon {
	flex-shrink: 0 !important;
}

.kp-accord-list-item:hover {
    color: #1a1d26;
    text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------Single Author Page Styles----------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */


@media (max-width: 480px) {
	.kp_author_image {
	  position: relative;
	  display: inline-block; 
	  z-index: 1; 
	  width: 100%;
	  display: flex;
      justify-content: center;
	}

.kp_author_image::before {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  width: 100%; 
	  height: 100%;
	  background: url('/wp-content/uploads/2025/09/author-img-bg.svg') no-repeat center;
	  background-size: contain;
	  z-index: -1; /* put behind the image */
      background-repeat: round;
	}
	
	.kp_author_hero {
		background-image: none !important;
	}
}


#kp_accordion-image {
    transition: opacity 0.3s ease-in-out;
    max-width: 100%;
    display: block;
}


/*Popular Tools 6x Grids Section*/

.kp_tools-grid a
{
    text-decoration: none;
}

.kp_tools-grid.kp_allc_grid {
    margin-bottom: 0;
}

#kp_tools-tabs-content .kp_allc_card_header,
.kp_tools-grid .kp_allc_card_header
{
    background-position: center 40%;
    background-size: 190px;
    background-color: #E9EDF380;
	background-image: unset;
}

.kp_tools-grid .kp_allc_card_header span.kp_tool-label {
    color: #1A3B69;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px;
    background: #E9EDF3;
    padding: 6px 10px;
    position: absolute;
    bottom: 24px;
}

#kp_tools-tabs-content .kp_tool-card-body,
.kp_tools-grid .kp_tool-card-body{
    padding: 0 8px;
}

.kp_tools-grid .kp_tool-card-body h3.kp_tool-title {
    color: #1a1d26;
    text-overflow: ellipsis;
    font-family: system-ui;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px; 
}

.kp_tool-card-body p.kp_tool-desc {
    color: #585D6C;
    text-overflow: ellipsis;
    font-family: system-ui;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
     display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width:1100px)
{
	.kp_tools-grid .kp_allc_card
	{
	   overflow:hidden;
	}

	.kp_tools-grid .kp_allc_card:hover
	{
	   max-height:360px;
	}

	.kp_tools-grid .kp_allc_card:hover .kp_allc_card_header {
		margin-top: -218px;
		transition: margin-top 0.3s ease-in;
		opacity: 0;
		z-index: 0;
	}
	
	.kp_tools-grid .kp_allc_card .kp_allc_card_header
 	{
        transition: all 0.4s ease-out;
    }

	.kp_tools-grid .kp_allc_card:hover .kp_tool-card-body h3.kp_tool-title {
		padding-top: 14px;
	}
	
	.kp_tools-grid .kp_allc_card:hover p.kp_tool-desc {
		-webkit-line-clamp: 9;
		line-clamp: 9;
	}
	
	
	.kp_tools-grid .kp_allc_card:hover .kp_tool-card-body a.kp_tool-button {
		display: block!important;
	}
	
	.kp_tools-grid .kp_allc_card .kp_tool-card-body a.kp_tool-button 
	{
		display:none!important;
	}

}

.kp_tools-grid .kp_allc_card .kp_tool-card-body a.kp_tool-button {
    display:block;
	color:  #F7782C;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding-top: 24px;
}

/*Popular Tools Tabs Section*/

.tools-tabs-wrapper {
    position: relative;
}

.kp_tools-tab-content {
    display: none;
}

.kp_tools-tab-content.active {
    display: block;
}

.tools-tabs-wrapper.kp_allc_tab .select2.select2-container {
    height: 48px;
    margin-bottom: 40px;
}

@media screen and (max-width:980px) 
{
    .tools-tabs.kp_allc_tab_header {
        gap: 16px;
		margin-bottom:40px;
    }
	
	.kp_allc_tab_header button.kp_tab_btn
	{
		padding:8px 20px;
		white-space: nowrap;
    	display: inline-flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	
	.tools-tabs button.kp_tab_btn:first-child {
		margin-left: 20px;
	}
	
	.tools-tabs button.kp_tab_btn:last-child {
		margin-right: 20px;
	}
}

/* Pagination container */
.tools-pagination ul,
.kp_tools-page-numbers{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
	margin-bottom:0;
    gap: 16px;
    list-style: none;
	margin-left:0;
}

/* Pagination links */
.tools-pagination li a,
.kp_tools_page-numbers span.page-numbers.current,
.tools-pagination .dots,
.kp_tools-page-numbers li a,
.kp_tools-page-numbers span.page-numbers,
.kp_tools-page-numbers .kp_dots{
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 37px;
    border: 1px solid #F5F5F6;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25), 0 1px 4px 0 rgba(255, 255, 255, 0.30) inset;
    align-items: center;
    justify-content: center;
    color: #555A69;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: -0.24px;
    text-decoration: none;
}

.kp_tools_page-numbers span.page-numbers.current,
.kp_tools-page-numbers li span.page-numbers.current{
    border-color: #F88F50;
    background: linear-gradient(180deg, #F88F50 0%, #F7782D 100%);
    color: #FFF;
}

.tools-pagination .dots {
    pointer-events: none;
    color: #555A69;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.24px;
}

.tools-pagination .next,
.tools-pagination .prev,
.kp_tools-page-numbers a.next.page-numbers,
.kp_tools-page-numbers a.prev.page-numbers
{
    background: transparent;
    box-shadow: unset;
    padding: 0;
    border:none;
}


/*VIP PAGE*/

/******Coupons*****/
.kp_class_coupon_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.kp_class_coupon_logo {
    background: #E9EDF380;
    padding: 56px 0 16px;
    min-width: 225px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
}

.kp_class_coupon_logo img {
    width: 137px;
    height: 146px;
	margin: 0 auto;
    flex-shrink: 0;
    aspect-ratio: 76 / 81;
}

.kp_class_coupon_content {
    margin: auto;
    width: 100%;
}

.kp_reviews-discount-wrapper.kp_reviews-discount-wrapper,
.kp_coupon_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	row-gap: 12px;
}

.kp_coupon_footer
{
    margin-top: 24px;
}

.kp_class_coupon_category {
    border-radius: 8px;
    background: #E9EDF3;
    display: inline-flex;
    padding: 6px 10px;
    width: fit-content;
    justify-content: center;
    align-items: center;
    color: #1A3B69;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 45px;
    margin-left: 16px;
}

.kp_class_coupon_reviews a {
    text-decoration: none;
}

.kp_class_coupon_reviews span.kp_class_coupon_rating,
.kp_class_coupon_reviews span.kp_class_link-title {
    border-radius: 999px;
    background: #E9EDF3;
    padding: 6px 10px;
    display: inline-block;
    color: #1A3B69;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.kp_class_coupon_reviews a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	gap:5px;
}

span.kp_class_coupon_review_count {
    color: #585D6C;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.kp_class_coupon_reviews span.kp_class_coupon_review_count {
    color:#585D6C;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.kp_class_coupon_discount {
    color: #1A3B69;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 8px;
    background: #E9EDF3;
    padding: 6px 10px;
    display: inline-block;
}

h3.kp_class_coupon_title {
    color:  #1D202B;
    font-size: 24px;
    font-weight: 600;
    margin: 16px 0 12px;
}

.kp_class_coupon_description {
    overflow: hidden;
    color: #585D6C;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.kp_class_coupon_description p:last-child {
    margin-bottom: 0;
}

.kp_class_coupon_description a {
    color:  #F7782C;
    text-decoration: none;
}

.kp_class_coupon_link a {
    color: #fff;    
	font-size: 18px;    
	font-weight: 500;    
	line-height: 26px;    
	text-decoration: none;    
	border-radius: 37px;    
	border: 1px solid #F89052;    
	background: linear-gradient(180deg, #F88F50 0%, #F7782D 100%);    
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25), 0 1px 4px 0 rgba(255, 255, 255, 0.30) inset;    
	padding: 15px 16px;    
	width: 308px;    
	display: block;    
	text-align: center;
    transition: .8s all ease-in-out;
}

.kp_class_coupon_link a:hover,
.kp_class_coupon_link a:focus
{
    background-image: linear-gradient(to right, var(--kp-orange-01) 0%, #d26625 100%);
}

.kp_class_coupon_affiliate_text {
    color:  #585D6C;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width:980px)
{
	.kp_class_coupon_reviews a
	{
		flex-wrap: nowrap;
	}
	
	.kp_class_coupon_discount {
		margin:0 0 12px  0;
	}
	
	.kp_class_coupon_reviews span.kp_class_link-title {
		text-align: left;
		border-radius: 8px;
	}
	
	.kp_reviews-discount-wrapper.kp_reviews-discount-wrapper, .kp_coupon_footer
	{
		 align-items: flex-start;
		 flex-direction: column;
	}
	
	 h3.kp_class_coupon_title,
	.vip-resource-item .vip-content h3.vip-title{
		font-size: 20px;
        line-height: 26px;
        padding: 0;
        margin: 0 0 12px;
	}
	
	.kp_class_coupon_reviews span.kp_class_coupon_review_count.kp_review-hide {
		display:none;
	}	
	
	.kp_coupon_footer {
    	row-gap: 16px;
	}
	
	.kp_class_coupon_affiliate_text {
		border-top: 1px solid #E9EDF3;
		padding-top: 16px;
		width: 100%;
		text-align: left;
	}
	
	.kp_class_coupon_link,
	.kp_class_coupon_link a
	{
		width:100%;
	}
}

/*VIP FREEBIES SECTION*/

div#vip-resources-container {
    margin-bottom: 60px;
}

.vip-resource-item a,
.kp_class_coupon_card {
    border-radius: 24px;
    width: 100%;
    border: 1px solid #D9D9D9;
    background: #FFF;
    display: flex;
    row-gap: 32px;
    column-gap: 32px;    
    text-decoration:none;
    padding: 8px 32px 8px 8px;
}

.vip-resource-item:not(:last-child),
.kp_class_coupon_card:not(:last-child) {
    margin-bottom: 24px;
}

.vip-resource-item .vip-thumb {
    max-width: 225px;
    min-height: 286px;
    border-radius: 16px;
    background: rgba(233, 237, 243, 0.50);
    display: flex;
    align-items: center;
}

.vip-resource-item .vip-thumb img {
    max-width: 192px;
    object-fit: cover;
}


.vip-resource-item .vip-content
{
    margin: auto;
}

.vip-resource-item .vip-content span.vip-category
{   display: inline-block;
    border-radius: 8px;
    background: #E9EDF3;
    padding: 6px 10px;
    color:#1A3B69;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
	margin-top: 15px;
}

.vip-resource-item .vip-content h3.vip-title {
    /* color: #1D202B; */
	color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin: 12px 0;
}

.vip-resource-item .vip-content .vip-description p, 
.vip-resource-item .vip-content .vip-description ul li{
    /* color:  #585D6C; */
	color: #000000;
    text-overflow: ellipsis;
    /* font-size: 16px; */
	font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.vip-resource-item .vip-content .vip-description p:not(:last-child), 
.vip-resource-item .vip-content .vip-description ul li
{
    margin-bottom: 12px;
}

.vip-resource-item .vip-content .vip-description ul {
    margin: 0;
    margin-left: 32px;
}

.vip-resource-item .vip-content .vip-description ul li::marker
{
    color: #F7782C;
}

.vip-resource-item .vip-content .vip-description p:last-child,
.kp_class_coupon_card:last-child
 {
    margin-bottom: 20px;
}

.kp_tools_pagination
 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    list-style: none;
}

.kp_tools_pagination .kp_page-num a.prev.page-numbers,
.kp_tools_pagination .kp_page-num a.next.page-numbers {
    box-shadow: none !important;
	background: none !important;
    border: none;
	padding: 0;
}

.kp_tools_pagination span.kp_page-num a,
.kp_tools_pagination .kp_page-num .current,
span.page-numbers.dots {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 37px;
    border: 1px solid #F5F5F6;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25), 0 1px 4px 0 rgba(255, 255, 255, 0.30) inset;
    align-items: center;
    justify-content: center;
    color: #555A69;
    font-family: system-ui;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: -0.24px;
    text-decoration: none;
}

.kp_page-num .current {
    border-color: #F88F50 !important;
    background: linear-gradient(180deg, #F88F50 0%, #F7782D 100%);
    color: #FFF !important;
}



@media (max-width:980px)
{
    div#vip-resources-container
	{
		margin-bottom:40px;
	}
	
	.vip-resource-item a,
	.kp_class_coupon_card{
        row-gap: 24px;
        column-gap: 0;
        padding: 8px 8px 16px;
        flex-direction: column;
    }
	
	.vip-resource-item .vip-content, 
	.kp_class_coupon_content {
		padding: 0 16px;
	}

    .vip-resource-item .vip-thumb {
        max-width: 100%;
        min-height: 100%;
    }

    .vip-resource-item .vip-thumb img {
        max-width: 100%;
		margin:0 auto;
		padding: 25px 0;
    }
}


/*Free Courses Section*/

.kp-free-vip-courses.kp_allc_grid {
    margin-bottom: 0;
}

.kp-free-vip-courses a {
    text-decoration: none;
}

.kp-free-vip-courses .kp-fc-category {
    position: absolute;
    bottom: 30px;
}

.kp-free-vip-courses .kp_allc_card_body_pnr
{
	margin-top:0;
}

.kp-free-vip-courses .kp-fc-label
{
	color:#F7782C;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

/*Book Description Genarator page*/


.book-desc-genarator .amazon-select,
.book-desc-genarator h5,
.book-desc-genarator input.TransBtn[disabled],
.book-desc-genarator input.TransBtn,
.book-desc-genarator .icons-circle span

{
	font-family:var(--gp-font--system-ui)!important;
}

.book-desc-genarator .amazon-select {
    bottom: 0;
    text-align: center;
    font: var(--gp-font--system-ui);
    color: #1A1D26;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: -0.18px;
}

.book-desc-genarator .ai-desc-generator
{
	margin-left: 0;
    margin-top: 0PX;
	gap:24px;
    padding: 0;
	width: 100%!important;
    height: 100%!important;
}

.book-desc-genarator .left-pane
{
	max-width: 100%;
}

.book-desc-genarator .left-pane #tools {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #D9D9D9;
    background: #FFF;
	align-items: center;
}

.book-desc-genarator table, 
.book-desc-genarator td, 
.book-desc-genarator th,
.book-desc-genarator .mlb, 
.book-desc-genarator .menu-label
{
    border: none !important;
	    padding: 0;
}

.book-desc-genarator #bdg-menu label:hover
{
	border-bottom: 1px solid #D9D9D9 !important;
}

.book-desc-genarator table.menu-items img {
    padding-top: 6px;
}

.book-desc-genarator .menu-label:before {
    content: '';
    white-space: unset;
}

.book-desc-genarator table.menu-items {
    margin: 0 !important;
}

.book-desc-genarator .text-placeholder,
.book-desc-genarator iframe
 {
    position: relative;
    width: 100%;
    height: 100%;
}


.book-desc-genarator h5 {
    color: #1A1D26;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.24px;
    margin: 0 !important;
    padding-bottom: 12px;
}

.book-desc-genarator fieldset.commonf {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-left: 0;
	align-items: flex-end;
	padding-bottom: 0 !important;
}

.book-desc-genarator input.TransBtn[disabled],
.TransBtn, 
.book-desc-genarator input.TransBtn, 
.book-desc-genarator input.TransBtn:hover
{
	border-radius: 8px!important;
}

.book-desc-genarator input.TransBtn
{
    padding: 6px 10px;
	font-style: normal;
    font-weight: 500;
    line-height: normal;	
    margin-bottom: 0;
	text-align: center;
	height:100%;
}

.book-desc-genarator .TransBtn, 
.book-desc-genarator input.TransBtn, 
.book-desc-genarator input.TransBtn:hover
{
	 margin-bottom: 0;
}
	
.book-desc-genarator input.TransBtn[disabled]
{
	background: #E9EDF3 !important;
    color: #9FB1CA !important;
}

.book-desc-genarator input.TransBtn
{
	background:#1B3F6F !important;
    color: #fff !important;
}

.book-desc-genarator .bdg-font-style, 
.book-desc-genarator .bdg-para-style
{
	width:100%;
}


.book-desc-genarator .right-pane {
    padding: 16px 16px 24px 16px;
    border-radius: 16px;
    border: 1px solid var(--Pumpkin-200, #FDDFCC);
    background: rgba(254, 242, 234, 0.50);
}

.book-desc-genarator .card2 {
    display: none;
}

.book-desc-genarator button#demo
{
	padding: 0;
}


/*-------------------- Interview Page / Image Carousal -----------------------*/
:root{																									
--card-size: 373px;																									
--swiper-width: 100%;																									
--tilt: 12deg;																									
--side-shift-x: -42px;     /* small push outward */																									
--side-shift-y: 95px;     /* lower the side cards */																									
																									
}																									
																																																
#interview-carousal {																									
    width: var(--swiper-width);																									
    height: 100%;																									
    margin:auto;																									
}																									
																									
#interview-carousal .swiper-wrapper{																									
    overflow: visible !important;																						
}																									
																									
#interview-carousal .swiper-slide{																									
    position:relative;																									
    width: var(--card-size) !important;																									
    height: var(--card-size) !important;																									
    border-radius: 12px;																									
    overflow:hidden;																									
    transition: transform .6s ease, opacity .6s ease, filter .6s ease !important;	
    transform: scale(.9) !important;																									
    opacity:.65 !important;																									
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.08);	
    background:#fff;		
    border: 10px solid #fff;																							
}																									
																									
#interview-carousal .swiper-slide img{																									
    width:100%;																									
    height:100%;																									
    object-fit:cover;																									
    display:block;	
	border-radius: 12px;
}																									
																									
#interview-carousal .swiper-slide::after{																									
    content:"";																									
    position:absolute;																									
    left:50%;																									
    bottom:-16px;																									
    width:72%;																									
    height:30px;																									
    transform:translateX(-50%);																									
    background: radial-gradient(ellipse at center,																									
    rgba(0,0,0,.28) 0%, rgba(0,0,0,0) 70%);																									
    opacity:0;																									
    transition: opacity .6s ease;																									
    pointer-events:none;																									
}																									
																									
/* Active slide (desktop) */																									
#interview-carousal .swiper-slide-active{																									
    transform: scale(1) rotate(0) translate(0,0) !important;																									
    opacity:1 !important;																									
    z-index:3 !important;																									
}																									
#interview-carousal .swiper-slide-active::after{ opacity:.35; }																									
																									
/* Side slides (desktop) */																									
#interview-carousal .swiper-slide-prev{																									
    transform: scale(.9) rotate(calc(-1 * var(--tilt)))																									
    translate(calc(-1 * var(--side-shift-x)), var(--side-shift-y)) !important;																									
    opacity:.9 !important;																									
    z-index:2 !important;																									
}																									
#interview-carousal .swiper-slide-next{																									
    transform: scale(.9) rotate(var(--tilt))																									
    translate(var(--side-shift-x), var(--side-shift-y)) !important;																									
    opacity:.9 !important;																									
    z-index:2 !important;																									
}		

#interview-carousal .swiper-button-prev-new,
#interview-carousal .swiper-button-next-new{
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25), 0 1px 4px 0 rgba(255, 255, 255, 0.30) inset;
}

#interview-carousal .swiper-button-disabled {
    border-radius: 37px;
    border: 1px solid var(--Charcoal-300, #a7aab2);
    background: transparent;
	transition: 0.s ease-in all;
	opacity: .35;
    cursor: auto;
    pointer-events: none;
}

#interview-carousal .swiper-button-disabled svg path {
    stroke: #a7aab2;
}
																									
/* ------- MOBILE OVERRIDES ------- */																									
@media (max-width: 981px){																									
  #interview-carousal{																									
      padding: 0 12px !important;		
      width: 100% !important;																									
      height: auto !important;																						
  }																									
  #interview-carousal .swiper-slide{																									
      width: 100% !important;																									
      height: auto !important;																									
      transform: scale(1) rotate(0) translate(0,0) !important;																									
      opacity:1 !important;																					
  }

  #interview-carousal .swiper-wrapper
  {
      box-sizing: border-box;
  }

  #interview-carousal .swiper-slide::after{ display:none; }																									
}

@media (min-width:981px)
{
   #interview-carousal .swiper-wrapper{																									
      min-width: calc(var(--card-size) * 3); 																									
  }			
}

@media (max-width:1120px) and (min-width:980px)
{
  #interview-carousal .swiper-slide{width: 350px !important;}
}


/* ========================================================= */
/* Homepage CSS */
/* ========================================================= */

.kp_article-title--trim {
  /* Truncates article titles to three lines with an ellipsis */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ========================================================= */
/* Formkit Button Styles */
/* ========================================================= */

.seva-form.formkit-form .formkit-submit.formkit-submit {
  /* Base styles for all form submit buttons */
  border-radius: 50px !important;
  font-family: "system-ui" !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  width: 174px !important;
  box-shadow: inset 0 1px 4px 0 rgba(255, 255, 255, 0.3), 0 2px 6px 0 rgba(0, 0, 0, 0.25);
}
.kp_hero_form .seva-form.formkit-form .formkit-submit.formkit-submit {
  /* Specific width for the hero section form button */
  width: 174px !important;
}
.kp_kindle_ranking_form .seva-form.formkit-form .formkit-submit.formkit-submit {
  /* Specific width for the Kindle ranking form button */
  width: 216px !important;
}
.kp_join-form .seva-form.formkit-form .formkit-submit.formkit-submit {
  /* Specific width for the join form button */
  width: 156px !important;
}

.seva-form.formkit-form[data-uid="97e5408e58"] .formkit-submit span {
  /* Hides the default text of the button span */
  font-size: 0;
  visibility: hidden;
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center !important;
  gap: 8px !important;
  padding-left: 15px !important;
}

form.seva-form.formkit-form div[data-style="clean"] {
  /* Removes top padding from a specific form style */
  padding-top: 0 !important;
}

/* ========================================================= */
/* Breakpoint: max-width 767px (Mobile devices) */
/* ========================================================= */

@media (max-width: 767px) {
  /* Ensures button text spans full width on mobile */
  .seva-form.formkit-form[data-uid="97e5408e58"] .formkit-submit span {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
  }

  .kp_allc_card_body_content p {
    display: -webkit-box;
    -webkit-line-clamp: 2 !important; /* Limit to 3 lines */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px !important;
  }

  /* Adjusts the position and size of the button arrow on mobile */
  .formkit-form[data-uid="97e5408e58"] .formkit-submit span::after {
    right: 4px !important;
    width: 40px !important;
    height: 40px !important;
  }

  .kp_podcast_categories_select_wrap.kp_error_page_mobile {
    margin-bottom: 40px;
  }

  /* Sets a fixed height for form submit buttons on mobile */
  .seva-form.formkit-form .seva-fields.formkit-fields .formkit-submit.formkit-submit {
    height: 48px !important;
  }
  /* Sets a fixed height for form input fields on mobile */
  .seva-form.formkit-form .seva-fields.formkit-fields .formkit-field input.formkit-input {
    height: 48px !important;
  }

  /* Mobile styles for testimonial slider */
  .kp_testimonial_slider {
    padding: 0 0px !important;
  }
  .kp_nav {
    justify-content: start;
  }
  .kp_testi_info.kp_only_mobile {
    display: block;
    padding: 0 0 0 12px;
  }

  /* Adjusts font size for testimonial title and designation on mobile */
  .kp_testi_title,
  .kp_testi_designation {
    font-size: 16px !important;
  }

  /* Adjusts padding for testimonial info on mobile */
  .kp_testi_info {
    padding: 16px;
  }
  /* Hides author meta container on mobile */
  .kp_testi_author_meta_container {
    display: none;
  }
  /* Adjusts image size for testimonial image on mobile */
  .kp_testi_image img {
    min-width: 88px !important;
    width: 88px !important;
  }
  /* Adjusts padding for the testimonial slider on mobile */
  .kp_testimonial_slider {
    padding-left: 0 !important;
    padding-right: 55px !important;
  }

  /* Resets margin for flex column on mobile */
  .flex-column {
    margin-left: 0px !important;
  }
	
	.ai-desc-generator-v2 #bdg-menu {
		grid-template-columns: repeat(1, 1fr);
	}
	
	#kindle-qr-code .form-section, #qr-form-section.form-section {
		height: 100% !important;
	}
}

/* ========================================================= */
/* Content and Layout Styles */
/* ========================================================= */

body .entry-content {
  /* Centers and normalizes content width */
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: auto !important;
  padding-right: auto !important;
}

/* ========================================================= */
/* Breakpoint: min-width 480px (Desktop and larger) */
/* ========================================================= */

@media (min-width: 480px) {
  /* Hides the mobile-only testimonial info */
  .kp_testi_info.kp_only_mobile {
    display: none;
  }
  /* Shows the desktop-specific author meta container */
  .kp_testi_author_meta_container {
    display: block !important;
  }
}

/* ========================================================= */
/* Testimonial Image Container */
/* ========================================================= */

.kp_testi_image_container {
  /* Flexbox for centering testimonial image content */
  display: flex;
  align-items: center;
}

/* ========================================================= */
/* Formkit Button Pseudo-elements */
/* ========================================================= */

.formkit-form[data-uid="97e5408e58"] .formkit-submit span::before,
.formkit-form[data-uid="97e5408e58"] .formkit-submit span::after {
  /* Shows pseudo-elements for custom button text and icon */
  visibility: visible;
}

.formkit-form[data-uid="97e5408e58"] .formkit-submit span::before {
  /* Custom text for the button */
  content: "Sign me up";
  color: #fff;
  font-size: 18px !important;
  text-transform: none !important;
}
.kp_hero_form .formkit-form[data-uid="97e5408e58"] .formkit-submit span::before {
  /* Specific text for the hero form button */
  content: "Sign me up";
}
.kp_kindle_ranking_form .formkit-form[data-uid="97e5408e58"] .formkit-submit span::before {
  /* Specific text for the Kindle ranking form button */
  content: "Yes, tell me how";
}
.kp_join-form .formkit-form[data-uid="97e5408e58"] .formkit-submit span::before {
  /* Specific text for the join form button */
  content: "I want in!";
}

.formkit-form[data-uid="97e5408e58"] .formkit-submit span::after {
  /* Styles for the button's arrow icon */
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  background: #fff url("/wp-content/uploads/2025/09/diagonal-line-arrow-upper-right-keyboard-top-arrow-right-up.svg") no-repeat center center !important;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  color: #e85d04;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: -30px;
}

/* ========================================================= */
/* Form Input and Button Sizing */
/* ========================================================= */

.seva-form.formkit-form[data-uid="97e5408e58"] .formkit-field input {
  /* Styles for form input fields */
  height: 64px !important;
  font-size: 18px !important;
  font-family: "system-ui" !important;
  font-weight: 400 !important;
  color: #a7aab2 !important;
  border-radius: 50px !important;
}
.formkit-form[data-uid="97e5408e58"] .formkit-submit {
  /* Sets the height for the submit button */
  height: 54px !important;
}

.seva-form.formkit-form .formkit-fields .formkit-submit {
	    background-image: linear-gradient(to right, #f88f50 0%, #f7782d 100%) !Important;
}

.seva-form.formkit-form .formkit-fields .formkit-submit:hover {
	background-image: linear-gradient(to right, #F7782C 0%, #D26625 100%) !Important;
}

/* ========================================================= */
/* Kindle Calculator and App Styles */
/* ========================================================= */

#mainbg {
  /* Main background image dimensions */
  width: 306px !important;
  height: auto !important;
  margin-top: 71px;
  margin-bottom: 80px !important;
}

/* #amazon-rank-calculator #mainbg {
	margin-bottom: 71px !important;
} */

#mainbg-wrapper {
  /* Wrapper for the background image */
  width: auto !important;
  height: auto !important;
  flex: 1 1 50%;
  margin-left: 0px !important;
  padding-right: 1px !important;
  border: 1px solid #fddfcc !important;
  border-radius: 16px !important;
  background: #fef2ea80 !important;
}

div.box {
  /* Box container dimensions */
  width: 198px !important;
  height: 84px !important;
  margin-top: 14px !important;
}

span.desc {
  /* Description text style */
  font-family: system-ui !important;
  text-align: left !important;
  font-size: 16px !important;
  color: #585d6c !important;
  margin-top: 0px !important;
}

body #amazon-rank-calculator .form-section {
  /* Styles for the form section within the calculator */
  flex: 1 1 50% !important;
  padding: 24px !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 16px !important;
  width: auto !important;
/*   height: auto !important; */
  height: 614px !important;
}

#rank-input {
  /* Styles for the rank input field */
  width: 100% !important;
  border-radius: 50px !important;
  background: transparent !important;
  font-family: system-ui !important;
  font-size: 16px !important;
}
#rank-input::placeholder {
  /* Placeholder text color for the rank input */
  color: #bbbdc3 !important;
}

div.d-flex.flex-column {
  /* Flexbox for column layout */
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}
.d-flex.flex-column select {
  /* Removes bottom margin from select elements */
  margin-bottom: 0 !important;
}
.justify-content-between {
  /* Flexbox for justified content with a column gap */
  display: flex !important;
  column-gap: 8px !important;
}
div.not_advanced-cal {
  /* Top margin for the "not advanced" calculator section */
  margin-top: 24px !important;
}

p.kp-apps-text {
  /* Styles for general app text */
  margin-bottom: 0;
  margin-top: 24px;
  /* font-size: 16px; */
  font-size: 18px;
  /* color: #1a1d26; */
  color: #000000;
  font-weight: 500;
  line-height: 24px;
}
#rank-input {
  /* Top margin for the rank input field */
  margin-top: 8px !important;
}

.d-flex.flex-column span {
  /* Styles for span elements within flex column */
  margin-top: 24px !important;
  font-weight: 500 !important;
  color: #1a1d26 !important;
}

#book-type {
  /* Styles for the book type select dropdown */
  border-radius: 50px !important;
  color: #bbbdc3 !important;
  font-family: system-ui !important;
  font-size: 16px !important;
  width: 100% !important;
  margin-top: 8px !important;
  background-color: transparent !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer !important;
  background-image: url("/wp-content/uploads/2025/09/vector.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-size: 15px !important;
  padding-right: 30px !important;
}
.kp-size-input#rate {
  /* Styles for the rate input field with a custom arrow */
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer !important;
  background-image: url("/wp-content/uploads/2025/09/vector.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-size: 15px !important;
  padding-right: 30px !important;
}
.kp-size-input {
  /* Base styles for size input fields */
  border-radius: 50px !important;
  color: #bbbdc3 !important;
  font-family: system-ui !important;
  font-size: 16px !important;
  width: 100% !important;
  margin-top: 8px !important;
  background-color: transparent !important;
}

#currency {
  /* Styles for the currency select dropdown */
  margin-top: 8px !important;
  font-family: system-ui !important;
  color: #bbbdc3 !important;
  width: 100% !important;
  font-size: 16px !important;
  border-radius: 50px !important;
  background-color: transparent !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  cursor: pointer !important;
  background-image: url("/wp-content/uploads/2025/09/vector.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-size: 15px !important;
  padding-right: 30px !important;
}

span.show-advanced {
  /* Styles for the "show advanced" text */
  font-family: system-ui !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-style: normal !important;
}
#view-kindle {
  /* Padding for the view kindle button */
  padding: 4px 10px 10px !important;
}

#amazon-rank-calculator {
  /* Column gap for the calculator container */
  column-gap: 24px !important;
  align-items: flex-start;
}

#result {
  /* Alignment for the result section */
  align-items: flex-start !important;
}

div.d-flex.flex-row.w-100.justify-content-between {
  /* Full width and bottom margin for a flex row */
  width: 100% !important;
  margin-bottom: 24px !important;
}

#not_advanced.not_advanced-cal {
  /* Styles for the non-advanced calculator display */
  display: flex !important;
  column-gap: 12px !important;
  width: 100% !important;
  background-color: #fddfcc7a;
  padding: 20px 16px !important;
  justify-content: space-between !important;
  align-items: center !important;
  border-radius: 16px !important;
}

.kp-not-advanced-cal-col p {
  /* Styles for text within the non-advanced calculator columns */
  margin-bottom: 8px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  font-size: 16px !important;
  letter-spacing: -1.5% !important;
  color: #1a1d26 !important;
}
.kp-not-advanced-cal-col {
  /* Alignment for the non-advanced calculator columns */
  align-items: stretch !important;
}
.kp-not-advanced-cal-col a {
  /* Link styles within the non-advanced calculator columns */
  font-weight: 500 !important;
  color: #f7782c !important;
  text-decoration: none !important;
  font-size: 16px !important;
  line-height: 26px !important;
}
.kp-not-advanced-cal-col.right-col {
  /* Styles for the right column in the non-advanced calculator */
  border-radius: 8px !important;
}
.kp-not-advanced-cal-col.right-col img {
	width: 86px !important;
	object-fit:cover;
}

/* ========================================================= */
/* Articles and Post Styles */
/* ========================================================= */

#articles-grid.kp_allc_grid {
  /* Removes bottom margin from the articles grid */
  margin-bottom: 0 !important;
}
.kp_all_articles_section + p {
  /* Removes bottom margin from a paragraph following the articles section */
  margin-bottom: 0 !important;
}

.kp_allc_tab_header.kp_all_articles_tab_header {
  /* Bottom margin for the articles tab header */
  margin-bottom: 48px !important;
}

.kp-articles-heading + p {
  /* Removes bottom margin from a paragraph following the articles heading */
  margin-bottom: 0 !important;
}
.kp-post-date {
  /* Styles for the post date text */
  /* color: #a7aab2 !important; */
  color: #000000 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-top: auto !important;
}

#articles-grid .kp_allc_card_body_content {
  /* Flexbox for card content within the articles grid */
  display: flex !important;
  flex-direction: column !important;
}
#advanced {
  /* Hides the advanced section by default */
  display: none;
  margin-top: 16px !important;
}
#advanced.show {
  /* Shows the advanced section when the 'show' class is present */
  display: flex;
}
#advanced.show ~ #not_advanced {
  /* Hides the non-advanced section when advanced is shown */
  display: none;
}
#advanced:not(.show) ~ #not_advanced {
  /* Shows the non-advanced section when advanced is hidden */
  display: flex;
}
#view-kindle {
  /* Margins for the view kindle element */
  margin: 15px 15px 15px 10px !important;
}
#view-kindle .link {
  /* Link styles within the view kindle element */
  font-family: system-ui !important;
  font-size: 14px !important;
  color: #f7782d !important;
}

/* ========================================================= */
/* Footer search bar CSS */
/* ========================================================= */

.wp-block-search__inside-wrapper {
  position: relative;
  height: 56px;
}

.wp-block-search__input {
  border-radius: 50px !important;
}
.wp-block-search__input::placeholder {
  color: #a7aab2;
}
.wp-block-search__button {
  width: 48px;
  height: 48px;
  box-shadow: inset 0px 1px 4px 0px rgba(255, 255, 255, 0.3), 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  text-indent: -9999px;
  border: none;
  overflow: hidden;
  white-space: nowrap;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: 24px 24px, 100% 100%;
  padding: 0;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
footer .wp-block-search__button {
  background-image: url("/wp-content/uploads/2025/09/testimonial-nav-arrows.svg"), linear-gradient(#f88f50, #f7782d);
}
.kp-error-page-section .wp-block-search__button {
  background-image: url("/wp-content/uploads/2025/09/search-icon.svg"), linear-gradient(#f88f50, #f7782d);
}
.wp-block-search__input:focus {
  outline: none;
  border: none;
}

/* ========================================================= */
/* 404 error page post loop css */
/* ========================================================= */

.kp_podcast_categories_list.kp_error_page {
  margin-bottom: 80px;
}


/* ========= Course page CSS ======== */

/* Template */
.dynamic-content-template {
    margin-bottom: 0!important;
}

.kp-course-offer {
  color: #EBEBED
}

.kp-course-normal-price {
  text-decoration: line-through;
}

/* Social share buttons */

.swp_social_panel {
    gap: 4px;
    justify-content: flex-start;
    height: 32px;
    margin: 0!important;
}

.swp_share_button {
    border-radius: 100px!important;
    height: 32px !important;
    max-width: 32px !important;
    min-width: 32px !important;
}

.swp_social_panel .sw {
    line-height: 28px;
    margin: 0px 5px 0;
}

i.swp_facebook_icon:before {
    content: "" !important; /* Remove the text icon */
}

i.swp_facebook_icon {
    background-image: url('/wp-content/uploads/2025/09/F-icon.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 16px !important;
    margin-left: 6.5px!important;
}

i.swp_twitter_icon:before {
    content: "" !important; /* Remove the text icon */
}

i.swp_twitter_icon {
    background-image: url('/wp-content/uploads/2025/09/X-icon.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 16px !important;
    margin-left: 7px!important;
}

i.swp_pinterest_icon:before {
    content: "" !important; /* Remove the text icon */
}

i.swp_pinterest_icon {
    background-image: url('/wp-content/uploads/2025/09/P-icon.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 16px !important;
    margin-left: 7px!important;
}

/* Chapter list styles */

.kp-chapter-list {
    max-height: 700px;
    overflow-y: auto;
}

.kp-chapter-list ul {
    list-style-type: decimal-leading-zero;
    margin: 0px 0px 0px 32px;
    padding: 0px;
}

.kp-chapter-list ul li a {
  text-decoration: none;
/*   font-size: 18px;
  line-height: 28px; */
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #1A1D26;
}

.kp-chapter-list li::marker {
  color: #A7AAB2; 
  font-weight: 600;
}

.kp-chapter-list ul li {
/*   padding: 24px 0; */
  padding: 20px 0;
  border-bottom: 1px solid #E9EDF3;
}

.kp-chapter-list ul li:first-child {
  padding-top: 0;
}

.kp-chapter-list ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.kp-chapter-title {
  color: #fff!important;
  font-size: 48px!important;
  line-height: 64px!important;
  margin: 16px 0!important;
}

@media screen and (max-width: 480px) {
  .toc ol {
  background: #F5F5F699;
  border-radius: 16px;
  padding: 24px;
  margin: 24px 0 56px 0;
}

  .kp-chapter-title {
  color: #fff!important;
  font-size: 32px!important;
  line-height: 42px!important;
}
}

.kp-chapter-number {
  color: #1A3B69 !important;
  font-size: 14px!important;
  line-height: 21px!important;
  font-weight: 700!important;
}

.kp-post-body .kp-chapter-number, .kp-post-body .kp-chapter-desc {
    margin-bottom: 0!important;
}

.kp-chapter-desc {
  color: #fff!important;
}

/* Guide content styles */

/* .guides .dynamic-entry-content h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
}

.guides a {
  text-decoration: none;
  color: #F7782C;
} */

.single-guides .toc ol li, .single-review .toc ol li, .single-review .toc ol li a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #1A1D26;
}

.kp-toc-title::marker {
  color: #A7AAB2;
}

.semantic_ui .ui.striped.table tbody tr:nth-child(2n) {
	background-color: #F1F3F5 !important; 
}

.single-post .wp-block-image, .single-guides .wp-block-image, .single-review .wp-block-image {
  margin-bottom: 32px;
}

.kp-cta-section .kp-cta-text-container .kp-cta-heading {
    margin-bottom: 8px;
    color: #f7782c;
}

.kp-cta-section .kp-cta-text-container .kp-cta-desc {
    margin-bottom: 12px !important;
}

.kp-cta-section .kp-cta-text-container .kp-cta-btn {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}



/* Blog archive styles */
.kp-guides__searchform {
  width: 100%;
  max-width: 400px;
}

.kp-guides-search-input {
  display: flex;
  gap: 12px;
  border: 1px solid #D9D9D9;
  padding: 8px 16px;
  border-radius: 100px;
  width: 100%;
  max-width: 400px;
}

.kp-guides-search {
    /* color: #A7AAB2!important; */
	color: #000000 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 0 !important;
    width: 100%;
}

.kp-guides-search:focus {
    border: 1px solid transparent;
}

.kp-guides-search:focus-visible {
  outline: transparent;
}

.guides .kp-accordion-content-text {
  margin-bottom: 0!important;
}

.kp_blog_load {
    text-align: center;
}


/* Post content styles */

.single-post .kp-blog-share-text, .single-review .kp-blog-share-text {
  margin-bottom: 0!important;
}

.kp-post-body.kp-dynamic-post-body h2 {
  /* font-size: 28px; */
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 32px;
}

.kp-post-body.kp-dynamic-post-body h2 a {
  /* font-size: 28px; */
    line-height: 38px;
    font-weight: 600;
}

.kp-course-mobile-buy-btn {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

/* Post TOC styles */

.toc {
  /* font-size: 24px; */
  font-size: 18px;
  line-height: 38px;
  font-weight: 600;
}

.toc ol {
  background: #F5F5F699;
  border-radius: 16px;
  padding: 24px;
  /* margin: 32px 0 56px 0; */
  margin: 32px 0 40px 0;
}

.toc ol li {
  border-bottom: 1px solid #E9EDF3;
  display: block;
  padding-bottom: 24px;
}

.toc ol li:first-child {
  padding-top: 0;
}

.toc ol li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.toc ol li strong {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #1A1D26;
    margin-bottom: 10px;
}

/* .toc ol {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
} */

.toc ol li {
  counter-increment: item;
  margin-bottom: 24px;
  padding-left: 40px;
  position: relative;
  min-height: 30px;
  display: flex;
  flex-direction: column;
}

.toc ol li::before {
  content: "0" counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #A7AAB2;
  width: 23px;
  /* height: 30px; */
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  /* font-size: 18px; */
  font-size: 18px;
  line-height: 30px;
}

.offer-box center a, 
a.buy-button.offer-button-box,
a.buy-button,
a.buy-button-alt {
    margin-top: 20px;
    align-items: center;
    box-shadow: inset 0px 1px 4px 0px #FFFFFF4D, 0px 2px 6px 0px #00000040;
    background-image: linear-gradient(180deg, #f88f50 0%, #f7782d 100%);
	/* color: #f7782c; */
	color: #ffffff;
    display: inline-flex;
    font-family: var(--gp-font--system-ui);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 56px;
    text-decoration: none;
    border: 1px solid #f89052;
    border-radius: 50px;
    padding: 15px 24px; 
}

.offer-box center a:hover, .offer-box center a:focus, 
a.buy-button.offer-button-box:hover, a.buy-button.offer-button-box:focus,
a.buy-button:hover, a.buy-button:focus,
a.buy-button-alt:hover, a.buy-button-alt:focus {
    /* color: #ffffff !important; */
	color: #f7782c;
    /* background-image: linear-gradient(180deg, #f88f50 0%, #f7782d 100%); */
	/* background-image: linear-gradient(180deg, #f5f5f5 0%, #ffffff 100%); */
	background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: normal;
    font-weight: 500;
    font-family: var(--gp-font--system-ui);
    text-decoration: none;
}


@media (max-width: 1024px) {
    .single-post .gb-menu-toggle-d7f60b03, .single-guides .gb-menu-toggle-d7f60b03, .single-post .gb-menu-toggle-d7f60b03 svg line, .single-guides .gb-menu-toggle-d7f60b03 svg line {
        background-color: transparent;
        color: #fff;
        stroke: white !important;
    }

    .single-post .gb-menu-toggle-d7f60b03:is(:hover,:focus), .single-guides .gb-menu-toggle-d7f60b03:is(:hover,:focus) {
        color: #fff;
        background-color: transparent;
    }

    .single-post .gb-site-header-b39545c6, .single-guides .gb-site-header-b39545c6{
        background-color: #0E213B;
    }
}

/* ======================================================================================================================================= */
/* ==================================== Kindlepreneur Search Page (kp-search-page) ========================================================= */

/* .kp-search-page__container .kp-search-page__section {
	max-width: 1248px;  
	margin: auto !important;
	padding: 0px 20px 120px; 
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width: 1300px) {
	.kp-search-page__container .kp-search-page__section {
		padding: 0px 0px 120px;  
	}
} */

/* Full-width section bands */
.kp-search-page__section {
  width: 100%;
  padding: 120px 20px 120px; 
}

/* Constrain content inside the band */
.kp-search-page__section-inner {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Optional: tighten spacing when very wide */
@media (min-width: 1300px) {
  .kp-search-page__section-inner {
    padding: 0 0 120px;
  }
}

/* Background colors per section (bands) */
.kp-search-page__section--guides   { background-color: #ffffff; }
.kp-search-page__section--post     { background-color: #E9EDF380; }
.kp-search-page__section--courses  { background-color: #ffffff; }
.kp-search-page__section--podcast  { background-color: #E9EDF380; }
.kp-search-page__section--page     { background-color: #ffffff; }


.kp-search-page__container .kp-search-page {
	margin: auto !important;
}

.site-content:has(.kp-search-page__container){
    display: block;
}

.kp-search-page {
  --gap: 24px;
}

.kp-search-page__hd {
	background-color: #0E213B;
	padding-top: 52px;
	padding-bottom: 80px;
  	margin-bottom: 0px;
}

.kp-search-page__count {
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
	color: #fff;
	text-align: center;
/* 	margin-bottom: 80px; */
}

.kp-search-page__hd .kp-search-page__title {
	margin: 0;
	margin-bottom: 24px;
	color: #fff;
	font-family: system-ui;
	font-weight: 600;
	font-size: 56px;
	line-height: 80px;
	text-align: center;
}

.kp-search-page__title span {
  font-weight: 600;
}

.kp-search-page__section {
  margin-bottom: 0px;
}

.kp-search-page__section-hd {
  margin-bottom: 16px;
}

.kp-search-page__section-title {
  	font-family: system-ui;
	font-weight: 600;
	font-size: 48px;
	line-height: 62px;
	text-align: center;
	color: #1D202B;
/*   	margin: 0; */
	margin-bottom: 24px;
}

.kp-search-page__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: var(--gap);
  margin-bottom: 56px;
}


/* ---- Card base ---- */

.kp-search-page__card {
  padding: 8px;
  background: #fff;
  border: 1px solid #e5e9f2;
  border-radius: 24px;
/*   overflow: hidden; */
  display: flex;
  flex-direction: column;
}

.kp-search-page__media {
  display: block;
  position: relative;
}

.kp-search-page__section--post img, .kp-search-page__card--guides img, .kp-search-page__section--page img {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	/* border-bottom-right-radius: 32px;
	border-bottom-left-radius: 32px; */
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.kp-search-page__img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.kp-search-page__img--fallback {
  aspect-ratio: 16 / 9;
  background-color: var(--kp-bg, #204a83);
  background-image: var(--kp-pattern, none);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Art background variant (courses/podcast) */

.kp-search-page__media--art {
	aspect-ratio: 16 / 9;
	background: var(--kp-bg, #204a83);
	background-image: var(--kp-pattern, none);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 32px;
	border-bottom-left-radius: 32px;
	text-decoration: none;
}

/* Overlay inside art area */

.kp-search-page__overlay {
  position: absolute;
  inset: 0;
/*   display: flex;
  flex-direction: column;
  justify-content: flex-end; */
  padding: 16px;
  gap: 10px;
}

.kp-search-page__overlay-title {
	color: #ffffff;
	margin-bottom: 8px;
	padding-bottom: 0px;
	text-align: left;
	color: #FFF;
	font-family: system-ui;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.42px;
}

.kp-search-page__card--courses .kp-search-page__overlay-title {
	margin-bottom: 24px;
}

.kp-search-page__overlay-badge {
  	margin: 0;
    background-color: #e9edf3;
    color: #1a3b69;
    font-size: 14px;
	font-family: system-ui;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 0px;
    text-align: left;
    border-radius: 8px;
    padding: 3px 10px;
    text-decoration: none;
}

/* Card body + text */

.kp-search-page__body {
  padding: 24px 16px 16px;
}

.kp-search-page__title {
	margin: 0 0 24px;
	color: #1D202B;
	font-family: system-ui;
	font-weight: 600;
	font-size: 20px;
	line-height: 21px;
}

.kp-search-page__title a {
  text-decoration: none;
  color: inherit;
}

.kp-search-page__meta {
	color: #A7AAB2;
	font-size: 12px;
	margin: 0;
	font-family: system-ui;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.kp-search-page__row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.kp-search-page__row--author {
  margin: 8px 0 24px;
}

.kp-search-page__author-img {
  	bottom: -50px;
    height: 100px;
    max-height: 100px;
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
    object-fit: cover;
    position: absolute;
    right: 28px;
    width: 100px;
    border: 4px solid #ffffff;
    border-radius: 999px;
    background: #fff;
}

.kp-search-page__author-name {
  	font-family: system-ui;
	font-weight: 600;
	font-size: 20px;
	line-height: 21px;
	color: #1A1D26;
}

.kp-search-page__excerpt {
  	font-family: system-ui;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #585D6C;
	margin-bottom: 32px;
/* 	margin: 24px auto; */
}

.kp-search-page__section--page .kp-search-page__excerpt {
	margin-bottom: 0px;
}

.kp-search-page__price {
  	font-family: system-ui;
	font-weight: 600;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: -1.5%;
	color: #1A1D26;
}

.kp-search-page__row--price-rating .kp-search-page__rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.kp-search-page__row--price-rating .kp_review_count_custom {
	font-family: system-ui;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	color: #999CA5;
}

.kp-search-page__row--price-rating .kp_rating_number_custom {
	font-family: system-ui;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	color: #33394B;
	background-color: #e9edf3;
	border-radius: 50px;
    padding: 6px 10px;
}

.kp-search-page__row--price-rating .kp-search-page__star {
  width: 18px;
  height: 18px;
  display: inline-block;
}

.kp-search-page__cat {
	display: inline-block;
	font-family: system-ui;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #F7782C;
  	margin-top: 8px;
	text-transform: uppercase;
}

/* Buttons / states */

.kp-search-page__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-blend-mode: normal;
	background-color: #F88F50;
	background-image: linear-gradient(to right, #f88f50 0%, #f7782d 100%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0px 1px 4px 0px #FFFFFF4D, 0px 2px 6px 0px #00000040;
	cursor: pointer;
	font-weight: 500;
	font-size: 18px;
	height: 56px;
	text-decoration: none;
	text-transform: none;
/* 	width: 220px; */
	border-radius: 50px;
	color: #fff;
	border: none;
	padding: 15px 5px 15px 16px;
}

.kp-search-page__more:is(:hover,:focus) {
    background-image: linear-gradient(to right, var(--kp-orange-01) 0%, #d26625 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: normal;
}

/* Smooth rotate for the chevron */
.kp-search-page__more-icon {
  transition: transform 0.2s ease-in-out;
}

.kp-search-page__more.is-expanded .kp-search-page__more-icon {
  transform: rotate(180deg);
}



.kp-search-page__more-icon {
	width: 48px;
	height: 48px;
}

.kp-search-page__more[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.kp-search-page__empty {
  	color: #585D6C;
	font-family: system-ui;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}

/* =========================================================
   Podcast & Course Card Overlay Styling
   ========================================================= */
.kp-search-page__overlay {
	align-items: flex-start;
	background-blend-mode: normal;
	background-color: #204a83;
	background-image: url('/wp-content/uploads/2025/09/podcast-card-bg.svg');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
/* 	display: flex;
	flex-direction: column;
	justify-content: flex-start; */
	position: relative;
	min-height: 188px;
	/* border-radius: 16px 16px 32px 32px; */
	border-radius: 16px 16px 0 0;
	padding: 20px 24px 20px 24px;
	height: 100%;
	color: #fff; /* optional for contrast */
}

.kp-search-page__section--courses .kp-search-page__overlay {
	background-color: #204a83;
	background-image: url('/wp-content/uploads/2025/09/Vector-10.svg');
}


/* Section description (under the H2, only when section has results) */
.kp-search-page__section-desc {
  max-width: 820px;
  margin: 8px auto 32px;
  text-align: center;
  color: #585D6C;
  font-size: 18px;
  line-height: 24px;
}

/* 1) Stretch cards to equal height per row */
.kp-search-page__grid { align-items: stretch; }

.kp-search-page__card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* 2) Make the body a flex column, but DO NOT use space-between */
.kp-search-page__body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* 3) Pin the bottom-most line per card type */

/* Guides/Posts: "Last updated on ..." */
.kp-search-page__meta { 
  margin-top: auto;
}

/* Courses: price + rating row */
.kp-search-page__row--price-rating {
  margin-top: auto;
}

/* Podcasts: the category tag at the bottom */
.kp-search-page__cat {
  display: inline-block;      /* ensure it's a block-level box for auto margin to work nicely */
  margin-top: auto;
}



@media (max-width: 641px) {
	.kp-search-page__hd {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.kp-search-page__hd .kp-search-page__title {
		font-size: 40px;
		font-weight: 600;
		line-height: 52px;
	}
	
	.kp-search-page__hd {
		padding-top: 40px;
		padding-bottom: 17px;
	}
	
	.kp-search-page__section-title {
		font-size: 32px;
        font-weight: 600;
        line-height: 42px;
	}
	
	.kp-search-page__section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.kp-search-page__price {
		font-size: 20px;
        line-height: 26px;
	}
}

@media (min-width: 641px) {
	.kp-search-page__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
  .kp-search-page__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ================================================================================================ */
/* ========================= Single Blog Page - Right Side Conatiner New Updates ================ */
/* ================================================================================================ */

.kp-single-blog-page-right-first-container {
	flex-direction: column !important;
    gap: 24px !important;
	padding: 0px !important;
}

.kp-single-blog-page-right-first-container p {
	margin: 0px !important;
}


.kp_join-form-single-blog-page .formkit-submit span::before {
    /* content: "Subscribe" !important; */
    color: #fff;
    font-size: 16px !important;
    text-transform: none !important;
}


.kp_join-form-single-blog-page .formkit-submit span::after {
	display: none !important;
}


.kp_join-form-single-blog-page .seva-form.formkit-form .formkit-submit.formkit-submit {
	/* width: 110px !important; */
	width: 127px !important;
}


.kp-single-post-right-side-author-details img {
	border: 2px solid #F7782C !important;
}


@media (min-width:640px) and (max-width: 1025px) {
	.kp-single-blog-page-related-articles-container .gb-looper-cdcf8820 {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	#menu-sg-nav li a, .kp_header_cta a {
		display: inline-flex !important;
	}
	
}


@media (max-width: 1024px) {
	.kp-single-blog-page-right-first-container {
		display: none !important;
	}
}

/* ================================================================= */
/* Contact page submit button (isolated from search page styles) */
/* ================================================================= */

.kp-contact-submit {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  /* Pill + gradient */
  background-color: #F88F50;
  background-image: linear-gradient(to right, #f88f50 0%, #f7782d 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;

  height: 56px;
  padding: 15px 0px 15px 16px; /* balanced padding */
  margin-bottom: 32px !important;
  border: 0;
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;

  /* Depth */
  box-shadow: inset 0 1px 4px #FFFFFF4D, 0 2px 6px #00000040;
  transition: transform .06s ease, background-image .2s ease-in-out;
}


.kp-contact-submit:hover,
.kp-contact-submit:focus {
  background-image: linear-gradient(to right, #F7782C 0%, #D26625 100%) ! Important;
}

.kp-contact-submit:active {
  transform: translateY(1px);
}

.kp-contact-submit__icon {
  width: 48px;
  height: 48px;
  display: inline-block;
  transition: transform .2s ease-in-out;
}


/* Accessibility focus ring */
.kp-contact-submit:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

/* Disabled state (CF7 can set disabled while submitting) */
.kp-contact-submit:disabled {
  opacity: .7;
  cursor: not-allowed;
}

/* Keep spinner next to button without breaking layout (optional) */
.kp-contact-btn .wpcf7-spinner,
.wpcf7 form .wpcf7-spinner {
  margin-left: 10px; /* adjust if needed */
}

/* ================================================================= */
/* review form field error */
/* ================================================================= */

.kp_field_error {
  color: #b00020;
  padding: 8px 12px;
  margin: 6px 0 8px;
  font-size: 14px;
}

