/* Table styles */
.wp-block-table {
    overflow-x: auto;
}
p{text-align:justify;}
.text-orange {
    --tw-bg-opacity: 1;
    color: rgba(218, 49, 0, var(--tw-bg-opacity));
}
.text-orange:hover {
    color: rgba(231, 64, 16, var(--tw-bg-opacity));
}
figure {
    margin: 0 0 1rem;
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%;
}

.wp-block-table td,
.wp-block-table th {
    border: 1px solid black;
    padding: 0.5em;
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word;
}

.black p{
	color: black !important;
}
/* Remove calendar icon (only works on some browsers) */
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 10px;
}

/* Remove inner default styles */
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
  display: none;
}

/* Remove default appearance */
input[type="date"] {
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.date{background:transparent !important;}
@media (max-width: 768px) {
  input[type="date"]:focus {
    outline: none !important;
    box-shadow: none !important;
  }
}.wp-block-table{overflow-x:auto}p{text-align:justify}.text-orange{--tw-bg-opacity:1;color:rgba(218,49,0,var(--tw-bg-opacity))}.text-orange:hover{color:rgba(231,64,16,var(--tw-bg-opacity))}figure{margin:0 0 1rem}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table td,.wp-block-table th{border:1px solid #000;padding:.5em}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.black p{color:black!important}input[type="date"]::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;position:absolute;right:10px}input[type="date"]::-webkit-inner-spin-button,input[type="date"]::-webkit-clear-button{display:none}input[type="date"]{background-color:#fff0;appearance:none;-webkit-appearance:none;-moz-appearance:none}.date{background:transparent!important}@media (max-width:768px){input[type="date"]:focus{outline:none!important;box-shadow:none!important}}