.sifency-howto-header {
    margin-bottom: 30px
}

.sifency-howto-main-img img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    object-fit: cover
}

.sifency-howto-title {
    margin: 0 0 10px;
    font-size: 28px
}

.sifency-howto-meta {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    font-weight: 600;
    color: #666
}

.sifency-meta-item i {
    color: var(--e-global-color-primary);
    margin-right: 5px
}

.sifency-howto-materials {
    display: flex;
    gap: 40px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px
}

.sifency-mat-col h4 {
    margin: 0 0 10px;
    font-size: 16px
}

.sifency-mat-col ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0
}

.sifency-howto-steps-container {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.sifency-howto-step {
    background: var(--sifency-addons-whitecolor);
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden
}

.sifency-howto-step-header {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #fdfdfd
}

.sifency-howto-step-count {
    width: 30px;
    height: 30px;
    background: var(--e-global-color-primary);
    color: var(--sifency-addons-whitecolor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 15px;
    flex-shrink: 0
}

.sifency-howto-step-title {
    margin: 0;
    font-size: 18px;
    flex-grow: 1
}

.sifency-howto-step-content {
    padding: 20px;
    border-top: 1px solid #eee
}

.sifency-howto-step-content img {
    max-width: 300px;
    border-radius: 4px;
    margin-bottom: 15px;
    display: block
}

.sifency-howto-layout-cards .sifency-howto-steps-container {
    flex-direction: row;
    flex-wrap: wrap
}

.sifency-howto-layout-cards .sifency-howto-step {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column
}

.sifency-howto-layout-cards .sifency-howto-step-content {
    flex-grow: 1
}

.sifency-howto-layout-accordion .sifency-howto-step-header {
    cursor: pointer;
    transition: background .2s
}

.sifency-howto-layout-accordion .sifency-howto-step-header:hover {
    background: #f0f0f0
}

.sifency-howto-layout-accordion .sifency-howto-step-content {
    display: none
}

.sifency-howto-layout-accordion .sifency-howto-step-content {
    display: none;
}