/* HytHost — custom additions on top of ruzenko_cart base theme.
 * Auto-loaded by common.tpl via {assetExists file="custom.css"}.
 */

/* Trust strip displayed under the Complete Order button in checkout.tpl. */
.hythost-trust-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    margin: 22px 0 10px;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(124, 58, 237, 0.06);
    border: 1px solid rgba(124, 58, 237, 0.18);
}

.hythost-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: inherit;
    opacity: 0.85;
    font-size: 0.9rem;
    line-height: 1.4;
}

.hythost-trust-item i {
    color: #7c3aed;
    font-size: 0.95rem;
}

@media (max-width: 575px) {
    .hythost-trust-strip {
        gap: 10px;
        padding: 12px;
    }
    .hythost-trust-item {
        font-size: 0.82rem;
        flex: 1 0 calc(50% - 10px);
        justify-content: center;
    }
}
