.elementor-3325 .elementor-element.elementor-element-b36a914{--display:flex;}/* Start custom CSS for html, class: .elementor-element-71f447c */.kofex-delivery-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 20px;
    color: #102c54;
    line-height: 1.7;
    font-family: inherit;
}

/* Hero */
.delivery-hero {
    text-align: center;
    margin-bottom: 40px;
}

.delivery-hero h1 {
    font-size: 2.2rem;
    font-weight: 800;
}

/* Kit ikon */
.kofex-shipping-kit {
    display: inline-block;
    margin-bottom: 15px;
}

.kit-base {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 35px;
}

.kit-line {
    width: 50px;
    height: 2px;
    background: #ccd5e0;
    position: relative;
    overflow: hidden;
}

.kit-line::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    background: #102c54;
    animation: moveLine 2s linear infinite;
}

@keyframes moveLine {
    0% { left: -20px; }
    100% { left: 50px; }
}

/* Kártyák */
.info-block {
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    border: 1px solid #eef2f7;
    box-shadow: 0 4px 15px rgba(16, 44, 84, 0.05);
    margin-bottom: 30px;
}

.intro-card {
    border-top: 6px solid #102c54;
}

.info-block h3 {
    color: #102c54;
    font-size: 1.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #f0f4f8;
    padding-bottom: 10px;
}

.info-block h4 {
    color: #102c54;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

/* Listák a kártyákon belül */
.info-block ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.info-block li {
    margin-bottom: 10px;
}

/* Kiemelés */
.price-highlight {
    background: #f8faff;
    padding: 15px;
    border-left: 5px solid #102c54;
    font-weight: bold;
    margin: 20px 0;
}

/* Cégadatok specifikus */
.company-info-card p {
    margin-bottom: 8px;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 5px;
}

/* Linkek */
a {
    color: #102c54;
    font-weight: 700;
    text-decoration: underline;
}

a:hover {
    color: #1d4b8a;
}

@media (max-width: 768px) {
    .info-block { padding: 20px; }
    .delivery-hero h1 { font-size: 1.7rem; }
}/* End custom CSS */