| @@ -229,8 +229,29 @@ | ||
| 229 | 229 | transform: translateY(-2px); |
| 230 | 230 | box-shadow: 0 8px 25px rgba(0, 124, 186, 0.3); |
| 231 | 231 | } |
| 232 | 232 | |
| 233 | +.ai-cancel-subscription-btn { | |
| 234 | + background: transparent; | |
| 235 | + color: #042637; | |
| 236 | + border: none; | |
| 237 | + padding: 12px 20px; | |
| 238 | + border-radius: 8px; | |
| 239 | + font-size: 14px; | |
| 240 | + font-weight: 600; | |
| 241 | + cursor: pointer; | |
| 242 | + transition: all 0.3s ease; | |
| 243 | + display: flex; | |
| 244 | + align-items: center; | |
| 245 | + gap: 8px; | |
| 246 | + width: 100%; | |
| 247 | + justify-content: center; | |
| 248 | +} | |
| 249 | + | |
| 250 | +.ai-cancel-subscription-btn:hover { | |
| 251 | + transform: translateY(-2px); | |
| 252 | +} | |
| 253 | + | |
| 233 | 254 | .ai-secondary-btn { |
| 234 | 255 | background: transparent; |
| 235 | 256 | color: #007cba; |
| 236 | 257 | border: 2px solid #007cba; |