.elementor-5648 .elementor-element.elementor-element-1c4cfcd{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c5c9eb2 */body {
    background-color: #f6f6f6;
    margin: 0;
    padding: 40px 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.5;
}

.koster-container {
    max-width: 1100px;
    margin: 0 auto;
}

.main-title {
    color: #005a8c;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}

.white-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.tech-content {
    display: flex;
    gap: 30px;
}

.image-side { flex: 1; }
.image-side img { width: 100%; border-radius: 10px; }

.info-block {
    margin-top: 15px;
    font-size: 14px;
    background: #f9f9f9;
    padding: 15px;
    border-left: 4px solid #005a8c;
}

.components-side { flex: 1.2; }

.blue-subtitle {
    color: #005a8c;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
}

.components-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blue-button {
    background-color: #005a8c;
    color: #fff;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
}

.tech-note-small {
    margin-top: 12px;
    font-size: 12px;
    color: #666;
    font-style: italic;
}

.intro-box p, .footer-text p {
    font-size: 15px;
    margin-bottom: 12px;
}

.specs-note {
    font-size: 12px;
    color: #888;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
}

@media (max-width: 850px) {
    .tech-content { flex-direction: column; }
}/* End custom CSS */