|
| 1 | +/* Light Blue Interest Boxes */ |
| 2 | + |
| 3 | +.interests-light-blue { |
| 4 | + display: flex; |
| 5 | + flex-wrap: nowrap; |
| 6 | + justify-content: center; |
| 7 | + gap: 0.5rem; |
| 8 | + margin: 2rem 0; |
| 9 | + padding: 0 1rem; |
| 10 | +} |
| 11 | + |
| 12 | +.interest-box { |
| 13 | + background-color: #e6f3ff !important; /* Light blue background */ |
| 14 | + border: 2px solid #b3d9ff !important; /* Light blue border */ |
| 15 | + border-radius: 8px !important; /* Rounded corners */ |
| 16 | + box-shadow: 0 4px 8px rgba(0, 123, 255, 0.1) !important; /* Subtle blue shadow */ |
| 17 | + transition: all 0.3s ease !important; /* Smooth transitions */ |
| 18 | + padding: 0.75rem 1rem !important; |
| 19 | + text-align: center !important; |
| 20 | + color: #2c5aa0 !important; /* Dark blue text */ |
| 21 | + font-weight: 600 !important; |
| 22 | + font-size: 0.9rem !important; |
| 23 | + cursor: pointer !important; |
| 24 | + white-space: nowrap !important; |
| 25 | + flex-shrink: 0 !important; |
| 26 | +} |
| 27 | + |
| 28 | +.interest-box:hover { |
| 29 | + background-color: #d1ecf1 !important; /* Slightly darker blue on hover */ |
| 30 | + border-color: #87ceeb !important; /* Darker border on hover */ |
| 31 | + transform: translateY(-2px) !important; /* Slight lift effect */ |
| 32 | + box-shadow: 0 6px 12px rgba(0, 123, 255, 0.15) !important; /* Enhanced shadow on hover */ |
| 33 | +} |
| 34 | + |
| 35 | +/* Dark mode adjustments */ |
| 36 | +[data-wc-theme="dark"] .interest-box { |
| 37 | + background-color: #1a365d !important; /* Dark blue background */ |
| 38 | + border-color: #2d5a87 !important; /* Dark blue border */ |
| 39 | + color: #e6f3ff !important; /* Light blue text */ |
| 40 | +} |
| 41 | + |
| 42 | +[data-wc-theme="dark"] .interest-box:hover { |
| 43 | + background-color: #2c5aa0 !important; /* Darker blue on hover */ |
| 44 | + border-color: #4a6fa5 !important; /* Lighter border on hover */ |
| 45 | +} |
| 46 | + |
| 47 | +/* Responsive adjustments - Keep all in one line */ |
| 48 | +@media (max-width: 768px) { |
| 49 | + .interests-light-blue { |
| 50 | + gap: 0.25rem; |
| 51 | + padding: 0 0.25rem; |
| 52 | + } |
| 53 | + |
| 54 | + .interest-box { |
| 55 | + padding: 0.5rem 0.75rem !important; |
| 56 | + font-size: 0.8rem !important; |
| 57 | + } |
| 58 | +} |
| 59 | + |
| 60 | +@media (max-width: 480px) { |
| 61 | + .interests-light-blue { |
| 62 | + gap: 0.2rem; |
| 63 | + padding: 0 0.1rem; |
| 64 | + } |
| 65 | + |
| 66 | + .interest-box { |
| 67 | + padding: 0.4rem 0.6rem !important; |
| 68 | + font-size: 0.75rem !important; |
| 69 | + } |
| 70 | +} |
| 71 | + |
| 72 | +/* Light Blue News Box */ |
| 73 | +.news-light-blue { |
| 74 | + background-color: #e6f3ff !important; /* Light blue background */ |
| 75 | + border: 2px solid #b3d9ff !important; /* Light blue border */ |
| 76 | + border-radius: 12px !important; /* Rounded corners */ |
| 77 | + box-shadow: 0 4px 8px rgba(0, 123, 255, 0.1) !important; /* Subtle blue shadow */ |
| 78 | + padding: 2rem !important; |
| 79 | + margin: 1rem 0 !important; |
| 80 | + text-align: left !important; |
| 81 | + color: #2c5aa0 !important; /* Dark blue text */ |
| 82 | + line-height: 1.6 !important; |
| 83 | +} |
| 84 | + |
| 85 | +.news-light-blue a { |
| 86 | + color: #1e40af !important; /* Darker blue for links */ |
| 87 | + text-decoration: none !important; |
| 88 | + font-weight: 600 !important; |
| 89 | +} |
| 90 | + |
| 91 | +.news-light-blue a:hover { |
| 92 | + color: #1d4ed8 !important; /* Even darker blue on hover */ |
| 93 | + text-decoration: underline !important; |
| 94 | +} |
| 95 | + |
| 96 | +/* News Button */ |
| 97 | +.news-button-container { |
| 98 | + text-align: center !important; |
| 99 | + margin-top: 1.5rem !important; |
| 100 | +} |
| 101 | + |
| 102 | +.news-button { |
| 103 | + display: inline-block !important; |
| 104 | + background-color: #3b82f6 !important; /* Blue button background */ |
| 105 | + color: white !important; |
| 106 | + padding: 0.75rem 1.5rem !important; |
| 107 | + border-radius: 8px !important; |
| 108 | + text-decoration: none !important; |
| 109 | + font-weight: 600 !important; |
| 110 | + font-size: 0.9rem !important; |
| 111 | + transition: all 0.3s ease !important; |
| 112 | + box-shadow: 0 2px 4px rgba(59, 130, 246, 0.3) !important; |
| 113 | +} |
| 114 | + |
| 115 | +.news-button:hover { |
| 116 | + background-color: #2563eb !important; /* Darker blue on hover */ |
| 117 | + transform: translateY(-1px) !important; /* Slight lift effect */ |
| 118 | + box-shadow: 0 4px 8px rgba(59, 130, 246, 0.4) !important; /* Enhanced shadow */ |
| 119 | + color: white !important; |
| 120 | + text-decoration: none !important; |
| 121 | +} |
| 122 | + |
| 123 | +/* Dark mode adjustments for news */ |
| 124 | +[data-wc-theme="dark"] .news-light-blue { |
| 125 | + background-color: #1a365d !important; /* Dark blue background */ |
| 126 | + border-color: #2d5a87 !important; /* Dark blue border */ |
| 127 | + color: #e6f3ff !important; /* Light blue text */ |
| 128 | +} |
| 129 | + |
| 130 | +[data-wc-theme="dark"] .news-light-blue a { |
| 131 | + color: #93c5fd !important; /* Light blue for links */ |
| 132 | +} |
| 133 | + |
| 134 | +[data-wc-theme="dark"] .news-light-blue a:hover { |
| 135 | + color: #dbeafe !important; /* Lighter blue on hover */ |
| 136 | +} |
| 137 | + |
| 138 | +[data-wc-theme="dark"] .news-button { |
| 139 | + background-color: #1e40af !important; /* Darker blue button */ |
| 140 | +} |
| 141 | + |
| 142 | +[data-wc-theme="dark"] .news-button:hover { |
| 143 | + background-color: #1d4ed8 !important; /* Even darker blue on hover */ |
| 144 | +} |
| 145 | + |
| 146 | +/* Blog post styling for news boxes */ |
| 147 | +.article-container .news-light-blue, |
| 148 | +.post-content .news-light-blue, |
| 149 | +.content .news-light-blue { |
| 150 | + background-color: #e6f3ff !important; |
| 151 | + border: 2px solid #b3d9ff !important; |
| 152 | + border-radius: 12px !important; |
| 153 | + box-shadow: 0 4px 8px rgba(0, 123, 255, 0.1) !important; |
| 154 | + padding: 2rem !important; |
| 155 | + margin: 1.5rem 0 !important; |
| 156 | + text-align: left !important; |
| 157 | + color: #2c5aa0 !important; |
| 158 | + line-height: 1.6 !important; |
| 159 | +} |
| 160 | + |
| 161 | +.article-container .news-light-blue a, |
| 162 | +.post-content .news-light-blue a, |
| 163 | +.content .news-light-blue a { |
| 164 | + color: #1e40af !important; |
| 165 | + text-decoration: none !important; |
| 166 | + font-weight: 600 !important; |
| 167 | +} |
| 168 | + |
| 169 | +.article-container .news-light-blue a:hover, |
| 170 | +.post-content .news-light-blue a:hover, |
| 171 | +.content .news-light-blue a:hover { |
| 172 | + color: #1d4ed8 !important; |
| 173 | + text-decoration: underline !important; |
| 174 | +} |
| 175 | + |
| 176 | +/* Dark mode for blog posts */ |
| 177 | +[data-wc-theme="dark"] .article-container .news-light-blue, |
| 178 | +[data-wc-theme="dark"] .post-content .news-light-blue, |
| 179 | +[data-wc-theme="dark"] .content .news-light-blue { |
| 180 | + background-color: #1a365d !important; |
| 181 | + border-color: #2d5a87 !important; |
| 182 | + color: #e6f3ff !important; |
| 183 | +} |
| 184 | + |
| 185 | +[data-wc-theme="dark"] .article-container .news-light-blue a, |
| 186 | +[data-wc-theme="dark"] .post-content .news-light-blue a, |
| 187 | +[data-wc-theme="dark"] .content .news-light-blue a { |
| 188 | + color: #93c5fd !important; |
| 189 | +} |
| 190 | + |
| 191 | +[data-wc-theme="dark"] .article-container .news-light-blue a:hover, |
| 192 | +[data-wc-theme="dark"] .post-content .news-light-blue a:hover, |
| 193 | +[data-wc-theme="dark"] .content .news-light-blue a:hover { |
| 194 | + color: #dbeafe !important; |
| 195 | +} |
0 commit comments