/* Account nav icon — fa-certificate (Font Awesome 6 Pro Solid) */
.woocommerce-MyAccount-navigation-link--commercial-customer a::before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: "\f0a3";
	margin-right: 10px;
	width: 20px;
	text-align: center;
}

.r55-wcc-panel h2 {
	margin-top: 0;
}

.r55-wcc-flash {
	padding: 12px 16px;
	border-radius: 4px;
	margin-bottom: 16px;
	border: 1px solid transparent;
}

.r55-wcc-flash--success {
	background: #e6f4ea;
	border-color: #b7dfc1;
	color: #1e6b34;
}

.r55-wcc-flash--error {
	background: #fdecea;
	border-color: #f5c2c0;
	color: #a72020;
}

.r55-wcc-status-banner {
	padding: 16px;
	border-radius: 4px;
	margin-bottom: 20px;
	border-left: 4px solid;
}

.r55-wcc-status-banner strong {
	display: block;
	font-size: 1.1em;
	margin-bottom: 4px;
}

.r55-wcc-status-banner--pending {
	background: #fff8e1;
	border-color: #f5b014;
	color: #6a4b00;
}

.r55-wcc-status-banner--approved {
	background: #e6f4ea;
	border-color: #1e8e3e;
	color: #1e6b34;
}

.r55-wcc-status-banner--denied {
	background: #fdecea;
	border-color: #d93025;
	color: #a72020;
}

.r55-wcc-reason {
	margin-top: 12px;
	padding: 8px 12px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 3px;
}

.r55-wcc-doc-list {
	margin: 0 0 12px;
	padding-left: 18px;
}

.r55-wcc-form .form-row {
	margin-bottom: 16px;
}

.r55-wcc-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.r55-wcc-form input[type="text"] {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.r55-wcc-form small {
	display: block;
	color: #666;
	margin-top: 4px;
}

/* Admin-editable instructions block */
.r55-wcc-instructions {
	margin-bottom: 16px;
}

.r55-wcc-instructions p:last-child {
	margin-bottom: 0;
}

/* Uploader (FilePond brings its own styles; we only style the label + spacing) */
.r55-wcc-uploader > label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}


/* Doc preview modal */
.r55-wcc-doc-modal .modal-body {
	min-height: 200px;
	background: #f6f7f7;
}

.r55-wcc-doc-modal .modal-body img {
	max-height: 80vh;
}

.r55-wcc-doc-pdf {
	width: 100%;
	height: 80vh;
	border: 0;
	display: block;
}
