
body {
    max-width: 960px;
    margin:0 auto;
}


._qrcodeimg  img {
	width: 48px;
	height: 48px;
}

a._qrcodeimg {
    /* float: right; */
    border-left: 1px solid #888;
    /* padding: 0 12px; */
}

.hide {
    display: none;
}

.card {
            background: white;
            border-radius: 12px;
            padding: 24px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        h2 {
            margin-top: 0;
            color: #333;
        }
        .domain {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #eee;
        }
        .info-row {
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
            border-bottom: 1px solid #f0f0f0;
        }
        .label {
            font-weight: 600;
            color: #666;
        }
        .value {
            font-family: monospace;
            color: #333;
        }
        .status-valid {
            color: #2e7d32;
            font-weight: 600;
        }
        .status-warning {
            color: #ed6c02;
            font-weight: 600;
        }
        .status-expired {
            color: #d32f2f;
            font-weight: 600;
        }
        .loading {
            text-align: center;
            padding: 40px;
            color: #666;
        }
        .error {
            background: #ffebee;
            color: #c62828;
            padding: 15px;
            border-radius: 8px;
            margin-top: 15px;
        }
        .footer {
            margin-top: 20px;
            font-size: 12px;
            color: #999;
            text-align: center;
        }
