.wcf-helper-link-wrapper {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.wcf-helper-link {
    font-size: 14px;
    color: #0073aa; /* আপনার পছন্দমত রঙ দিতে পারেন */
    text-decoration: underline;
    cursor: pointer;
    font-weight: 500;
    transition: color 0.3s ease;
}

.wcf-helper-link:hover {
    color: #005177;
}
.wcf-order-info-text {
    text-align: center;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #e41e26; /* আকর্ষণীয় লাল রঙ, আপনি চাইলে পরিবর্তন করতে পারেন */
    background: #fff9f9; /* হালকা ব্যাকগ্রাউন্ড */
    padding: 8px;
    border: 1px dashed #e41e26;
    border-radius: 5px;
}