/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Den
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor-child
*/
/*.elementor-widget-text-editor:not(.text-black),
.elementor-widget-text-editor:not(.text-black) *{
	color:#fff!important;
}*/


.swiper-slide .results-card {
    padding: 25px;
    background-color: #f7f3ed;
    border: 3px solid #d09c55;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 350px;
}

.swiper-slide .results-card .results-title-bar {
    background-color: transparent;
    padding: 0;
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 1px solid #d09c55;
    padding-bottom: 5px;
}

.swiper-slide .results-card .results-title-bar-text {
    color: #d09c55;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}

.swiper-slide .results-card .results-title-case-type {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.swiper-slide .results-card .results-excerpt {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
    flex-grow: 1;
}

.swiper-slide .results-card .read-more-wrapper {
    margin-top: auto;
    padding-top: 15px;
    text-align: left;
}

.swiper-slide .results-card .read-more {
    color: #d09c55;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #d09c55;
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
    display: inline-block;
}

.swiper-slide .results-card .read-more:hover {
    color: #a37f40;
    border-color: #a37f40;
}

.swiper-button-prev,
.swiper-button-next {
    color: #a37f40 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 22px !important;
    width: 40px !important;
    height: 40px !important;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.swiper-button-prev {
    left: -10px !important;
}

.swiper-button-next {
    right: -10px !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 20px !important;
}

.swiper-pagination {
    position: static !important;
    margin-top: 30px !important;
    text-align: center !important;
}

.swiper-pagination-bullet {
    background: #e0c897 !important;
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
    margin: 0 5px !important;
}

.swiper-pagination-bullet-active {
    background: #d09c55 !important;
}

@media (max-width: 767px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
    .swiper-slide .results-card {
        padding: 20px;
        min-height: 300px;
    }
}
