.elementor-5410 .elementor-element.elementor-element-a667cce{--display:flex;}/* Start custom CSS for html, class: .elementor-element-31f8663 */body {
    background-color: #f6f6f6;
    margin: 0;
    padding: 40px 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
}

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

.main-title {
    color: #005a8c;
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.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; }

.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;
    margin-bottom: 20px;
}

.blue-button {
    background-color: #005a8c;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.alternatives-box {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #005a8c;
}

.alternatives-box ul {
    margin: 10px 0 0 0;
    padding-left: 20px;
    font-size: 14px;
}

.alternatives-box li {
    margin-bottom: 8px;
}

.specs-note {
    font-size: 12px;
    color: #888;
    text-align: center;
    margin: 0;
}

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