.wp-caption-text,
.gallery-caption,
.bypostauthor {
}
.driver-profiles-outer {
.hidden {
display: none;
}
table,
.chooseTableOptions a {
font-size: clamp(0.8rem, 2vw, 1rem);
}
.chooseTableOptions {
display: flex;
list-style: none;
padding: 0px;
margin: 0;
overflow: hidden;
border-left: 1px solid rgba(0, 0, 0, 0.1);
a {
background-color: #fe0000;
color: white;
font-weight: 600;
padding: clamp(10px, 3vw, 15px) clamp(15px, 3vw, 40px);
display: block;
cursor: pointer;
transform: skew(10deg);
transition-duration: 0.1s;
border: 1px solid rgba(0, 0, 0, 0.1);
border-left: none;
border-bottom: none;
& > span {
display: block;
transform: skew(-10deg);
}
}
li:first-of-type > a::after {
content: '';
width: 50%;
height: 100%;
position: absolute;
top: 0;
left: 0;
transition-duration: 0.1s;
transform: skew(-10deg);
background: inherit;
z-index: -1;
}
a.inactive {
font-weight: 400;
background-color: #f2f2f2;
color: #3d3d3d;
&:hover {
background-color: #dfdfdf;
}
}
}
.tabPanels {
padding: 25px clamp(15px, 4vw, 50px);
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
}
table {
width: 100%;
thead {
background-color: #fe0000;
th {
color: white;
}
}
thead,
tbody {
th,
td {
text-align: center;
&:not(:last-of-type) {
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
}
}
tbody {
border: 1px solid rgba(0, 0, 0, 0.1);
tr:not(:last-of-type) {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
tr:nth-of-type(2n + 1) {
background: #f2f2f2;
}
tr:nth-of-type(2n) {
background: #f8f8f8;
}
}
}
.tabPanels > .tabPanel {
h2 {
font-size: clamp(2rem, 6vw, 3rem) !important;
margin-bottom: 0px;
}
}
}