/**
 * Chain hours frontend styles. Loaded only on chain posts via
 * whathours_chain_enqueue_css() in inc/chain-hours-render.php.
 */

.wh-quick-answer{font-size:1.1em;font-weight:600;margin:1em 0;padding:.8em 1em;background:#f7f7f7;border-left:3px solid #333}
.wh-featured{display:block;margin:1.5em auto;max-width:320px;height:auto}
.wh-secondary{display:block;margin:1.5em auto;max-width:320px;height:auto}
.wh-table{width:100%;border-collapse:collapse;margin:1em 0;font-size:.95em}
.wh-table th,.wh-table td{border:1px solid #ddd;padding:8px 10px;text-align:left;vertical-align:top}
.wh-table thead th{background:#f7f7f7}
.wh-table tbody tr:nth-child(even){background:#fafafa}
.wh-corporate-phone{margin:1.5em 0;padding:.6em .9em;background:#f7f7f7;border-left:3px solid #888;font-size:.95em}
.wh-corporate-phone a{text-decoration:none;font-weight:600}
.wh-verified{color:#666;margin-top:1.5em}
.wh-disclaimer{color:#555;font-size:.9em;margin-top:1em}

@media (max-width:600px){
	.wh-table{font-size:.95em;border:0}
	.wh-table thead{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
	.wh-table tbody tr,.wh-table tbody tr:nth-child(even){display:block;margin:0 0 12px;border:1px solid #ddd;border-radius:4px;background:#fff;padding:4px 0}
	.wh-table td{display:block;border:0;border-bottom:1px solid #f0f0f0;padding:7px 12px 7px 42%;text-align:right;position:relative;min-height:1.4em}
	.wh-table td:last-child{border-bottom:0}
	.wh-table td:empty{display:none}
	.wh-table td::before{content:attr(data-label);position:absolute;left:12px;top:7px;font-weight:600;color:#444;text-align:left;width:38%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}
