/*
Theme Name: Sorart Child
Theme URI: https://sorart.jp/
Author: Sorart
Description: Child theme for the Sorart theme.
Template: sorart
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: sorart-child
*/
.event-table, .event-table th, .event-table td{border:1px solid #e8e8e8; border-collapse:collapse;}
.event-table th, .event-table td{padding:10px;}
.event-table{ background-color:#fff; width:100%;}
.event-table th{background-color:#f3fff3; width:20%;}

.event-entry-link {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 20px;
  width: 300px;
  height: 40px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #ffb20e;
}

.event-entry-link:hover {
  opacity: .7;
}