/**
Theme Name: NOSUN Child
Author: NOSUN GmbH
Author URI: https://no-sun.com
Description: Child-Theme of NOSUN Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nosun-child
Template: nosun
*/

/* Child Theme Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

span.ns-lageplan-beschreibung p {
	padding: 0 !important;
	margin: 0;
}


.opening-hours {
	border-collapse: collapse;
	width: fit-content;
}

.opening-hours td {
	padding: 4px 12px 4px 0;
}

.opening-hours td:first-child {
	font-weight: 600;
	min-width: 120px;
}

.opening-hours tr:not(:last-child) td {
	border-bottom: 1px solid #eee;
}