/* CALENDAR */

  .wp-block-calendar table{

  }

  .wp-block-calendar table td{
    border-color: transparent;
  }

  .wp-block-calendar table:where(:not(.has-text-color)) {
    
  }

  :where(.wp-block-calendar table:not(.has-background) th){
    background: transparent;
    border-color: transparent !important;
  }

  .wp-block-calendar caption {
    background-color: inherit;
    margin-bottom: 1em;
  }