.datev-container-1a1beeb9 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: inherit;
    max-width: 800px;
    margin: 0 auto;
}
.datev-step-card-1a1beeb9 {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #00923f; /* DATEV Green */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.datev-step-card-1a1beeb9:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.datev-step-header-1a1beeb9 {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
.datev-step-num-1a1beeb9 {
    background-color: #00923f;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.datev-step-title-1a1beeb9 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.datev-step-content-1a1beeb9 {
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: flex-start;
}
@media (max-width: 768px) {
    .datev-step-content-1a1beeb9 {
        flex-direction: column;
    }
}
.datev-step-desc-1a1beeb9 {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}
.datev-step-img-wrapper-1a1beeb9 {
    flex: 0 0 350px;
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
    .datev-step-img-wrapper-1a1beeb9 {
        flex: none;
        width: 100%;
    }
}
.datev-step-img-1a1beeb9 {
    width: 100%;
    height: auto;
    display: block;
}
