/*
 * Accessibility overrides (WCAG 2.1 AA contrast). Loaded last from the footer so it wins over page stylesheets.
 * Colours stay close to the originals; only lightness is adjusted to reach 4.5:1 (text) or 3:1 (links vs text).
 */

/* Shared */
.text-muted, .card .card-text .text-muted, .card-body .text-muted { color: #5c636a !important; }
.card-text .text-muted a,
.text-muted a,
.ucartz-footer-p a { text-decoration: underline !important; }
.resetbtn { background-color: #c62828 !important; color: #fff !important; }

/* Home */
.price-cycle-v2 { color: #525b6e !important; }
.ui-title { color: #56607a !important; }
.ticket-id { color: #4b5563 !important; }
.message-time { color: #5b6475 !important; }
.ticket-reply > span { color: #5b6475 !important; }
.brand-mask { color: #4b5363 !important; opacity: 1 !important; }
.trust-visual-solutions > div { color: #5b6475 !important; }

/* KVM VPS */
.plan-head-header > .text-center { color: #5e5f7a !important; }
#monthly_yearly_ul #yearly-tab:not(.active) { color: #a34a00 !important; }
#monthly_yearly_ul .nav-link.active { color: #fff !important; }
#starter > span, #pro > span, #bussiness1 > span, #bussiness2 > span { color: #6b7280 !important; }


/* Contact */
center.forgot-txt { color: #b00020 !important; }
.contact_submit { background-color: #c62828 !important; border-color: #c62828 !important; }

/* Buy hosting and shared plan tables */
.ribbon { background-color: #c62828 !important; }
.starter_href, .advanced_href, .economy_href, .ultimate_href { color: #6a3fa0 !important; }
.blured-para { color: #5f6368 !important; opacity: 1 !important; filter: none !important; }

/* Odoo */
.disk-span, .high-frequency { color: #0a5f94 !important; }
.tm-slide-p a { color: #0056b3 !important; text-decoration: underline !important; }

/* Footer legal line: underline links so they stand out from the paragraph */
footer p a[href*="terms-and-conditions"], .ucartz-footer p a { text-decoration: underline !important; color: #fff !important; }

/* Bootstrap's default link blue (#007bff / #0d6efd) is below 4.5:1 on white and light grey */
.free-trial-left p a, .know-more a, .intro-text h2, #monthly_yearly_ul .nav-link:not(.active) { color: #0056b3 !important; }
.try-btn.btn-primary { background-color: #0062cc !important; border-color: #0062cc !important; }
.btn-outline-primary { color: #0a58ca !important; border-color: #0a58ca !important; }
.btn-outline-primary:hover, .btn-outline-primary:focus { color: #fff !important; background-color: #0a58ca !important; }
li.text-success { color: #146c43 !important; }

/* Footer legal line inherits a dark paragraph colour inside .banner wrappers on some templates */
footer .ucartz-footer-p, footer .ucartz-footer-p strong { color: #fff !important; }

/* Links inside running text must be distinguishable without colour */
p a:not([class]), .ucc-note a { text-decoration: underline !important; }
