/*
Theme Name: Katen Child
Template: katen
Theme URI: https://themeforest.net/user/themeger/portfolio
Author: ThemeGer
Author URI: https://themeger.shop
Description: Minimal Blog & Magazine WordPress Theme
Template Version: 1.0
License: GNU General Public License
License URI: https://themeforest.net/licenses
*/

/* =Theme customization starts here
------------------------------------------------------- */
/* =Article Footer (automated)
------------------------------------------------------- */
.prepacientov-article-footer {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}

.ppsk-footer-recenzie {
    margin-bottom: 1.5rem;
}

.ppsk-footer-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.ppsk-cta-btn {
    display: inline-block;
    padding: 9.5px 36px;
    color: #FFF !important;
    text-decoration: none !important;
    border: 0;
    border-radius: 25px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background: #FE4F70;
    background: linear-gradient(to right, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
    background-size: 200% auto;
    transition: all 0.3s ease-in-out;
}

.ppsk-cta-btn:hover {
    color: #FFF !important;
    background-position: right center;
}

.ppsk-footer-heureka {
    margin-bottom: 1.5rem;
}

.ppsk-footer-banner {
    margin-bottom: 1.5rem;
    text-align: center;
}

.ppsk-footer-banner img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.ppsk-footer-autor {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

@media (max-width: 576px) {
    .ppsk-footer-cta {
        flex-direction: column;
    }
    .ppsk-cta-btn {
        text-align: center;
    }
}
