/* WRAPPER */
.rg-wrapper {max-width: 960px;margin: 0 auto;}
/* TYPOGRAPHY */
.rg-intro {font-size: 1.05rem;color: #64748b;line-height: 1.8;margin-bottom: 2.5rem;background: #ffffff;border-radius: 12px;padding: 1.75rem;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
.rg-intro strong {color: #0f172a;}
.rg-heading {font-size: 1.4rem;color: #0f172a;margin-top: 2.5rem;margin-bottom: 1rem;padding-bottom: 0.5rem;border-bottom: 2px solid #e2e8f0;}
.rg-text {color: #64748b;line-height: 1.7;margin-bottom: 1.25rem;}
/* WARNING SIGNS LIST */
.rg-list {list-style: none;padding: 0;margin: 0 0 1.5rem 0;display: grid;gap: 0.6rem;}
.rg-list li {color: #64748b;line-height: 1.6;padding: 0.6rem 1rem 0.6rem 2.5rem;background: #ffffff;border-radius: 6px;position: relative;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
/* Red marker instead of standard bullet */
.rg-list li::before {content: "⚠";position: absolute;left: 0.75rem;color: #ef4444;font-size: 0.85rem;}
/* TIPS GRID */
.rg-tips-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 1.25rem;margin-bottom: 1rem;}
.rg-tip-card {background: #ffffff;border-radius: 12px;padding: 1.5rem;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);transition: all 0.3s ease;}
.rg-tip-card:hover {transform: translateY(-3px);box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);}
.rg-tip-icon {font-size: 1.75rem;margin-bottom: 0.75rem;}
.rg-tip-card h3 {font-size: 1rem;color: #0f172a;margin-bottom: 0.5rem;}
.rg-tip-card p {font-size: 0.9rem;color: #64748b;line-height: 1.6;}
@media (max-width: 900px) {
.rg-tips-grid {grid-template-columns: repeat(2, 1fr);}
}
@media (max-width: 600px) {
.rg-tips-grid {grid-template-columns: 1fr;}
}
/* GLOBAL SUPPORT CARDS */
.rg-support-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 1.25rem;margin-bottom: 1.5rem;}
.rg-support-card {display: block;background: #ffffff;border-radius: 12px;padding: 1.25rem;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);border: 2px solid #e2e8f0;color: #0f172a;transition: all 0.3s ease;text-decoration: none;}
.rg-support-card:hover {border-color: #2563eb;transform: translateY(-3px);box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);color: #0f172a;}
.rg-support-name {font-weight: 700;font-size: 1rem;color: #0f172a;margin-bottom: 0.25rem;}
.rg-support-url {font-size: 0.8rem;color: #2563eb;margin-bottom: 0.6rem;}
.rg-support-desc {font-size: 0.88rem;color: #64748b;line-height: 1.5;}
@media (max-width: 900px) {
.rg-support-grid {grid-template-columns: repeat(2, 1fr);}
}
@media (max-width: 600px) {
.rg-support-grid {grid-template-columns: 1fr;}
}
/* UK HELPLINE BANNER */
.rg-helpline {display: flex;align-items: center;gap: 1.25rem;background: #dbeafe;border-radius: 12px;padding: 1.25rem 1.75rem;margin: 1.5rem 0 2.5rem 0;}
.rg-helpline-icon {font-size: 2rem;flex-shrink: 0;}
.rg-helpline-content {display: flex;flex-direction: column;gap: 0.25rem;}
.rg-helpline-content strong {color: #0f172a;font-size: 1rem;}
.rg-helpline-content span {color: #1e40af;font-size: 0.95rem;}
.rg-helpline-content a {color: #1e40af;font-weight: 700;text-decoration: underline;}
@media (max-width: 600px) {
.rg-helpline {flex-direction: column;text-align: center;gap: 0.75rem;}
}
/* REGIONAL CARDS (Africa) */
.rg-regional-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 1.25rem;margin-bottom: 2rem;}
.rg-regional-card {background: #ffffff;border-radius: 12px;padding: 1.5rem;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
.rg-regional-title {font-size: 1.1rem;color: #0f172a;margin-bottom: 1rem;padding-bottom: 0.5rem;border-bottom: 2px solid #e2e8f0;}
.rg-regional-list {list-style: none;padding: 0;margin: 0;display: flex;flex-direction: column;gap: 1rem;}
.rg-regional-list li {font-size: 0.9rem;color: #4d596b;line-height: 1.6;}
.rg-regional-list strong {color: #0f172a;display: block;margin-bottom: 0.2rem;}
.rg-regional-list a {color: #1e50bf;word-break: break-all;}
.rg-regional-list a:hover {text-decoration: underline;}
@media (max-width: 900px) {
.rg-regional-grid {grid-template-columns: 1fr;}
}
/* DISCLAIMER */
.rg-disclaimer {background: #fef3c7;border-radius: 6px;padding: 1.25rem 1.5rem;margin-top: 2rem;}
.rg-disclaimer p {color: #78350f;font-size: 0.9rem;line-height: 1.6;margin: 0;}