/* Public Site Template V1 panel and widget ownership. */
.portal-home { display: grid; gap: 16px; }
.portal-home > .hds-section-header, .portal-home > div > .hds-section-header { border: 1px solid #bed0df; border-radius: 7px; background: #e6eff6; }
.portal-home__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.portal-home .hds-card, .site-widget-stack .hds-card, .site-widget-stack .hds-property-list { border-color: #c5d3de; border-radius: 6px; background: #fff; box-shadow: 0 2px 8px rgba(29, 59, 82, .06); }
.portal-home .hds-card__header, .site-widget-stack .hds-card__header { background: #e8f0f6; border-bottom-color: #c5d3de; }
.portal-home__activity { overflow: hidden; border: 1px solid #c5d3de; border-radius: 6px; background: #fff; }
.portal-home__activity .hds-section-header { border: 0; border-bottom: 1px solid #c5d3de; border-radius: 0; background: #dceaf4; }
.portal-home__activity-list article { display: grid; grid-template-columns: minmax(150px, .35fr) minmax(0, 1fr); gap: 18px; padding: 13px 16px; border-bottom: 1px solid #e1e8ed; }
.portal-home__activity-list article:last-child { border-bottom: 0; }
.portal-home__activity-list span { color: #536a7c; }
.site-widget-stack { display: grid; gap: 14px; }
.site-widget-stack__badge { text-align: center; }
@media (max-width: 980px) { .portal-home__grid { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 560px) { .portal-home__activity-list article { grid-template-columns: minmax(0, 1fr); gap: 4px; } }
