.feedback-widget-container-73c567bc {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body.admin-bar .feedback-widget-container-73c567bc {
    bottom: calc(30px + var(--wp-admin--admin-bar--height, 32px));
}

@media screen and (max-width: 782px) {
    body.admin-bar .feedback-widget-container-73c567bc {
        bottom: calc(30px + 46px);
    }
}

/* Floating Trigger Button */
.feedback-trigger-btn-73c567bc {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #0c4a6e;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.feedback-trigger-btn-73c567bc:hover {
    background-color: #0284c7;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.feedback-trigger-btn-73c567bc svg {
    width: 18px;
    height: 18px;
}

/* Feedback Modal Panel */
.feedback-modal-73c567bc {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 340px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.feedback-modal-73c567bc.hidden-73c567bc {
    display: none;
    opacity: 0;
    transform: translateY(10px);
}

.feedback-modal-header-73c567bc {
    background-color: #f8fafc;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e2e8f0;
}

.feedback-modal-header-73c567bc h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
}

.feedback-close-btn-73c567bc {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #94a3b8;
    line-height: 1;
    padding: 0;
}

.feedback-close-btn-73c567bc:hover {
    color: #64748b;
}

/* Form Styles */
#feedback-form-73c567bc {
    padding: 20px;
}

.feedback-prompt-73c567bc {
    font-size: 14px;
    color: #475569;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.5;
}

/* Star Rating styling */
.feedback-stars-73c567bc {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 4px;
    margin-bottom: 20px;
}

.feedback-stars-73c567bc input {
    display: none;
}

.feedback-stars-73c567bc label {
    font-size: 32px;
    color: #cbd5e1;
    cursor: pointer;
    transition: color 0.2s ease;
}

.feedback-stars-73c567bc label:hover,
.feedback-stars-73c567bc label:hover ~ label,
.feedback-stars-73c567bc input:checked ~ label {
    color: #f59e0b;
}

/* Comment Text Area */
.feedback-textarea-73c567bc {
    width: 100%;
    height: 100px;
    padding: 10px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 13px;
    resize: none;
    outline: none;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.feedback-textarea-73c567bc:focus {
    border-color: #0284c7;
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.1);
}

/* Submit Button */
.feedback-submit-btn-73c567bc {
    width: 100%;
    background-color: #0c4a6e;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.feedback-submit-btn-73c567bc:hover {
    background-color: #0284c7;
}

/* Success Step */
.feedback-step-hidden-73c567bc {
    display: none;
    text-align: center;
    padding: 20px 10px;
}

.feedback-step-active-73c567bc {
    display: block;
}

.feedback-success-icon-73c567bc {
    font-size: 48px;
    color: #10b981;
    margin-bottom: 10px;
}

.feedback-step-hidden-73c567bc h4 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #1e293b;
}

.feedback-step-hidden-73c567bc p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}
