#tip-section {
    
}
.est-tip-options {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.section-message {
    color: #64748b;
    font-size: 16px;
    text-align: center;
    margin: 16px 0;
}
.est-tip-btn {
    color: #fff;
    background: #2563eb;
    border: none;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
#tip-summary {
    text-align: center;
    margin: 20px 0;
}
#tip-remove {
    color: #DC2626;
    width: auto;
    display: inline-block;
    margin-left: 10px;
    padding: 5px 15px;
}
.est-payment-total {
    text-align: right;
    padding: 20px;
}
.invoice-total {
    font-weight: 600;
}
.invoice-total-row {
    border-bottom: none;
}
#tip-custom-input, #feedback-section textarea {
    width: 90%;
    padding: 12px;
    margin: 20px auto 0 auto;
    display: block;
    font-family: inherit;
    border-radius: 10px;
    font-size: 16px;
    border: 1px solid rgba(57, 74, 81, .3);
}
.total-row.invoice-total-row {
    font-size: 18px;
    margin-top: 10px;
}
#star-rating {
    text-align: center;
    padding-bottom: 20px;
}
#star-rating button {
    background: #fff;
    border: none;
    cursor: pointer;
}
#star-rating button svg {
    color: #444;
}
#google-review-section, #feedback-section {
    text-align: center;
    padding-bottom: 20px;
}
#feedback-section .est-feedback-label {
    margin-bottom: 10px;
}
#feedback-section textarea {
    min-height: 100px;
}
#submit-high-rating-btn {
    width: auto;
    display: inline-block;
}
.rating-message {
    color: #64748b;
    font-size: 14px;
    text-align: center;
    padding: 10px;
}