/*
Theme Name: MAFA Portal (Child)
Theme URI: https://example.com/
Description: Child theme for the MAFA ÅF portal subsite.
Author: MAFA
Version: 0.2.0
Template: mafa
Text Domain: mafa
*/

/* Portal-specific minimal styles */
/* Document table is now handled by the document-table block in the main theme */

/* Only keep essential portal-specific styles that don't conflict with the block */
.mafa-portal--locked .mafa-portal__card {
  text-align: center;
  padding: 2rem;
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}