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

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

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

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

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

.components-side { flex: 1.5; }

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

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

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

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