/*!
Theme Name: Ecomfast Partners
Theme URI: https://schoongedaan.bytevision.nl
Template: Ecomfast
Author: Schoongedaan
Description: Child theme van Ecomfast voor het Schoongedaan-partnerprogramma. Voegt het /partners/-gedeelte toe zonder het moederthema te wijzigen.
Version: 0.1.0
Text Domain: ecomfast-partners
*/

/* ----------------------------------------------------------------------------
 * Partner-gedeelte (/partners/)
 * De basisopmaak komt van het moederthema Ecomfast. Hieronder alleen de
 * aanvullende styling die specifiek is voor de partnerpagina's.
 * ------------------------------------------------------------------------- */

.sg-partners {
	max-width: 960px;
	margin: 0 auto;
	padding: 2rem 1rem 3rem;
}

.sg-partners__intro {
	margin-bottom: 2rem;
}

.sg-partners__notice {
	padding: 1.25rem 1.5rem;
	border: 1px solid #d7e3e0;
	border-left: 4px solid #5aa69a;
	border-radius: 6px;
	background: #f2f8f6;
}

.sg-partners__actions {
	margin-top: 1.5rem;
}

.sg-partners__actions .button {
	margin-right: .5rem;
}

/* Dashboard */
.sg-dashboard section {
	margin: 2rem 0;
}

.sg-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 1rem;
}

.sg-card {
	display: flex;
	flex-direction: column;
	gap: .35rem;
	padding: 1.25rem;
	border: 1px solid #d7e3e0;
	border-radius: 8px;
	background: #fff;
}

.sg-card__label {
	font-size: .85rem;
	color: #5f6b68;
}

.sg-card__value {
	font-size: 1.6rem;
	font-weight: 700;
	color: #1f3d38;
}

.sg-table {
	width: 100%;
	border-collapse: collapse;
}

.sg-table th,
.sg-table td {
	text-align: left;
	padding: .6rem .75rem;
	border-bottom: 1px solid #e5ebe9;
}

.sg-table thead th {
	background: #f2f8f6;
}
