/* === GLOBAL STYLES === */

/* Hide common copyright elements */
.all-rights-reserved,
.copyright,
.footer-copyright,
.powered-by,
body>footer,
#footer .copyright,
footer p:not(.keep) {
    display: none !important;
}

/* Info Icon Style */
.info-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #F27C38;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    cursor: pointer;
    margin-left: 5px;
}

.info-icon:hover {
    background-color: #e06a2b;
}

/* Info Description Style */
.info-description {
    display: none;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 12px;
    margin-top: 8px;
    font-size: 14px;
    color: #495057;
    direction: rtl;
    text-align: right;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Custom HTML field styling */
html body .rtl-ready .gfield_html[class*="message-for-yourself"],
html body .rtl-ready .gfield_html[class*="internal-beauty"],
html body .rtl-ready .gfield_html[class*="vitajoo-consult-number"],
html body .rtl-ready .gfield_html[class*="thanks-nephrohepato"],
html body .rtl-ready .gfield_html[class*="message1-for-dm"],
html body .rtl-ready .gfield_html[class*="message2-for-dm"],
html body .rtl-ready .gfield.fivemin .gfield_html,
html body .rtl-ready .gfield_html[class*="fivemin"] {
    font-weight: 600 !important;
    color: #1D3B70 !important;
    line-height: 1.6 !important;
    text-align: center !important;
    margin: 25px 0 !important;
    padding: 20px !important;
    background-color: #f8fafc !important;
    border-radius: 12px !important;
    border-left: 4px solid #F27C38 !important;
    direction: rtl !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important;
}

/* Font size for HTML fields */
html body .rtl-ready .gfield_html[class*="message-for-yourself"],
html body .rtl-ready .gfield.fivemin .gfield_html,
html body .rtl-ready .gfield_html[class*="fivemin"] {
    font-size: 14px !important;
}

html body .rtl-ready .gfield_html[class*="vitajoo-consult-number"] {
    font-size: 20px !important;
}

html body .rtl-ready .gfield_html[class*="thanks-nephrohepato"],
html body .rtl-ready .gfield_html[class*="internal-beauty"],
html body .rtl-ready .gfield_html[class*="message1-for-dm"],
html body .rtl-ready .gfield_html[class*="message2-for-dm"] {
    font-size: 14px !important;
}