/*
Theme Name: Theme By CWD
Theme URI: https://cwd.agency/
Template: astra
Author: https://cwd.agency/
Author URI: https://cwd.agency/
Description: Creative Web Designs Develops Beautiful Wordpress Themes. Contact us hello@cwd.agency or call 07305 084 406 for your website development.  We are a creative agency with a passion for design. We offer a full range of Web Design Services. Contact us for any web design, developments or plugin customisation services.        
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.0.0
Updated: 2023-07-07 12:00

*/

/* Start your custom CSS Below This Line */

/* Agenda wrapper */
.rwd-agenda{
  width: 100%;
}

.rwd-agenda__inner{
  background: #fff;
  border-radius: 18px;
  padding: 26px 28px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.06);
}

/* Row layout (desktop) */
.rwd-agenda__row{
  display: grid;
  grid-template-columns: 220px 1fr;
  column-gap: 26px;
  padding: 18px 0;
}

.rwd-agenda__row + .rwd-agenda__row{
  border-top: 1px solid rgba(0,0,0,0.08);
}

/* Time column */
.rwd-agenda__time{
  font-weight: 600;
  font-size: 15px;
  color: #1f2937; /* dark gray */
  white-space: nowrap;
}

/* Content column */
.rwd-agenda__topic{
  font-weight: 700;
  font-size: 16px;
  color: #111827;
  margin-bottom: 6px;
}

.rwd-agenda__mini{
  font-size: 13px;
  line-height: 1.6;
  color: #6b7280; /* light gray */
}

/* Mobile layout (like your screenshot) */
@media (max-width: 768px){
  .rwd-agenda__inner{
    padding: 18px 18px;
    border-radius: 16px;
  }

  .rwd-agenda__row{
    grid-template-columns: 1fr;
    row-gap: 10px;
    padding: 16px 0;
  }

  .rwd-agenda__time{
    font-size: 13px;
    color: #374151;
  }

  .rwd-agenda__topic{
    font-size: 15px;
  }
}
