/**
 * @version     CVS: 1.0.1
 * @package     com_eventslist
 * @subpackage  mod_eventslist
 * @copyright   2024 ALVC Ltd
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Adrian Voysey <support@alvc.co.uk>
 */

.jcc-table {
    width: 100%;
    margin-bottom: 18px;
}

.jcc-table tr{
    border: none;
}

.jcc-table td, .jcc-table th{
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border: none;
    border-top: 1px solid #ddd;
}/* Header formatting */
.header-primary {
    border-bottom: 1px solid #e95d3c !important;
    padding: 6px 0;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
  }
  
.headline-bullet h3.headline-title::before {
    content: "";
    display: inline-block;
    position: relative;
    top: calc(-0.1 * 1em);
    vertical-align: middle;
    height: calc(4px + 0.7em);
    margin-right: calc(5px + 0.2em);
    border-left: calc(5px + 0.1em) solid #e95d3c;
 }
  
.headline-title {
    /*margin-bottom 10px; */
    margin: 0;
}

/* table formatting */
.svpl-table-header {

    /* uncomment below for SVPL */
    background: #FA553F;
    background: -moz-linear-gradient(top, #fb7f6f 0%, #fa6652 66%, #FA553F 100%);
    background: -webkit-linear-gradient(top, #fb7f6f 0%, #fa6652 66%, #FA553F 100%);
    background: linear-gradient(to bottom, #fb7f6f 0%, #fa6652 66%, #FA553F 100%);
    border-bottom: 2px solid #444444;

    /* uncomment below for councils */
    /*
    background: #2C640A;
    background: -moz-linear-gradient(top, #618b47 0%, #417322 66%, #2C640A 100%);
    background: -webkit-linear-gradient(top, #618b47 0%, #417322 66%, #2C640A 100%);
    background: linear-gradient(to bottom, #618b47 0%, #417322 66%, #2C640A 100%);
    border-bottom: 2px solid #193A06;
    */
}
  
.svpl-table-header-title {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border-left: 2px solid #D0E4F5;
}

.jcc-table tr:nth-child(even) {
    /* Use #fafafa for councils */
    background: #F5E8E4;
    //background: #fafafa;
}

.jcc-table td, .jcc-table th {
  border: 1px solid #AAAAAA;
  padding: 3px 10px;
}
