Toggle menu
648
116
71
6.9K
Landrace.Wiki - The Landrace Cannabis Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:PortalCurrentEvents/styles.css: Difference between revisions

Template page
No edit summary
Undo revision 3571 by Eloise Zomia (talk)
Tag: Undo
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* ============================================ */
/* ============================================ */
/* CURRENT EVENTS PORTAL - QUERY DRIVEN VERSION */
/* CURRENT EVENTS PORTAL STYLES                */
/* Template:PortalCurrentEvents/styles.css      */
/* ============================================ */
/* ============================================ */


/* WRAPPER & HEADER */
 
/* -------------------------------------------- */
/* WRAPPER & HEADER                             */
/* -------------------------------------------- */
 
.portal-events-wrapper {
.portal-events-wrapper {
     max-width: 1400px;
     max-width: 1400px;
Line 12: Line 17:
.portal-events-header {
.portal-events-header {
     background: linear-gradient(135deg, #f7faf6 0%, #eef4ea 100%);
     background: linear-gradient(135deg, #f7faf6 0%, #eef4ea 100%);
    border: 1px solid #c5d2c0;
     border-radius: 12px;
     border-radius: 12px;
    border: 1px solid #c5d2c0;
     padding: 1.2rem 1.5rem;
     padding: 1.2rem 1.5rem;
     margin-bottom: 1.25rem;
     margin-bottom: 1.25rem;
Line 32: Line 37:
}
}


/* ============================================ */
 
/* CALENDAR NAVIGATION - SIDEBAR MINI VERSION */
/* -------------------------------------------- */
/* ============================================ */
/* LAYOUT GRID                                  */
/* -------------------------------------------- */
 
.portal-events-grid {
    display: grid;
    grid-template-columns: 60% 38%;
    gap: 2%;
    align-items: start;
}
 
.portal-events-feed {
display: flex;
flex-direction: column;
gap: 0.1rem;
}
 
.portal-events-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: sticky;
    top: 1rem;
}
 
.sidebar-source {
    font-size: 0.75rem;
    color: #5a6650;
    margin-top: 0.4rem;
}
 
.sidebar-source a {
    color: #3a5228;
    text-decoration: none;
}
 
.sidebar-source a:hover {
    text-decoration: underline;
}
 
 
/* -------------------------------------------- */
/* CALENDAR WIDGET                              */
/* -------------------------------------------- */


.portal-events-calendar {
.portal-events-calendar {
Line 41: Line 88:
     border-radius: 8px;
     border-radius: 8px;
     padding: 0.45rem 0.55rem;
     padding: 0.45rem 0.55rem;
    margin-bottom: 1.25rem;
     box-shadow: 0 1px 2px rgba(0,0,0,0.03);
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
}


/* Month Navigation */
.calendar-month-nav {
.calendar-month-nav {
     display: flex;
     display: flex;
Line 79: Line 124:


.calendar-nav-link a {
.calendar-nav-link a {
     color: #3a4a2e;
     color: inherit;
     text-decoration: none;
     text-decoration: none;
}
}
Line 91: Line 136:
}
}


/* Weekday Headers */
.calendar-week-headers {
.calendar-week-headers {
     display: grid;
     display: grid;
Line 109: Line 153:
}
}


/* Month Grid */
.calendar-month-grid {
.calendar-month-grid {
     display: grid;
     display: grid;
Line 162: Line 205:
     background: #4a6337;
     background: #4a6337;
     transform: translateY(-1px);
     transform: translateY(-1px);
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
     box-shadow: 0 1px 2px rgba(0,0,0,0.12);
}
}


Line 177: Line 220:
     background: #5b7a45;
     background: #5b7a45;
     border: 2px solid #d4842f;
     border: 2px solid #d4842f;
     box-shadow: 0 0 0 2px rgba(212, 132, 47, 0.12);
     box-shadow: 0 0 0 2px rgba(212,132,47,0.12);
}
}


Line 197: Line 240:
     width: 2px;
     width: 2px;
     height: 2px;
     height: 2px;
     background: rgba(255, 255, 255, 0.85);
     background: rgba(255,255,255,0.85);
     border-radius: 50%;
     border-radius: 50%;
}
}
Line 222: Line 265:
}
}


/* ============================================ */
/* Dot under days with events (TemplateStyles-safe) */
/* TWO-COLUMN GRID */
.portal-events-calendar .calendar-day.has-events {
/* ============================================ */
  position: relative;
}
 
.portal-events-calendar .calendar-day.has-events::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
 
  width: 6px;
  height: 6px;
  margin-left: -3px;  /* centers without transform */
 
  border-radius: 50%;
  background: currentColor;
  opacity: 0.7;
}


.portal-events-grid {
/* Optional: make it pop on today */
    display: grid;
.portal-events-calendar .calendar-day.today.has-events::after {
    grid-template-columns: 60% 38%;
  opacity: 1;
    gap: 2%;
}
}


/* ============================================ */
/* LEFT COLUMN: CHRONOLOGICAL FEED */
/* ============================================ */


.portal-events-feed {
/* -------------------------------------------- */
    display: flex;
/* SIDEBAR CARDS                                */
    flex-direction: column;
/* -------------------------------------------- */
    gap: 1.25rem;
}


/* DAY CARD */
.sidebar-card {
.day-card {
     background: #ffffff;
     background: #ffffff;
     border: 1px solid #d2ddce;
     border: 1px solid #d2ddce;
     border-radius: 10px;
     border-radius: 10px;
     overflow: hidden;
     overflow: hidden;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
     box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}
}


.day-header {
.sidebar-title {
     background: linear-gradient(135deg, #3a5228 0%, #2d4120 100%);
     font-size: 1rem;
     padding: 0.9rem 1.25rem;
    font-weight: 700;
    color: #ffffff;
     padding: 0.85rem 1.1rem;
    margin: 0;
     display: flex;
     display: flex;
    justify-content: space-between;
     align-items: center;
     align-items: center;
    gap: 0.5rem;
}
}


.day-date {
.sidebar-icon {
     font-size: 1.1rem;
     font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
}
}


.day-count {
.sidebar-ongoing .sidebar-title {
    font-size: 0.85rem;
     background: linear-gradient(135deg, #6a5b86 0%, #54486b 100%);
    color: #b8d4a8;
}
     background: rgba(255, 255, 255, 0.15);
 
    padding: 0.25rem 0.7rem;
.sidebar-enforcement .sidebar-title {
     border-radius: 12px;
     background: linear-gradient(135deg, #c75b3c 0%, #a84a2f 100%);
}
}


.day-events {
.sidebar-fieldwork .sidebar-title {
     padding: 1rem 1.25rem 1.25rem;
     background: linear-gradient(135deg, #4a7c9d 0%, #3a6379 100%);
}
}


/* EVENT ITEM */
.sidebar-policy .sidebar-title {
.event-item {
     background: linear-gradient(135deg, #5b7a45 0%, #4a6337 100%);
     padding: 1rem;
    margin-bottom: 1rem;
    border-left: 4px solid #d2ddce;
    background: #fafbf9;
    border-radius: 6px;
}
}


.event-item:last-child {
.sidebar-list {
     margin-bottom: 0;
     padding: 0.7rem 1.1rem 0.9rem;
}
}


/* Event Type Color Coding */
.sidebar-item {
.event-policy {
     padding: 0.65rem 0;
     border-left-color: #5b7a45;
     border-bottom: 1px solid #e8ede5;
     background: #f7faf5;
}
}


.event-enforcement {
.sidebar-item:last-child {
     border-left-color: #c75b3c;
     border-bottom: none;
    background: #fef7f5;
}
}


.event-fieldwork {
.sidebar-date {
     border-left-color: #4a7c9d;
     font-size: 0.75rem;
     background: #f5f9fb;
    color: #5a6650;
    font-weight: 700;
     margin-bottom: 0.3rem;
}
}


.event-research {
.sidebar-region {
     border-left-color: #7a6c3a;
     font-size: 0.85rem;
     background: #fbf9f2;
    color: #26351a;
    font-weight: 700;
     margin-bottom: 0.1rem;
}
}


.event-community {
.sidebar-headline {
     border-left-color: #6a5b86;
     font-size: 0.9rem;
     background: #f7f5fb;
    font-weight: 600;
    line-height: 1.4;
    margin: 0.3rem 0;
     color: #1a2612;
}
}


.event-meta {
.sidebar-status {
     display: flex;
     font-size: 0.75rem;
     gap: 0.6rem;
     color: #5a6650;
     margin-bottom: 0.5rem;
     margin-bottom: 0.3rem;
    align-items: center;
    flex-wrap: wrap;
}
}


.event-tag {
.sidebar-source-btn {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.4rem 0.75rem;
    background: #ffffff;
    border: 1px solid #2d6a4f;
    border-radius: 5px;
    color: #2d6a4f;
     font-size: 0.75rem;
     font-size: 0.75rem;
     font-weight: 600;
     font-weight: 600;
     text-transform: uppercase;
     text-decoration: none;
     letter-spacing: 0.05em;
     transition: all 0.2s ease;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
}
}


.tag-policy { background: #5b7a45; color: #ffffff; }
.sidebar-source-btn:hover {
.tag-enforcement { background: #c75b3c; color: #ffffff; }
    background: rgba(45, 106, 79, 0.05);
.tag-fieldwork { background: #4a7c9d; color: #ffffff; }
    border-color: #245a42;
.tag-research { background: #7a6c3a; color: #ffffff; }
    color: #245a42;
.tag-community { background: #6a5b86; color: #ffffff; }
}


.event-region {
.sidebar-source-btn a {
    font-size: 0.8rem;
     color: inherit !important;
     color: #5a6650;
     text-decoration: none !important;
     font-weight: 500;
}
}


.event-title {
.sidebar-link {
     font-size: 1rem;
     font-size: 0.85rem;
    font-weight: 600;
     color: #3a4a2e;
     color: #26351a;
    margin-bottom: 0.5rem;
     line-height: 1.4;
     line-height: 1.4;
}
}


.event-body {
.sidebar-link a {
     font-size: 0.9rem;
     color: #3a5228;
     color: #3a4a2e;
     text-decoration: none;
    line-height: 1.6;
}
     margin-bottom: 0.6rem;
 
.sidebar-link a:hover {
     text-decoration: underline;
}
}


.event-links {
.sidebar-footer {
     font-size: 0.8rem;
     padding: 0.65rem 1.1rem;
     color: #5a6650;
     background: #f7faf6;
    padding-top: 0.5rem;
     border-top: 1px solid #e8ede5;
     border-top: 1px solid #e8ede5;
    font-size: 0.85rem;
}
}


.event-links a {
.sidebar-footer a {
     color: #3a5228;
     color: #3a5228;
     text-decoration: none;
     text-decoration: none;
    font-weight: 600;
}
}


.event-links a:hover {
.sidebar-footer a:hover {
     text-decoration: underline;
     text-decoration: underline;
}
}


/* ============================================ */
/* RIGHT COLUMN: SIDEBAR */
/* ============================================ */


.portal-events-sidebar {
/* -------------------------------------------- */
    display: flex;
/* NEWS CARDS (FEED ITEMS)                      */
    flex-direction: column;
/* -------------------------------------------- */
    gap: 1.25rem;
}


.sidebar-card {
.news-card {
     background: #ffffff;
     background: #ffffff;
     border: 1px solid #d2ddce;
     border: 1px solid #e1e6df;
     border-radius: 10px;
     border-radius: 8px;
    position: relative;
     overflow: hidden;
     overflow: hidden;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
     transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
}
}


.sidebar-title {
.news-card::before {
     font-size: 1rem;
    content: '';
     font-weight: 600;
    position: absolute;
     color: #ffffff;
    left: 0;
     padding: 0.9rem 1.25rem;
    top: 0;
     margin: 0;
    bottom: 0;
    width: 4px;
    background: #d2ddce;
}
 
.news-card:hover {
     border-color: #c5d2c0;
     box-shadow: 0 3px 10px rgba(0,0,0,0.07);
     transform: translateY(-1px);
}
 
.news-card--policy::before {
    background: #5b7a45;
}
 
.news-card--enforcement::before {
     background: #c75b3c;
}
 
.news-card--fieldwork::before {
    background: #4a7c9d;
}
 
.news-card--research::before {
    background: #7a6c3a;
}
 
.news-card--community::before {
     background: #6a5b86;
}
 
.news-card__header {
     display: flex;
     display: flex;
     align-items: center;
     align-items: center;
     gap: 0.5rem;
    justify-content: space-between;
     gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: #fafbf9;
    border-bottom: 1px solid #eff3ed;
}
 
.news-card__date {
    font-size: 0.75rem;
    font-weight: 700;
    color: #55624d;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
 
.news-card__category-badge {
    font-size: 0.6rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    color: #ffffff;
    line-height: 1;
}
}


.sidebar-icon { font-size: 1.1rem; }
.news-card__category-badge--policy,
.news-card--policy .news-card__category-badge {
    background: #5b7a45;
}


/* Sidebar Card Type Styling */
.news-card__category-badge--enforcement,
.sidebar-ongoing .sidebar-title {
.news-card--enforcement .news-card__category-badge {
     background: linear-gradient(135deg, #6a5b86 0%, #54486b 100%);
     background: #c75b3c;
}
 
.news-card__category-badge--fieldwork,
.news-card--fieldwork .news-card__category-badge {
    background: #4a7c9d;
}
}


.sidebar-enforcement .sidebar-title {
.news-card__category-badge--research,
     background: linear-gradient(135deg, #c75b3c 0%, #a84a2f 100%);
.news-card--research .news-card__category-badge {
     background: #7a6c3a;
}
}


.sidebar-fieldwork .sidebar-title {
.news-card__category-badge--community,
     background: linear-gradient(135deg, #4a7c9d 0%, #3a6379 100%);
.news-card--community .news-card__category-badge {
     background: #6a5b86;
}
}


.sidebar-policy .sidebar-title {
.news-card__region {
     background: linear-gradient(135deg, #5b7a45 0%, #4a6337 100%);
     padding: 0.45rem 1rem 0;
    font-size: 0.78rem;
    color: #7a8472;
    font-weight: 500;
    font-style: italic;
}
}


.sidebar-list {
.news-card__title {
     padding: 0.75rem 1.25rem 1rem;
     padding: 0.55rem 1rem 0.2rem;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.45;
    color: #1a2612;
    margin: 0;
}
}


.sidebar-item {
.news-card__title a {
     padding: 0.75rem 0;
     color: inherit;
     border-bottom: 1px solid #e8ede5;
     text-decoration: none;
}
}


.sidebar-item:last-child { border-bottom: none; }
.news-card__title a:hover {
    text-decoration: underline;
}


.sidebar-date {
.news-card__summary {
     font-size: 0.75rem;
     padding: 0.2rem 1rem 0.85rem;
     color: #5a6650;
     font-size: 0.92rem;
     font-weight: 600;
     line-height: 1.6;
     margin-bottom: 0.25rem;
     color: #34402d;
}
}


.sidebar-region {
.news-card__footer {
     font-size: 0.85rem;
     padding: 0.6rem 1rem 0.7rem;
     color: #26351a;
    border-top: 1px solid #eff3ed;
     font-weight: 600;
     background: #fafbf9;
     margin-bottom: 0.15rem;
    display: flex;
     gap: 10px;
     flex-wrap: wrap;
}
}


.sidebar-status {
.news-card__links {
     font-size: 0.75rem;
     font-size: 0.8rem;
     color: #5a6650;
     color: #5a6650;
    margin-bottom: 0.35rem;
}
}


.sidebar-link {
.news-card__links a {
     font-size: 0.85rem;
    color: #2f4a22;
     color: #3a4a2e;
    text-decoration: none;
     line-height: 1.4;
     font-weight: 700;
}
 
.news-card__links a:hover {
     color: #5b7a45;
     text-decoration: underline;
}
}


.sidebar-link a {
.news-card__btn {
     color: #3a5228;
     display: inline-block;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
     text-decoration: none;
     text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.news-card__btn a {
    color: inherit !important;
    text-decoration: none !important;
}
.news-card__btn--read {
    background: #2d6a4f;
    color: #fff !important;
    border-color: #2d6a4f;
}
}


.sidebar-link a:hover { text-decoration: underline; }
.news-card__btn--read:hover {
    background: #245a42;
    border-color: #245a42;
}


.sidebar-footer {
.news-card__btn--read a {
     padding: 0.75rem 1.25rem;
    color: #fff !important;
     background: #f7faf6;
}
     border-top: 1px solid #e8ede5;
 
     font-size: 0.85rem;
.news-card__btn--source {
     background: #fff;
    color: #2d6a4f;
    border-color: #2d6a4f;
}
 
.news-card__btn--source:hover {
    background: rgba(45, 106, 79, 0.05);
}
 
.news-card__btn--source a {
    color: #2d6a4f !important;
}
 
.news-card__btn--campaign {
     background: #2d6a4f;
    color: #fff !important;
     border-color: #2d6a4f;
}
 
.news-card__btn--campaign:hover {
    background: #245a42;
     border-color: #245a42;
}
 
.news-card__btn--campaign a {
    color: #fff !important;
}
 
.news-card__footer a {
    text-decoration: none;
}
}


.sidebar-footer a {
.news-card__footer a:hover {
    color: #3a5228;
     text-decoration: none;
     text-decoration: none;
    font-weight: 500;
}
}


.sidebar-footer a:hover { text-decoration: underline; }
.news-card + .news-card__footer {
    background: #fafbf9;
    border: 1px solid #e1e6df;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 0.6rem 1rem 0.7rem;
    margin-top: -8px;
    margin-bottom: 0.9rem;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
 


/* ============================================ */
/* -------------------------------------------- */
/* STORY EVENT PAGES */
/* STORY EVENT PAGES                           */
/* ============================================ */
/* -------------------------------------------- */


.story-card {
.story-card {
Line 556: Line 750:
}
}


/* ============================================ */
 
/* UPDATE / CONTRIBUTING BOX */
/* -------------------------------------------- */
/* ============================================ */
/* CONTRIBUTING GUIDELINES                      */
/* -------------------------------------------- */


.portal-events-guidelines {
.portal-events-guidelines {
Line 587: Line 782:
}
}


.guideline-item strong { color: #26351a; }
.guideline-item strong {
    color: #26351a;
}


.guidelines-footer-link {
.guidelines-footer-link {
     margin-top: 0.9rem;
     margin-top: 0.9rem;
     font-size: 0.9rem;
     font-size: 0.9rem;
     font-weight: 600;
     font-weight: 700;
}
}


Line 600: Line 797:
}
}


.guidelines-footer-link a:hover { text-decoration: underline; }
.guidelines-footer-link a:hover {
    text-decoration: underline;
}
 


/* ============================================ */
/* -------------------------------------------- */
/* RESPONSIVE DESIGN (MOBILE OPTIMIZED) */
/* RESPONSIVE BREAKPOINTS                      */
/* ============================================ */
/* -------------------------------------------- */


@media (max-width: 1100px) {
@media (max-width: 1100px) {
    .portal-events-grid {
        grid-template-columns: 1fr;
    }
   
    .portal-events-sidebar {
        position: static;
        top: auto;
    }
   
    .guidelines-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 850px) {
     .portal-events-grid {
     .portal-events-grid {
         grid-template-columns: 1fr;
         grid-template-columns: 1fr;
         gap: 1.25rem;
         gap: 1.25rem;
     }
     }
     .portal-events-sidebar { margin-top: 0; }
   
     .guidelines-grid { grid-template-columns: 1fr; }
     .portal-events-sidebar {
        position: static;
        top: auto;
     }
}
}


@media (max-width: 768px) {
@media (max-width: 768px) {
     .portal-events-wrapper { padding: 0 0.6rem; }
     .portal-events-wrapper {
        padding: 0 0.6rem;
    }
 
     .portal-events-header {
     .portal-events-header {
         padding: 0.85rem 1rem;
         padding: 0.85rem 1rem;
Line 622: Line 843:
         border-radius: 10px;
         border-radius: 10px;
     }
     }
     .portal-events-nav {
     .portal-events-nav {
         font-size: 0.8rem;
         font-size: 0.8rem;
Line 627: Line 849:
     }
     }


     .day-header {
     .news-card__header {
         flex-direction: column;
         flex-direction: column;
         align-items: flex-start;
         align-items: flex-start;
         gap: 0.35rem;
         gap: 0.4rem;
         padding: 0.8rem 1rem;
         padding: 0.7rem 0.9rem;
    }
   
    .news-card__region {
        padding: 0.4rem 0.9rem 0;
        font-size: 0.74rem;
    }
   
    .news-card__title {
        padding: 0.5rem 0.9rem 0.2rem;
        font-size: 0.98rem;
     }
     }
     .day-date { font-size: 1rem; }
      
     .day-count {
     .news-card__summary {
         font-size: 0.78rem;
         padding: 0.2rem 0.9rem 0.75rem;
         padding: 0.2rem 0.55rem;
         font-size: 0.88rem;
     }
     }
     .day-events { padding: 0.85rem 1rem 1rem; }
      
 
     .news-card__footer {
     .event-item {
         padding: 0.55rem 0.9rem 0.65rem;
         padding: 0.85rem;
        margin-bottom: 0.85rem;
     }
     }
    .event-title { font-size: 0.95rem; }
    .event-body { font-size: 0.88rem; line-height: 1.55; }
    .event-links { font-size: 0.78rem; }


     .sidebar-title {
     .sidebar-title {
Line 652: Line 879:
         font-size: 0.95rem;
         font-size: 0.95rem;
     }
     }
     .sidebar-list { padding: 0.6rem 1rem 0.85rem; }
   
     .sidebar-item { padding: 0.65rem 0; }
     .sidebar-list {
     .sidebar-link { font-size: 0.83rem; }
        padding: 0.6rem 1rem 0.85rem;
    }
   
     .sidebar-item {
        padding: 0.6rem 0;
    }
   
    .sidebar-headline {
        font-size: 0.88rem;
    }
   
    .sidebar-source-btn {
        font-size: 0.72rem;
        padding: 0.35rem 0.65rem;
    }
   
     .sidebar-link {
        font-size: 0.83rem;
    }
   
     .sidebar-footer {
     .sidebar-footer {
         padding: 0.6rem 1rem;
         padding: 0.6rem 1rem;
Line 662: Line 908:


@media (max-width: 600px) {
@media (max-width: 600px) {
    .day-card, .sidebar-card { border-radius: 8px; }
     .calendar-week-headers,
    .event-tag { font-size: 0.7rem; padding: 0.2rem 0.5rem; }
     .calendar-month-grid {
     .calendar-week-headers, .calendar-month-grid { gap: 0.16rem; }
         gap: 0.16rem;
     .calendar-month-grid { grid-auto-rows: 20px; }
    .calendar-day { height: 20px; font-size: 0.58rem; }
    .calendar-weekday { font-size: 0.5rem; }
    .calendar-archive-link { font-size: 0.63rem; }
}
 
@media (max-width: 480px) {
    .portal-events-wrapper { padding: 0 0.45rem; }
    .portal-events-header { padding: 0.75rem 0.85rem; }
    .day-header { padding: 0.7rem 0.85rem; }
    .day-events { padding: 0.75rem 0.85rem 0.9rem; }
    .event-item { padding: 0.75rem; }
    .event-title { font-size: 0.92rem; }
    .event-body { font-size: 0.86rem; }
    .sidebar-title { font-size: 0.9rem; }
 
    .calendar-month-nav {
        flex-wrap: wrap;
         row-gap: 0.3rem;
     }
     }
    .calendar-nav-link, .calendar-current-month {
        width: 100%;
        text-align: center;
    }
}
/* ============================================ */
/* NEWS CARD - PROFESSIONAL DESIGN */
/* ============================================ */
.news-card {
    background: #ffffff;
    border: 1px solid #e0e5df;
    border-radius: 2px;
    margin-bottom: 1.5rem;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    position: relative;
    overflow: hidden;
}
.news-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #d2ddce;
    transition: background 0.2s ease;
}
.news-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-color: #c5d2c0;
}
/* Category-specific accent colors */
.news-card--policy::before { background: #5b7a45; }
.news-card--enforcement::before { background: #c75b3c; }
.news-card--fieldwork::before { background: #4a7c9d; }
.news-card--research::before { background: #7a6c3a; }
.news-card--community::before { background: #6a5b86; }


/* Header Section */
     .calendar-month-grid {
.news-card__header {
         grid-auto-rows: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem 0.75rem;
    border-bottom: 1px solid #f0f3ee;
    gap: 1rem;
}
 
.news-card__date {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #5a6650;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
 
.news-card__category-badge {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
     letter-spacing: 0.08em;
    padding: 0.35rem 0.75rem;
    border-radius: 2px;
    color: #ffffff;
    white-space: nowrap;
}
 
.news-card__category-badge--policy { background: #5b7a45; }
.news-card__category-badge--enforcement { background: #c75b3c; }
.news-card__category-badge--fieldwork { background: #4a7c9d; }
.news-card__category-badge--research { background: #7a6c3a; }
.news-card__category-badge--community { background: #6a5b86; }
 
/* Region Label */
.news-card__region {
    padding: 0.5rem 1.25rem 0;
    font-size: 0.8125rem;
    color: #7a8472;
    font-weight: 500;
    font-style: italic;
}
 
/* Title */
.news-card__title {
    padding: 0.75rem 1.25rem;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.45;
    color: #1a2612;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
 
/* Summary */
.news-card__summary {
    padding: 0 1.25rem 1rem;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #3a4a2e;
}
 
/* Footer */
.news-card__footer {
    padding: 0.875rem 1.25rem 1rem;
    border-top: 1px solid #f0f3ee;
    background: #fafbf9;
}
 
.news-card__links {
    font-size: 0.8125rem;
    color: #5a6650;
}
 
.news-card__links a {
    color: #3a5228;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s ease;
}
 
.news-card__links a:hover {
    color: #5b7a45;
    text-decoration: underline;
}
 
/* Responsive Design */
@media (max-width: 768px) {
    .news-card__header {
        flex-direction: column;
         align-items: flex-start;
        gap: 0.5rem;
        padding: 0.875rem 1rem 0.625rem;
     }
     }
      
      
     .news-card__date {
     .calendar-day {
         font-size: 0.75rem;
        height: 20px;
         font-size: 0.58rem;
     }
     }
      
      
     .news-card__category-badge {
     .calendar-weekday {
         font-size: 0.625rem;
         font-size: 0.5rem;
        padding: 0.3rem 0.65rem;
     }
     }
      
      
     .news-card__region {
     .calendar-archive-link {
        padding: 0.4rem 1rem 0;
         font-size: 0.63rem;
         font-size: 0.75rem;
     }
     }
   
}
     .news-card__title {
 
         padding: 0.625rem 1rem;
@media (max-width: 480px) {
        font-size: 1rem;
     .portal-events-wrapper {
         padding: 0 0.45rem;
     }
     }
   
 
     .news-card__summary {
     .calendar-month-nav {
         padding: 0 1rem 0.875rem;
         flex-wrap: wrap;
         font-size: 0.875rem;
         row-gap: 0.3rem;
        line-height: 1.6;
     }
     }
      
      
     .news-card__footer {
     .calendar-nav-link,
         padding: 0.75rem 1rem 0.875rem;
    .calendar-current-month {
    }
         width: 100%;
   
         text-align: center;
    .news-card__links {
         font-size: 0.75rem;
     }
     }
}
}

Latest revision as of 17:17, 1 March 2026

/* ============================================ */
/* CURRENT EVENTS PORTAL STYLES                 */
/* Template:PortalCurrentEvents/styles.css      */
/* ============================================ */


/* -------------------------------------------- */
/* WRAPPER & HEADER                             */
/* -------------------------------------------- */

.portal-events-wrapper {
    max-width: 1400px;
    margin: 0 auto 2rem;
    padding: 0 1rem;
}

.portal-events-header {
    background: linear-gradient(135deg, #f7faf6 0%, #eef4ea 100%);
    border: 1px solid #c5d2c0;
    border-radius: 12px;
    padding: 1.2rem 1.5rem;
    margin-bottom: 1.25rem;
}

.portal-events-nav {
    font-size: 0.85rem;
    color: #4b5f3c;
}

.portal-events-nav a {
    color: #324625;
    text-decoration: none;
}

.portal-events-nav a:hover {
    text-decoration: underline;
}


/* -------------------------------------------- */
/* LAYOUT GRID                                  */
/* -------------------------------------------- */

.portal-events-grid {
    display: grid;
    grid-template-columns: 60% 38%;
    gap: 2%;
    align-items: start;
}

.portal-events-feed {
display: flex;
flex-direction: column;
gap: 0.1rem;
}

.portal-events-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: sticky;
    top: 1rem;
}

.sidebar-source {
    font-size: 0.75rem;
    color: #5a6650;
    margin-top: 0.4rem;
}

.sidebar-source a {
    color: #3a5228;
    text-decoration: none;
}

.sidebar-source a:hover {
    text-decoration: underline;
}


/* -------------------------------------------- */
/* CALENDAR WIDGET                              */
/* -------------------------------------------- */

.portal-events-calendar {
    background: #ffffff;
    border: 1px solid #d2ddce;
    border-radius: 8px;
    padding: 0.45rem 0.55rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}

.calendar-month-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.35rem;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid #e8ede5;
}

.calendar-current-month {
    font-size: 0.75rem;
    font-weight: 700;
    color: #26351a;
    white-space: nowrap;
}

.calendar-nav-link {
    display: inline-block;
    background: #f0f5ed;
    border: 1px solid #d2ddce;
    border-radius: 4px;
    padding: 0.15rem 0.35rem;
    font-size: 0.68rem;
    color: #3a4a2e;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
    transition: background 0.2s;
    white-space: nowrap;
}

.calendar-nav-link a {
    color: inherit;
    text-decoration: none;
}

.calendar-nav-link:hover {
    background: #e3ebe0;
}

.calendar-nav-disabled {
    opacity: 0.45;
}

.calendar-week-headers {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.18rem;
    margin-bottom: 0.18rem;
}

.calendar-weekday {
    text-align: center;
    font-size: 0.52rem;
    font-weight: 700;
    color: #5a6650;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.05rem 0;
}

.calendar-month-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.18rem;
    margin-bottom: 0.35rem;
    grid-auto-rows: 22px;
}

.calendar-day {
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafbf9;
    border: 1px solid #e8ede5;
    border-radius: 3px;
    font-size: 0.6rem;
    font-weight: 600;
    color: #7a8472;
    transition: all 0.15s;
    position: relative;
    padding: 0;
}

.calendar-day a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
}

.calendar-day.empty {
    background: transparent;
    border: none;
}

.calendar-day.has-events {
    background: #5b7a45;
    border-color: #4a6337;
}

.calendar-day.has-events a {
    color: #ffffff;
    font-weight: 700;
}

.calendar-day.has-events:hover {
    background: #4a6337;
    transform: translateY(-1px);
    box-shadow: 0 1px 2px rgba(0,0,0,0.12);
}

.calendar-day.today {
    border: 2px solid #d4842f;
    background: #fef9f3;
}

.calendar-day.today a {
    color: #d4842f;
}

.calendar-day.today.has-events {
    background: #5b7a45;
    border: 2px solid #d4842f;
    box-shadow: 0 0 0 2px rgba(212,132,47,0.12);
}

.calendar-day.today.has-events a {
    color: #ffffff;
}

.calendar-day:not(.has-events):not(.empty):hover {
    background: #f0f5ed;
    border-color: #d2ddce;
}

.calendar-day.has-events::after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 2px;
    background: rgba(255,255,255,0.85);
    border-radius: 50%;
}

.calendar-archive-link {
    text-align: center;
    font-size: 0.65rem;
    padding-top: 0.3rem;
    border-top: 1px solid #e8ede5;
    line-height: 1.3;
}

.calendar-archive-link a {
    color: #3a5228;
    text-decoration: none;
    padding: 0.1rem 0.2rem;
    border-radius: 3px;
    transition: background 0.2s;
}

.calendar-archive-link a:hover {
    background: #f0f5ed;
    text-decoration: underline;
}

/* Dot under days with events (TemplateStyles-safe) */
.portal-events-calendar .calendar-day.has-events {
  position: relative;
}

.portal-events-calendar .calendar-day.has-events::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;

  width: 6px;
  height: 6px;
  margin-left: -3px;   /* centers without transform */

  border-radius: 50%;
  background: currentColor;
  opacity: 0.7;
}

/* Optional: make it pop on today */
.portal-events-calendar .calendar-day.today.has-events::after {
  opacity: 1;
}


/* -------------------------------------------- */
/* SIDEBAR CARDS                                */
/* -------------------------------------------- */

.sidebar-card {
    background: #ffffff;
    border: 1px solid #d2ddce;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

.sidebar-title {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    padding: 0.85rem 1.1rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sidebar-icon {
    font-size: 1.1rem;
}

.sidebar-ongoing .sidebar-title {
    background: linear-gradient(135deg, #6a5b86 0%, #54486b 100%);
}

.sidebar-enforcement .sidebar-title {
    background: linear-gradient(135deg, #c75b3c 0%, #a84a2f 100%);
}

.sidebar-fieldwork .sidebar-title {
    background: linear-gradient(135deg, #4a7c9d 0%, #3a6379 100%);
}

.sidebar-policy .sidebar-title {
    background: linear-gradient(135deg, #5b7a45 0%, #4a6337 100%);
}

.sidebar-list {
    padding: 0.7rem 1.1rem 0.9rem;
}

.sidebar-item {
    padding: 0.65rem 0;
    border-bottom: 1px solid #e8ede5;
}

.sidebar-item:last-child {
    border-bottom: none;
}

.sidebar-date {
    font-size: 0.75rem;
    color: #5a6650;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.sidebar-region {
    font-size: 0.85rem;
    color: #26351a;
    font-weight: 700;
    margin-bottom: 0.1rem;
}

.sidebar-headline {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0.3rem 0;
    color: #1a2612;
}

.sidebar-status {
    font-size: 0.75rem;
    color: #5a6650;
    margin-bottom: 0.3rem;
}

.sidebar-source-btn {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.4rem 0.75rem;
    background: #ffffff;
    border: 1px solid #2d6a4f;
    border-radius: 5px;
    color: #2d6a4f;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.sidebar-source-btn:hover {
    background: rgba(45, 106, 79, 0.05);
    border-color: #245a42;
    color: #245a42;
}

.sidebar-source-btn a {
    color: inherit !important;
    text-decoration: none !important;
}

.sidebar-link {
    font-size: 0.85rem;
    color: #3a4a2e;
    line-height: 1.4;
}

.sidebar-link a {
    color: #3a5228;
    text-decoration: none;
}

.sidebar-link a:hover {
    text-decoration: underline;
}

.sidebar-footer {
    padding: 0.65rem 1.1rem;
    background: #f7faf6;
    border-top: 1px solid #e8ede5;
    font-size: 0.85rem;
}

.sidebar-footer a {
    color: #3a5228;
    text-decoration: none;
    font-weight: 600;
}

.sidebar-footer a:hover {
    text-decoration: underline;
}


/* -------------------------------------------- */
/* NEWS CARDS (FEED ITEMS)                      */
/* -------------------------------------------- */

.news-card {
    background: #ffffff;
    border: 1px solid #e1e6df;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
}

.news-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #d2ddce;
}

.news-card:hover {
    border-color: #c5d2c0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.07);
    transform: translateY(-1px);
}

.news-card--policy::before {
    background: #5b7a45;
}

.news-card--enforcement::before {
    background: #c75b3c;
}

.news-card--fieldwork::before {
    background: #4a7c9d;
}

.news-card--research::before {
    background: #7a6c3a;
}

.news-card--community::before {
    background: #6a5b86;
}

.news-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: #fafbf9;
    border-bottom: 1px solid #eff3ed;
}

.news-card__date {
    font-size: 0.75rem;
    font-weight: 700;
    color: #55624d;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.news-card__category-badge {
    font-size: 0.6rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    color: #ffffff;
    line-height: 1;
}

.news-card__category-badge--policy,
.news-card--policy .news-card__category-badge {
    background: #5b7a45;
}

.news-card__category-badge--enforcement,
.news-card--enforcement .news-card__category-badge {
    background: #c75b3c;
}

.news-card__category-badge--fieldwork,
.news-card--fieldwork .news-card__category-badge {
    background: #4a7c9d;
}

.news-card__category-badge--research,
.news-card--research .news-card__category-badge {
    background: #7a6c3a;
}

.news-card__category-badge--community,
.news-card--community .news-card__category-badge {
    background: #6a5b86;
}

.news-card__region {
    padding: 0.45rem 1rem 0;
    font-size: 0.78rem;
    color: #7a8472;
    font-weight: 500;
    font-style: italic;
}

.news-card__title {
    padding: 0.55rem 1rem 0.2rem;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.45;
    color: #1a2612;
    margin: 0;
}

.news-card__title a {
    color: inherit;
    text-decoration: none;
}

.news-card__title a:hover {
    text-decoration: underline;
}

.news-card__summary {
    padding: 0.2rem 1rem 0.85rem;
    font-size: 0.92rem;
    line-height: 1.6;
    color: #34402d;
}

.news-card__footer {
    padding: 0.6rem 1rem 0.7rem;
    border-top: 1px solid #eff3ed;
    background: #fafbf9;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.news-card__links {
    font-size: 0.8rem;
    color: #5a6650;
}

.news-card__links a {
    color: #2f4a22;
    text-decoration: none;
    font-weight: 700;
}

.news-card__links a:hover {
    color: #5b7a45;
    text-decoration: underline;
}

.news-card__btn {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.news-card__btn a {
    color: inherit !important;
    text-decoration: none !important;
}

.news-card__btn--read {
    background: #2d6a4f;
    color: #fff !important;
    border-color: #2d6a4f;
}

.news-card__btn--read:hover {
    background: #245a42;
    border-color: #245a42;
}

.news-card__btn--read a {
    color: #fff !important;
}

.news-card__btn--source {
    background: #fff;
    color: #2d6a4f;
    border-color: #2d6a4f;
}

.news-card__btn--source:hover {
    background: rgba(45, 106, 79, 0.05);
}

.news-card__btn--source a {
    color: #2d6a4f !important;
}

.news-card__btn--campaign {
    background: #2d6a4f;
    color: #fff !important;
    border-color: #2d6a4f;
}

.news-card__btn--campaign:hover {
    background: #245a42;
    border-color: #245a42;
}

.news-card__btn--campaign a {
    color: #fff !important;
}

.news-card__footer a {
    text-decoration: none;
}

.news-card__footer a:hover {
    text-decoration: none;
}

.news-card + .news-card__footer {
    background: #fafbf9;
    border: 1px solid #e1e6df;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 0.6rem 1rem 0.7rem;
    margin-top: -8px;
    margin-bottom: 0.9rem;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}


/* -------------------------------------------- */
/* STORY EVENT PAGES                            */
/* -------------------------------------------- */

.story-card {
    background: #ffffff;
    border: 1px solid #d2ddce;
    border-radius: 10px;
    padding: 1.1rem 1.25rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

.story-header {
    margin-bottom: 0.8rem;
}

.story-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #26351a;
}

.story-subtitle {
    font-size: 0.95rem;
    color: #5a6650;
    margin-top: 0.2rem;
}

.story-body {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #3a4a2e;
    margin-bottom: 1rem;
}

.story-timeline-item {
    border-left: 3px solid #d2ddce;
    background: #fafbf9;
    padding: 0.7rem 0.9rem;
    border-radius: 6px;
    margin-bottom: 0.7rem;
}

.story-timeline-date {
    font-size: 0.8rem;
    font-weight: 700;
    color: #26351a;
    margin-bottom: 0.25rem;
}

.story-timeline-meta {
    font-size: 0.78rem;
    color: #5a6650;
    margin-bottom: 0.3rem;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.story-timeline-tag {
    background: #eef4ea;
    border: 1px solid #d2ddce;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    font-weight: 600;
}

.story-timeline-text {
    font-size: 0.9rem;
    color: #3a4a2e;
    line-height: 1.55;
}


/* -------------------------------------------- */
/* CONTRIBUTING GUIDELINES                      */
/* -------------------------------------------- */

.portal-events-guidelines {
    background: #f7faf6;
    border: 1px dashed #c5d2c0;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    margin-top: 2rem;
}

.portal-events-guidelines h3 {
    font-size: 1.1rem;
    color: #26351a;
    margin: 0 0 1rem;
}

.guidelines-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.guideline-item {
    font-size: 0.85rem;
    color: #3a4a2e;
    line-height: 1.5;
}

.guideline-item strong {
    color: #26351a;
}

.guidelines-footer-link {
    margin-top: 0.9rem;
    font-size: 0.9rem;
    font-weight: 700;
}

.guidelines-footer-link a {
    color: #3a5228;
    text-decoration: none;
}

.guidelines-footer-link a:hover {
    text-decoration: underline;
}


/* -------------------------------------------- */
/* RESPONSIVE BREAKPOINTS                       */
/* -------------------------------------------- */

@media (max-width: 1100px) {
    .portal-events-grid {
        grid-template-columns: 1fr;
    }
    
    .portal-events-sidebar {
        position: static;
        top: auto;
    }
    
    .guidelines-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 850px) {
    .portal-events-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    
    .portal-events-sidebar {
        position: static;
        top: auto;
    }
}

@media (max-width: 768px) {
    .portal-events-wrapper {
        padding: 0 0.6rem;
    }

    .portal-events-header {
        padding: 0.85rem 1rem;
        margin-bottom: 0.9rem;
        border-radius: 10px;
    }

    .portal-events-nav {
        font-size: 0.8rem;
        line-height: 1.45;
    }

    .news-card__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem;
        padding: 0.7rem 0.9rem;
    }
    
    .news-card__region {
        padding: 0.4rem 0.9rem 0;
        font-size: 0.74rem;
    }
    
    .news-card__title {
        padding: 0.5rem 0.9rem 0.2rem;
        font-size: 0.98rem;
    }
    
    .news-card__summary {
        padding: 0.2rem 0.9rem 0.75rem;
        font-size: 0.88rem;
    }
    
    .news-card__footer {
        padding: 0.55rem 0.9rem 0.65rem;
    }

    .sidebar-title {
        padding: 0.8rem 1rem;
        font-size: 0.95rem;
    }
    
    .sidebar-list {
        padding: 0.6rem 1rem 0.85rem;
    }
    
    .sidebar-item {
        padding: 0.6rem 0;
    }
    
    .sidebar-headline {
        font-size: 0.88rem;
    }
    
    .sidebar-source-btn {
        font-size: 0.72rem;
        padding: 0.35rem 0.65rem;
    }
    
    .sidebar-link {
        font-size: 0.83rem;
    }
    
    .sidebar-footer {
        padding: 0.6rem 1rem;
        font-size: 0.82rem;
    }
}

@media (max-width: 600px) {
    .calendar-week-headers,
    .calendar-month-grid {
        gap: 0.16rem;
    }

    .calendar-month-grid {
        grid-auto-rows: 20px;
    }
    
    .calendar-day {
        height: 20px;
        font-size: 0.58rem;
    }
    
    .calendar-weekday {
        font-size: 0.5rem;
    }
    
    .calendar-archive-link {
        font-size: 0.63rem;
    }
}

@media (max-width: 480px) {
    .portal-events-wrapper {
        padding: 0 0.45rem;
    }

    .calendar-month-nav {
        flex-wrap: wrap;
        row-gap: 0.3rem;
    }
    
    .calendar-nav-link,
    .calendar-current-month {
        width: 100%;
        text-align: center;
    }
}