.dkoXkWX6ol3t {
    width: 100%;
}

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

.sjxpArVbyh {
    flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

.sp5QGEvI:hover {
    opacity: 0.8;
}

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

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

/* Responsive */
@media (max-width: 767px) {
    .ivOFQbaH9usz {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .sjxpArVbyh {
        width: 100%;
    }
    
    .sjxpArVbyh img {
        width: 100%;
        max-width: 370px;
        margin: 0 auto;
    }
    
    .cHqJGQ6ZXxnK {
        flex: 1 1 100px;
    }
    
    .lxxLXV4UT {
        gap: 1rem;
    }
    
    .uDWgR0RmW0iS {
        justify-content: center;
    }
}



