.woocommerce-cart .hipnospot-coupon-field {
    margin: 20px 0;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

.woocommerce-cart .hipnospot-coupon-field input[type="text"] {
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 5px;
    width: 200px;
    margin-right: 10px;
}

.woocommerce-cart .hipnospot-coupon-field button {
    padding: 10px 20px;
    background: #381d92;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.woocommerce-cart .hipnospot-coupon-field button:hover {
    background: #1C0A63;
}

.hipnospot-mini-cart {
    position: relative;
}

.hipnospot-cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #e74c3c;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}
