.azEFKmrNT {
    width: 100%;
}

.jPGUwpeHkd {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    flex-wrap: wrap;
}

.qlzj2VACc8 {
    flex: 0 0 auto;
}

.qlzj2VACc8 img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.yjM7XB7XQ {
    flex: 1 1 300px;
    min-width: 0;
}

.dK58Q21voDn3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: inherit;
}

.fwsBNkFFq {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.fwsBNkFFq li {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-start;
}

.fwsBNkFFq li span {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: inherit;
    line-height: 1.2;
}

.fwsBNkFFq li span img {
    margin-left: 0.25rem;
    vertical-align: middle;
}

.fwsBNkFFq li span svg {
    vertical-align: middle;
    color: currentColor;
}

.fwsBNkFFq li small {
    font-size: 0.75rem;
    opacity: 0.7;
    color: inherit;
    line-height: 1.2;
}

.cidTOEoWmwr {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.lN56PjO7BX {
    display: inline-block;
    text-decoration: none;
    transition: opacity 0.2s ease;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

.lN56PjO7BX:hover {
    opacity: 0.8;
}

.lN56PjO7BX:focus {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.lN56PjO7BX img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Responsive */
@media (max-width: 767px) {
    .jPGUwpeHkd {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .qlzj2VACc8 {
        width: 100%;
    }
    
    .qlzj2VACc8 img {
        width: 100%;
        max-width: 370px;
        margin: 0 auto;
    }
    
    .yjM7XB7XQ {
        flex: 1 1 100px;
    }
    
    .fwsBNkFFq {
        gap: 1rem;
    }
    
    .cidTOEoWmwr {
        justify-content: center;
    }
}



