.elementor-7647 .elementor-element.elementor-element-eaa445e{--display:flex;}.elementor-7647 .elementor-element.elementor-element-63f1ad3{width:100%;max-width:100%;}.elementor-7647 .elementor-element.elementor-element-aab6de0{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-586caac *//* Make section full width */
.elementor-section{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.elementor-container{
  max-width: 100% !important;
  width: 100% !important;
}

/* Table wrapper clean */
.elementor-shortcode{
  width: 100% !important;
  padding: 0 0px;   /* thoda andar spacing for clean look */
  box-sizing: border-box;
}

/* Modern table look */
.elementor-shortcode table{
  width: 100% !important;
  border-collapse: collapse !important;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}

/* Header */
.elementor-shortcode thead th{
  background: #173a73;
  color: #ffffff;
  padding: 16px;
  font-weight: 600;
  text-align: left;
}

/* Body */
.elementor-shortcode tbody td{
  padding: 14px 16px;
  border-bottom: 1px solid #e5e7eb;
}

/* Alternate rows */
.elementor-shortcode tbody tr:nth-child(even){
  background: #f5f7fa;
}

/* Hover */
.elementor-shortcode tbody tr:hover{
  background: #e9eef6;
}
/* Mobile Responsive Table */
@media (max-width: 768px){

  .elementor-shortcode{
    padding: 0 15px;
  }

  .elementor-shortcode table,
  .elementor-shortcode thead,
  .elementor-shortcode tbody,
  .elementor-shortcode th,
  .elementor-shortcode td,
  .elementor-shortcode tr{
    display: block;
    width: 100%;
  }

  .elementor-shortcode thead{
    display: none;
  }

  .elementor-shortcode tbody tr{
    background: #ffffff;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  }

  .elementor-shortcode tbody td{
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding: 12px 15px 12px 45% !important;
    position: relative;
    font-size: 14px;
  }

  .elementor-shortcode tbody td:last-child{
    border-bottom: none !important;
    font-weight: 600;
    color: #173a73;
  }

  /* Column labels */
  .elementor-shortcode tbody td:nth-child(1)::before{ content: "Date"; }
  .elementor-shortcode tbody td:nth-child(2)::before{ content: "Match"; }
  .elementor-shortcode tbody td:nth-child(3)::before{ content: "Competition"; }
  .elementor-shortcode tbody td:nth-child(4)::before{ content: "Venue"; }
  .elementor-shortcode tbody td:nth-child(5)::before{ content: "Score"; }

  .elementor-shortcode tbody td::before{
    position: absolute;
    left: 15px;
    top: 12px;
    width: 40%;
    font-weight: 600;
    color: #173a73;
    font-size: 13px;
  }

}/* End custom CSS */