.wi431UXg {
    width: 100%;
}

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

.g8I2HWSc {
    flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

.tK3ia5yQ5ny:hover {
    opacity: 0.8;
}

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

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

/* Responsive */
@media (max-width: 767px) {
    .dyvIzD4hb {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .g8I2HWSc {
        width: 100%;
    }
    
    .g8I2HWSc img {
        width: 100%;
        max-width: 370px;
        margin: 0 auto;
    }
    
    .pCxqjJoYAlVM {
        flex: 1 1 100px;
    }
    
    .yqagc6cGp {
        gap: 1rem;
    }
    
    .kKL2R47D0 {
        justify-content: center;
    }
}



