/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

@media screen and (min-width: 767px) {
	.text-wrap {
		display: block;
	}
}

.pullquote {
	font-family: "Newsreader";
    font-style: italic;
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1.35;
    color: #030C15;
    border-left: 2px solid #116BB5;
    padding-left: 24px;
    margin: 32px 0;
    max-width: 500px;
}

.specs-card {
    background: #F1F4F6;
    border: 1px solid #BFC5CA;
    bottom: -55px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
    color: #343F47;
    font-family: "IBM Plex Mono";
    font-size: 11px;
    letter-spacing: 0.06em;
    line-height: 1.6;
    min-width: 200px;
    padding: 16px 18px;
    position: absolute;
    right: -20px;
    text-transform: uppercase;
}

.specs-card .row {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.specs-card hr {
    background: #BFC5CA;
    border: 0;
    height: 1px;
    margin: 8px 0;
}

.strike {
	text-decoration: line-through;
    text-decoration-color: #116BB5;
    text-decoration-thickness: 1.5px;
}