diff --git a/services/aprelay.html b/services/aprelay.html
index 5fdb140..1bbb935 100644
--- a/services/aprelay.html
+++ b/services/aprelay.html
@@ -87,6 +87,58 @@
color: #9aa0a6;
font-size: 14px;
}
+
+ /* Homepage-style icon box for updates */
+ .updates-title {
+ margin: 0 0 10px;
+ font-size: 16px;
+ color: #9aa0a6;
+ }
+ .updates-card .icon-row {
+ margin-top: 8px;
+ justify-content: flex-start;
+ gap: 18px;
+ flex-wrap: wrap;
+ }
+ .updates-note {
+ margin-top: 12px;
+ color: #9aa0a6;
+ font-size: 14px;
+ line-height: 1.5;
+ }
+
+ /* Policy box (make it match the rest of the page sizing) */
+ .policy-card {
+ font-size: 14px;
+ }
+ .policy-title {
+ margin: 0 0 10px;
+ font-size: 16px;
+ color: #9aa0a6;
+ }
+ .policy-card p {
+ margin: 0;
+ color: #e6e6e6;
+ line-height: 1.6;
+ font-size: 14px;
+ }
+ .policy-card ul {
+ margin: 10px 0 0 20px;
+ padding: 0;
+ color: #e6e6e6;
+ line-height: 1.6;
+ font-size: 14px;
+ }
+ .policy-card li {
+ margin: 6px 0;
+ font-size: 14px;
+ }
+ .policy-note {
+ margin-top: 12px;
+ color: #9aa0a6;
+ font-size: 14px;
+ line-height: 1.5;
+ }
@@ -97,6 +149,7 @@
CIRCLE WITH A DOT
+