#zohal-feedback-result {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #28a745;
    color: white;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    z-index: 9999;
    display: none;
    min-width: 300px;
    text-align: center;
    font-weight: bold;
}

#zohal-feedback-result .progress-bar {
    height: 4px;
    background: rgba(255,255,255,0.5);
    width: 100%;
    margin-top: 8px;
    border-radius: 2px;
    overflow: hidden;
}

#zohal-feedback-result .progress-bar div {
    height: 100%;
    background: #fff;
    width: 0;
    transition: width 0.05s linear;
}

#zohal-feedback-result a {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    margin-top: 8px;
    font-weight: normal;
}
