.sp-form { max-width: 500px; margin: 20px auto; padding: 20px; border: 1px solid #ddd; border-radius: 10px; background-color: #f9f9f9; }
.sp-input, .sp-select { width: 100%; padding: 10px; margin-bottom: 15px; border: 1px solid #ccc; border-radius: 5px; }
.sp-button { width: 100%; padding: 12px; background-color: #0073aa; color: white; border: none; border-radius: 5px; cursor: pointer; font-size: 16px; }
.sp-button:hover { background-color: #005177; }
.sp-response-message { margin-top: 15px; text-align: center; }
.sp-success { color: green; font-weight: bold; }
.sp-error { color: red; font-weight: bold; }
.custom-counter-block { text-align: center; margin: 30px auto; font-family: sans-serif; }
.custom-counter-number { font-size: 48px; font-weight: bold; }
.custom-counter-title { font-size: 18px; color: #666; }