a {
    color: #0c0c0c !important;
}
.usalo-con-widget {
    margin-top: 40px;
    border-top: 1px solid #f2f2f2;
    padding-top: 30px;
    font-family: 'Arial', sans-serif;
}

.seg-bundle-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 30px;
}

.seg-bundle-item {
    text-align: center;
    max-width: 240px;
}

.seg-bundle-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.seg-bundle-item p {
    margin: 10px 0 5px;
    font-size: 15px;
}

.bundle-price {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.price-old {
    font-size: 14px;
    color: #aaa;
    text-decoration: line-through;
    margin-left: 6px;
}

.product-separator {
    font-size: 32px;
    font-weight: bold;
    color: #f387ab;
    margin: 0 15px;
    align-self: center;
}

.usalo-con-total {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 15px;
}

.usalo-con-total span {
    color: #000;
    font-size: 26px;
    margin-left: 10px;
}

.usalo-con-button-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.usalo-con-button-wrap button {
    background-color: #f8c3d9;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.usalo-con-button-wrap button:hover {
    background-color: #f48db3;
}
