.ast-order-bump,
.ast-compre-junto {
    padding: 1em;
    border: 1px solid #FFA100;
    border-radius: 8px;
    margin: 1em 0;
}

.ast-order-bump h3,
.ast-compre-junto h3 {
    margin-bottom: 10px;
    color: #000;
}

.ast-order-bump ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ast-order-bump li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ast-order-bump button,
.ast-compre-junto-button {
    margin-top: 4px;
    background: #FFA100;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 1em;
    border-radius: 4px;
}

.ast-order-bump button:hover,
.ast-compre-junto-button:hover {
    filter: brightness(0.9);
}

.ast-compre-junto-content {
    display: flex;
    align-items: center;
    gap: 12px;
}
.ast-cross-thumb {
    border-radius: 8px;
}

.ast-cross-name {
    font-size: 1.3em;
    color: #333;
}
