.page-online-meta-checking {}
	
	.page-online-meta-checking .form {}
		
		.page-online-meta-checking .form .check {
			height: 40px;
			width: 160px;
			background: #d7662c;
			color: #fff;
			border: none;
			font-size: 14px;
			border-radius: 2px;
		}
		
		.page-online-meta-checking .form .url {
			height: 40px;
			width: calc(100% - 176px);
			padding: 8px;
			border: 1px solid #d0d0d0;
			border-radius: 2px;
		}
		
		.page-online-meta-checking .form .field {
			line-height: 16px;
		}
		
	.page-online-meta-checking .result {}
		
		.page-online-meta-checking .result .field:not(:last-child) {
			margin-bottom: 24px;
		}
			
			.page-online-meta-checking .result .field .meta-name {
				font-weight: 600;
				font-size: 15px;
			}
			
			.page-online-meta-checking .result .field .status .svg {
				fill: #92b32d;
			}
				.page-online-meta-checking .result .field .status.error .svg {
					fill: #ff4e42;
				}