body { font-family: "Libre Baskerville", Georgia, serif; background-color: #f5f5f5; margin: 0; padding: 20px; color: #333; line-height: 1.6; } .renew-container { max-width: 600px; margin: 40px auto; background: white; padding: 35px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } h2 { color: #2e7d32; font-size: 28px; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 2px solid #eee; } p { margin: 20px 0; font-size: 16px; color: #445; } strong { color: #2e7d32; font-weight: 600; } .button-group { margin-top: 25px; display: flex; gap: 15px; } .renew-link { display: inline-block; background-color: #2e7d32; color: white; text-decoration: none; padding: 14px 28px; border-radius: 4px; font-size: 16px; transition: all 0.3s ease; border: none; } .renew-link:hover { background-color: #1b5e20; transform: translateY(-1px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .cancel-link { display: inline-block; background-color: #757575; color: white; text-decoration: none; padding: 14px 28px; border-radius: 4px; font-size: 16px; transition: all 0.3s ease; } .cancel-link:hover { background-color: #616161; transform: translateY(-1px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } /* Status indicator styles */ .status-active { color: #2e7d32; } .status-expired { color: #c62828; } @media (max-width: 480px) { .renew-container { padding: 20px; margin: 20px auto; } h2 { font-size: 24px; } .button-group { flex-direction: column; } .renew-link, .cancel-link { text-align: center; } }