.activity-report-page {
    max-width: 1100px;
    margin: 0 auto;
}

.activity-report-card {
    margin-bottom: 40px;
    padding: 4px 30px;
}

.activity-report-header h2 {
    margin-bottom: 6px;
}

.activity-report-timestamp {
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 20px;
}
body.single-activity .softform-frame {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
border-top:0;
border-bottom:0;
}

.activity-browse-frame {
  max-width: 1200px;
  margin: 28px auto 0;
  border-radius: 16px;
}
body.single-activity .activity-context-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 32px;
  align-items: start;
  padding: 4px 28px;
}

.activity-report-section {
    margin-top: 28px;
}

.activity-report-text {
    max-width: 920px;
    margin: 0 auto 24px;
    line-height: 1.65;
}



.activity-report-text p {
    margin-bottom: 14px;
}



/* =========================================================
   HOME PAGE — PHOTOS FROM RECENT ACTIVITIES
   ========================================================= */

.recent-activity-photo-paper {
    margin: 2rem 0;
    padding: clamp(1rem, 2vw, 1.5rem);
}

.recent-activity-photo-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.recent-activity-photo-heading {
    margin: 0;
}

.recent-activity-photo-all {
    flex: 0 0 auto;
    font-weight: 600;
    text-decoration: none;
}

.recent-activity-photo-all:hover,
.recent-activity-photo-all:focus-visible {
    text-decoration: underline;
}


