/* 自动恢复：原 CF7 表单模板内联样式，已按页面作用域隔离 */
/* 来源页面: /星评-社区养老服务设施等级评定结果意见反馈表  (page_id=2249) */
.page-id-2249 #feedback-form-scoped {
            --primary-color: #1a5bac;
            --secondary-color: #2c7ab0;
            --accent-color: #e8f4ff;
            --danger-color: #e74c3c;
            --success-color: #2ecc71;
            --text-color: #333;
            --light-gray: #f9fbfd;
            --border-color: #e6eef5;
            --shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
            
            box-sizing: border-box;
            font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
            line-height: 1.6;
            color: var(--text-color);
            //background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            background: white;
            padding: 30px 20px;
            min-height: 100vh;
        }
.page-id-2249 #feedback-form-scoped *, .page-id-2249 #feedback-form-scoped *::before, .page-id-2249 #feedback-form-scoped *::after {
            box-sizing: inherit;
            margin: 0;
            padding: 0;
        }
.page-id-2249 #feedback-form-scoped .container {
            max-width: 1000px;
            margin: 0 auto;
            background: white;
            box-shadow: var(--shadow);
            border-radius: 15px;
            overflow: hidden;
            position: relative;
        }
.page-id-2249 #feedback-form-scoped .form-header {
            background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
            color: white;
            padding: 30px 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
.page-id-2249 #feedback-form-scoped .form-header h1 {
            font-size: 28px;
            font-weight: 700;
            margin: 0;
            letter-spacing: 1px;
            position: relative;
            z-index: 2;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        }
.page-id-2249 #feedback-form-scoped .form-header p {
            margin-top: 10px;
            opacity: 0.9;
            position: relative;
            z-index: 2;
        }
.page-id-2249 #feedback-form-scoped .form-body {
            padding: 35px;
            position: relative;
        }
.page-id-2249 #feedback-form-scoped .form-section {
            margin-bottom: 35px;
            border-radius: 10px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            border: 1px solid var(--border-color);
        }
.page-id-2249 #feedback-form-scoped .section-header {
            background: var(--accent-color);
            padding: 16px 20px;
            font-weight: 700;
            font-size: 18px;
            color: var(--primary-color);
            border-bottom: 2px solid #cde4fa;
            display: flex;
            align-items: center;
        }
.page-id-2249 #feedback-form-scoped .section-header i {
            margin-right: 10px;
            font-size: 20px;
        }
.page-id-2249 #feedback-form-scoped .form-row {
            display: flex;
            flex-wrap: wrap;
            padding: 20px;
            border-bottom: 1px solid #eee;
        }
.page-id-2249 #feedback-form-scoped .form-row:last-child {
            border-bottom: none;
        }
.page-id-2249 #feedback-form-scoped .form-group {
            flex: 1;
            min-width: 300px;
            margin-bottom: 20px;
            padding: 0 15px;
        }
.page-id-2249 #feedback-form-scoped .form-group.full-width {
            flex: 0 0 100%;
        }
.page-id-2249 #feedback-form-scoped .form-label {
            display: block;
            margin-bottom: 10px;
            font-weight: 600;
            color: #2a5a7c;
            position: relative;
        }
.page-id-2249 #feedback-form-scoped .form-label.required::after {
            content: " *";
            color: var(--danger-color);
        }
.page-id-2249 #feedback-form-scoped .radio-group {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin: 8px 0;
        }
.page-id-2249 #feedback-form-scoped .radio-option {
            display: flex;
            align-items: center;
            background: var(--light-gray);
            padding: 12px 18px;
            border-radius: 8px;
            border: 1px solid #e1eaf3;
            transition: all 0.3s ease;
            cursor: pointer;
        }
.page-id-2249 #feedback-form-scoped .radio-option:hover {
            border-color: var(--primary-color);
            background: #f0f7ff;
        }
.page-id-2249 #feedback-form-scoped .radio-option input[type="radio"] {
            margin-right: 10px;
            width: 18px;
            height: 18px;
            cursor: pointer;
        }
.page-id-2249 #feedback-form-scoped .radio-columns {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
.page-id-2249 #feedback-form-scoped .radio-column {
            flex: 1;
            min-width: 300px;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
.page-id-2249 #feedback-form-scoped input[type="text"], .page-id-2249 #feedback-form-scoped input[type="tel"], .page-id-2249 #feedback-form-scoped input[type="email"], .page-id-2249 #feedback-form-scoped textarea {
            width: 100%;
            padding: 14px 16px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 16px;
            transition: all 0.3s ease;
            background: #fbfdff;
        }
.page-id-2249 #feedback-form-scoped input:focus, .page-id-2249 #feedback-form-scoped textarea:focus {
            outline: none;
            border-color: var(--primary-color);
            box-shadow: 0 0 0 3px rgba(26, 91, 172, 0.2);
            background: #fff;
        }
.page-id-2249 #feedback-form-scoped .form-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 25px 35px;
            background: var(--light-gray);
            border-top: 1px solid var(--border-color);
        }
.page-id-2249 #feedback-form-scoped .submit-btn {
            background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
            color: white;
            border: none;
            padding: 14px 40px;
            font-size: 17px;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 600;
            box-shadow: 0 4px 15px rgba(26, 91, 172, 0.3);
            display: flex;
            align-items: center;
            gap: 8px;
        }
.page-id-2249 #feedback-form-scoped .submit-btn:hover {
            background: linear-gradient(to right, #fff, var(--primary-color));
            box-shadow: 0 6px 20px rgba(26, 91, 172, 0.4);
            transform: translateY(-2px);
        }
.page-id-2249 #feedback-form-scoped .submit-btn:active {
            transform: translateY(0);
        }
.page-id-2249 #feedback-form-scoped .date-field {
            display: flex;
            gap: 10px;
            align-items: center;
        }
.page-id-2249 #feedback-form-scoped .date-field input {
            width: 70px;
            text-align: center;
        }
.page-id-2249 #feedback-form-scoped textarea {
            min-height: 200px;
            resize: vertical;
            line-height: 1.6;
        }
.page-id-2249 #feedback-form-scoped .instructions {
            color: #666;
            font-size: 14px;
            margin-top: 8px;
            font-style: italic;
        }
.page-id-2249 #feedback-form-scoped .stamp-area {
            text-align: center;
            padding: 25px 15px;
            border: 2px dashed #cde4fa;
            background: var(--light-gray);
            border-radius: 8px;
            margin: 20px 0;
            transition: all 0.3s ease;
        }
.page-id-2249 #feedback-form-scoped .stamp-area:hover {
            border-color: var(--primary-color);
            background: #f0f7ff;
        }
.page-id-2249 #feedback-form-scoped .stamp-area p {
            font-size: 18px;
            color: var(--primary-color);
            font-weight: 600;
            margin-bottom: 8px;
        }
.page-id-2249 #feedback-form-scoped .stamp-area small {
            color: #7f9db7;
        }
.page-id-2249 #feedback-form-scoped .form-actions {
            display: flex;
            justify-content: flex-end;
            gap: 15px;
        }
.page-id-2249 #feedback-form-scoped .notification {
            position: fixed;
            top: 30px;
            right: 30px;
            padding: 18px 25px;
            border-radius: 8px;
            background: var(--success-color);
            color: white;
            font-weight: 600;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
            display: flex;
            align-items: center;
            gap: 12px;
            transform: translateX(150%);
            transition: transform 0.4s ease;
            z-index: 1000;
        }
.page-id-2249 #feedback-form-scoped .notification.show {
            transform: translateX(0);
        }
.page-id-2249 #feedback-form-scoped .notification.error {
            background: var(--danger-color);
        }
@media (max-width: 768px) {
.page-id-2249 #feedback-form-scoped .form-group {
                flex: 0 0 100%;
            }
.page-id-2249 #feedback-form-scoped .radio-columns {
                flex-direction: column;
            }
.page-id-2249 #feedback-form-scoped .form-row {
                padding: 15px 10px;
            }
.page-id-2249 #feedback-form-scoped .form-body {
                padding: 25px 15px;
            }
.page-id-2249 #feedback-form-scoped .form-footer {
                flex-direction: column;
                gap: 20px;
                text-align: center;
            }
.page-id-2249 #feedback-form-scoped .form-actions {
                width: 100%;
                justify-content: center;
            }
}
