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

figcaption {
    text-align: center;
}

/* Style for blockquote */
blockquote {
    background-color: #D9D9D9;
    border-right: 8px solid #0cc0df;
    padding: 20px;
    color: #000;
}

/* Ensure paragraphs inside blockquote have no margin */
blockquote p {
    margin: 0;
}

/* Style links inside blockquote */
blockquote a {
    color: #0cc0df !important;
    text-decoration: none;
    /* Remove underline if desired */
    font-size: 23px !important;
}

.upk-accordion-wrapper .upk-accordion-content .upk-accordion-title a {
    font-size: 23px !important;
    font-weight: bold;
}

.wp-video {
    margin: 0 auto;
}

.elementor-kit-49 a {
    font-size: 23px;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    blockquote a,
    .upk-accordion-wrapper .upk-accordion-content .upk-accordion-title a,
    .elementor-kit-49 a {
        font-size: 20px !important;
    }
}