.elementor-29286 .elementor-element.elementor-element-6e951cc7{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-29286 .elementor-element.elementor-element-48515c6{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-8b05334 */.solar-time-converter-container {
            font-family: system-ui, -apple-system, sans-serif;
        }
        
        .solar-time-header {
            background: linear-gradient(to right, #165DFF, rgba(22, 93, 255, 0.8));
            color: white;
            padding: 2rem 0;
        }
        
        .solar-time-text-shadow {
            text-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        
        .solar-time-opacity-90 {
            opacity: 0.9;
        }
        
        .solar-time-card {
            background: white;
            border-radius: 0.75rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            padding: 1.25rem;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .solar-time-card:hover {
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }
        
        .solar-time-input {
            width: 100%;
            padding: 0.5rem 1rem;
            border: 1px solid #d1d5db;
            border-radius: 0.5rem;
            outline: none;
            transition: all 0.2s;
        }
        
        .solar-time-input:focus {
            ring: 2px;
            ring-color: rgba(22, 93, 255, 0.5);
            border-color: #165DFF;
        }
        
        .solar-time-btn {
            width: 100%;
            background: #165DFF;
            color: white;
            font-weight: 500;
            padding: 0.75rem 1.5rem;
            border-radius: 0.5rem;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            cursor: pointer;
        }
        
        .solar-time-btn:hover {
            background: rgba(22, 93, 255, 0.9);
        }
        
        .solar-time-neutral {
            background-color: #F5F7FA;
        }
        
        .solar-time-gradient {
            background: linear-gradient(to right, rgba(212, 175, 55, 0.05), rgba(212, 175, 55, 0.1));
        }
        
        .solar-time-footer {
            background-color: #1D2129;
            color: white;
        }
        
        .solar-time-footer-text {
            color: rgba(255, 255, 255, 0.5);
        }
        
        .solar-time-primary {
            color: #165DFF;
        }
        
        .solar-time-secondary {
            color: #D4AF37;
        }
        
        .solar-time-dark {
            color: #1D2129;
        }
        
        .solar-time-dark-60 {
            color: rgba(29, 33, 41, 0.6);
        }
        
        .solar-time-dark-70 {
            color: rgba(29, 33, 41, 0.7);
        }
        
        .solar-time-dark-80 {
            color: rgba(29, 33, 41, 0.8);
        }
        
        @media (min-width: 768px) {
            .md\\:grid-cols-3 {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
            .md\\:col-span-2 {
                grid-column: span 2 / span 2;
            }
            .md\\:col-span-1 {
                grid-column: span 1 / span 1;
            }
        }
        
        .grid {
            display: grid;
        }
        
        .gap-6 {
            gap: 1.5rem;
        }
        
        .lg\\:gap-8 {
            gap: 2rem;
        }
        
        .sticky {
            position: sticky;
        }
        
        .top-4 {
            top: 1rem;
        }
        
        .mt-5 {
            margin-top: 1.25rem;
        }
        
        .mt-10 {
            margin-top: 2.5rem;
        }
        
        .py-6 {
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
        }
        
        .py-8 {
            padding-top: 2rem;
            padding-bottom: 2rem;
        }
        
        .px-4 {
            padding-left: 1rem;
            padding-right: 1rem;
        }
        
        .p-5 {
            padding: 1.25rem;
        }
        
        .p-4 {
            padding: 1rem;
        }
        
        .p-3 {
            padding: 0.75rem;
        }
        
        .mb-5 {
            margin-bottom: 1.25rem;
        }
        
        .mb-3 {
            margin-bottom: 0.75rem;
        }
        
        .mb-2 {
            margin-bottom: 0.5rem;
        }
        
        .mb-1 {
            margin-bottom: 0.25rem;
        }
        
        .mt-2 {
            margin-top: 0.5rem;
        }
        
        .space-y-5 > * + * {
            margin-top: 1.25rem;
        }
        
        .space-y-3 > * + * {
            margin-top: 0.75rem;
        }
        
        .space-y-2 > * + * {
            margin-top: 0.5rem;
        }
        
        .space-y-1 > * + * {
            margin-top: 0.25rem;
        }
        
        .flex {
            display: flex;
        }
        
        .items-center {
            align-items: center;
        }
        
        .justify-center {
            justify-content: center;
        }
        
        .text-center {
            text-align: center;
        }
        
        .text-2xl {
            font-size: 1.5rem;
            line-height: 2rem;
        }
        
        .md\\:text-3xl {
            font-size: 1.875rem;
            line-height: 2.25rem;
        }
        
        .text-xl {
            font-size: 1.25rem;
            line-height: 1.75rem;
        }
        
        .text-base {
            font-size: 1rem;
            line-height: 1.5rem;
        }
        
        .text-sm {
            font-size: 0.875rem;
            line-height: 1.25rem;
        }
        
        .text-xs {
            font-size: 0.75rem;
            line-height: 1rem;
        }
        
        .font-bold {
            font-weight: 700;
        }
        
        .font-medium {
            font-weight: 500;
        }
        
        .font-semibold {
            font-weight: 600;
        }
        
        .rounded-lg {
            border-radius: 0.5rem;
        }
        
        .rounded-xl {
            border-radius: 0.75rem;
        }
        
        .border {
            border-width: 1px;
        }
        
        .border-2 {
            border-width: 2px;
        }
        
        .border-gray-100 {
            border-color: #f3f4f6;
        }
        
        .h-40 {
            height: 10rem;
        }
        
        .max-w-xl {
            max-width: 36rem;
        }
        
        .mx-auto {
            margin-left: auto;
            margin-right: auto;
        }
        
        .container {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            padding-left: 1rem;
            padding-right: 1rem;
        }
        
        @media (min-width: 640px) {
            .container {
                max-width: 640px;
            }
        }
        
        @media (min-width: 768px) {
            .container {
                max-width: 768px;
            }
        }
        
        @media (min-width: 1024px) {
            .container {
                max-width: 1024px;
            }
        }
        
        @media (min-width: 1280px) {
            .container {
                max-width: 1280px;
            }
        }/* End custom CSS */