.herbo-payment-redirect {
    margin-top: 20px;
    text-align: left;
    display: flex;
    gap: 12px;
}

.herbo-back-btn,
.herbo-proceed-btn {
    display: inline-block;
    color: #fff !important;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    border-color: transparent;
    border: none;
}

.herbo-proceed-btn {
    background-color: #28a745;
}

.herbo-proceed-btn:hover {
    background-color: #218838;
    transform: scale(1.03);
}

.herbo-back-btn {
    background-color: #6c757d;
}

.herbo-back-btn:hover {
    background-color: #5a6268;
    transform: scale(1.03);
}

/* Container for icon inside payment method */
.wc_payment_method.payment_method_herbo label {
    display: flex;
    justify-content: space-between;
    align-items: right;
}

/* "Powered by" text style */
.herbo-icon-text {
    font-size: 12px;
    color: #555;
    margin-right: 5px;
}

/* Logo image style */
.herbo-icon-img {
    height: 24px;
    vertical-align: middle;
}

/* Container for the powered-by section */
.herbo-powered-by {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 11px;
    font-weight: 400;
    color: #777;
    margin-bottom: 5px;
}

/* "Powered by" text */
.herbo-powered-by span {
    margin-right: 4px;
}

/* Logo image */
.herbo-powered-by img {
    height: 18px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}