.elogistiki-banner {
    position: relative;
    width: 100%;
    background: #f5faff;
    border: 1px solid #d0e8f5;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: center;
    margin: 30px auto;
    max-width: 900px;
}

.elogistiki-banner-img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.elogistiki-banner-text {
    font-size: 16px;
    font-weight: 500;
    color: #1a365d;
    margin-top: 12px;
}

.elogistiki-banner-text a {
    color: #0ea5e9;
    text-decoration: none;
    font-weight: 600;
}

.elogistiki-banner-text a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .elogistiki-banner-text {
        font-size: 14px;
    }
}
