/* IWK Member Section – dezentes Front-End-Styling (am Theme orientiert) */

.iwk-ms {
	margin: 0 0 1.25em;
	font-size: 0.95rem;
}

/* Hinweise / Rückmeldungen */
.iwk-ms-notice {
	padding: 0.75em 1em;
	border-radius: 6px;
	border: 1px solid transparent;
	margin-bottom: 1em;
}
.iwk-ms-notice-success {
	background: #e7f6ec;
	border-color: #b6e0c4;
	color: #1d6b39;
}
.iwk-ms-notice-error {
	background: #fdecec;
	border-color: #f3c2c2;
	color: #9a2222;
}
.iwk-ms-login-hint {
	padding: 0.75em 1em;
	background: #f4f4f5;
	border: 1px dashed #cfcfd4;
	border-radius: 6px;
	color: #555;
}

/* Upload-Formular */
.iwk-ms-upload-form .iwk-ms-field {
	margin: 0 0 0.85em;
}
.iwk-ms-upload-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.25em;
}
.iwk-ms-upload-form input[type="text"] {
	width: 100%;
	max-width: 480px;
	padding: 0.5em 0.65em;
	border: 1px solid #cfcfd4;
	border-radius: 6px;
	box-sizing: border-box;
}
.iwk-ms-required {
	color: #c0392b;
}
.iwk-ms-hint {
	font-size: 0.85em;
	color: #777;
	margin: 0 0 0.85em;
}

/* Buttons */
.iwk-ms-button {
	display: inline-block;
	padding: 0.55em 1.1em;
	background: #2a6df4;
	color: #fff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	text-decoration: none;
	font-size: 0.9rem;
	line-height: 1.2;
}
.iwk-ms-button:hover {
	background: #1c57cf;
	color: #fff;
}
.iwk-ms-button-small {
	padding: 0.35em 0.75em;
	font-size: 0.82rem;
}
.iwk-ms-button-danger {
	background: #c0392b;
}
.iwk-ms-button-danger:hover {
	background: #a02a1e;
}

/* Dokumentliste */
.iwk-ms-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}
.iwk-ms-table th,
.iwk-ms-table td {
	text-align: left;
	padding: 0.6em 0.75em;
	border-bottom: 1px solid #ececf0;
	vertical-align: middle;
}
.iwk-ms-table thead th {
	border-bottom: 2px solid #d9d9df;
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #666;
}
.iwk-ms-table tbody tr:hover {
	background: #fafafb;
}
.iwk-ms-doc-link {
	font-weight: 600;
	text-decoration: none;
}
.iwk-ms-ext {
	font-size: 0.72rem;
	background: #eef0f5;
	color: #555;
	padding: 0.1em 0.45em;
	border-radius: 4px;
	margin-left: 0.35em;
	vertical-align: middle;
}
.iwk-ms-col-actions {
	white-space: nowrap;
}
.iwk-ms-col-size {
	white-space: nowrap;
	color: #555;
}
.iwk-ms-delete-form {
	display: inline-block;
	margin: 0 0 0 0.35em;
}
.iwk-ms-empty {
	color: #777;
	font-style: italic;
}

/* Responsive: schmale Spalten auf Mobil ausblenden */
@media (max-width: 600px) {
	.iwk-ms-col-user,
	.iwk-ms-col-size {
		display: none;
	}
}
