.tpot-opening-hours-manager,
.tpot-opening-hours-public{
max-width:980px;
margin:40px auto;
padding:0 18px;
color:#fff;
}

.tpot-opening-hours-panel{
background:rgba(8,7,5,.94);
border:1px solid rgba(245,195,91,.28);
border-radius:24px;
padding:28px;
box-shadow:0 22px 70px rgba(0,0,0,.55);
}

.tpot-opening-hours-panel h2,
.tpot-opening-hours-public h2{
margin-top:0;
color:#f5c35b;
}

.tpot-opening-hours-form{
display:grid;
gap:14px;
}

.tpot-opening-hours-form input{
width:100%;
box-sizing:border-box;
padding:12px 14px;
border-radius:14px;
border:1px solid rgba(245,195,91,.25);
background:#100d08;
color:#fff;
}

.tpot-opening-hours-form button{
border:0;
border-radius:999px;
padding:13px 22px;
font-weight:800;
cursor:pointer;
color:#130d05;
background:linear-gradient(135deg,#f5c35b,#b8872f);
}

.tpot-opening-hours-row{
display:grid;
grid-template-columns:130px 1fr auto 1fr 120px;
gap:12px;
align-items:center;
}

.tpot-check{
display:flex;
gap:8px;
align-items:center;
}

.tpot-check input{
width:auto;
}

.tpot-opening-hours-message{
padding:12px 14px;
border-radius:14px;
background:rgba(245,195,91,.12);
border:1px solid rgba(245,195,91,.25);
margin-bottom:16px;
}

.tpot-back-link{
color:#f5c35b;
font-weight:800;
text-decoration:none;
}

.tpot-opening-hours-list{
display:grid;
gap:10px;
}

.tpot-opening-hours-list div{
display:flex;
justify-content:space-between;
gap:20px;
padding:13px 16px;
border-radius:16px;
background:rgba(255,255,255,.06);
border:1px solid rgba(245,195,91,.18);
}

@media(max-width:760px){
.tpot-opening-hours-row{
grid-template-columns:1fr;
}
}

.tpot-logoff-button{
display:inline-flex;
align-items:center;
justify-content:center;
border:0;
border-radius:999px;
padding:20px 38px;
font-size:22px;
font-weight:900;
color:var(--button-text,#07100b);
background:linear-gradient(135deg,#555,#222);
cursor:pointer;
text-transform:uppercase;
line-height:1;
text-decoration:none;
}
