.tco-app [hidden] {
display: none !important;
}
.tco-app {
--tco-red: #c41a1a;
--tco-red-dark: #9f1515;
--tco-ink: #1a1610;
--tco-muted: #6c665f;
--tco-line: #e7e2da;
--tco-soft: #f7f5f1;
--tco-gold: #9a7131;
--tco-green: #1f6847;
width: min(1200px, 100%);
max-width: 1200px;
margin: 0 auto;
font-family: Roboto, "Roboto Condensed", Arial, sans-serif;
color: var(--tco-ink);
}
.tco-shell {
width: 100%;
max-width: 1200px;
margin: 0 auto;
background: #fff;
border: 1px solid rgba(128, 0, 32, .12);
border-radius: 12px;
box-shadow: 0 4px 20px rgba(128, 0, 32, .10);
overflow: hidden;
}
.tco-head {
display: flex;
justify-content: space-between;
gap: 20px;
padding: 26px;
border-bottom: 1px solid var(--tco-line);
background: #fbfaf8;
}
.tco-kicker,
.tco-summary-label {
margin: 0 0 5px;
color: var(--tco-red);
font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
font-size: 12px;
font-weight: 800;
letter-spacing: .08em;
line-height: 1.2;
text-transform: uppercase;
}
.tco-head h2 {
margin: 0;
font-family: "Roboto Slab", Georgia, serif;
font-size: 31px;
line-height: 1.15;
letter-spacing: 0;
}
.tco-head p {
max-width: 660px;
margin: 10px 0 0;
color: var(--tco-muted);
font-size: 15px;
line-height: 1.65;
}
.tco-head-aside {
min-width: 220px;
align-self: stretch;
display: flex;
flex-direction: column;
justify-content: center;
gap: 6px;
padding: 14px 16px;
border: 1px solid var(--tco-line);
border-radius: 8px;
background: #fff;
}
.tco-head-aside span {
color: var(--tco-muted);
font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .05em;
}
.tco-head-aside strong {
font-size: 15px;
line-height: 1.35;
}
.tco-booking-form {
padding: 24px 26px 26px;
}
.tco-step {
padding: 0 0 24px;
margin: 0 0 24px;
border-bottom: 1px solid var(--tco-line);
}
.tco-step-head {
display: flex;
align-items: flex-start;
gap: 10px;
margin-bottom: 14px;
}
.tco-step-head span {
display: inline-flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
border-radius: 50%;
background: var(--tco-ink);
color: #fff;
font-size: 12px;
font-weight: 800;
}
.tco-step-head h3 {
margin: 0;
font-family: "Roboto Slab", Georgia, serif;
font-size: 17px;
line-height: 1.3;
}
.tco-step-head p {
margin: 4px 0 0;
color: var(--tco-muted);
font-size: 13px;
line-height: 1.5;
}
.tco-service-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}
.tco-service-card {
display: grid;
gap: 7px;
min-height: 136px;
padding: 16px;
border: 1px solid var(--tco-line);
border-radius: 8px;
background: #fff;
color: var(--tco-ink);
text-align: left;
cursor: pointer;
transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.tco-service-card:hover,
.tco-service-card.is-selected {
border-color: var(--tco-red);
box-shadow: 0 10px 26px rgba(196, 26, 26, .12);
}
.tco-service-card.is-selected {
background: #fffafa;
}
.tco-service-card span {
font-size: 16px;
font-weight: 800;
}
.tco-service-card strong {
color: var(--tco-red);
font-size: 17px;
}
.tco-service-card small {
color: var(--tco-muted);
font-size: 13px;
line-height: 1.45;
}
.tco-calendar-panel {
display: grid;
grid-template-columns: 1fr;
align-items: start;
gap: 14px;
min-height: 0;
padding: 18px;
border: 1px solid rgba(200, 164, 93, .34);
border-radius: 8px;
background: #fbfaf7;
}
.tco-date-list {
display: flex;
gap: 10px;
align-content: start;
overflow-x: auto;
padding: 0 0 6px;
scrollbar-width: thin;
}
.tco-date-btn,
.tco-time-btn {
border: 1px solid var(--tco-line);
border-radius: 8px;
background: #fff;
color: var(--tco-ink);
cursor: pointer;
font-family: inherit;
transition: border-color .18s ease, background .18s ease;
}
.tco-date-btn {
display: grid;
grid-template-columns: 1fr auto;
flex: 0 0 188px;
gap: 5px 10px;
min-height: 86px;
padding: 13px 14px;
text-align: left;
}
.tco-date-btn span,
.tco-date-btn small,
.tco-time-head span {
color: var(--tco-muted);
font-size: 12px;
}
.tco-date-btn strong {
font-size: 14px;
}
.tco-date-btn small {
grid-row: span 2;
align-self: center;
}
.tco-date-btn.is-selected,
.tco-time-btn.is-selected {
border-color: var(--tco-red);
background: #fff7f7;
}
.tco-time-list {
width: 100%;
padding: 16px 18px 18px;
border: 1px solid var(--tco-line);
border-radius: 8px;
background: #ffffff;
}
.tco-mobile-time-panel {
display: none;
padding: 14px;
border: 1px solid rgba(200, 164, 93, .42);
border-top: 0;
border-radius: 0 0 8px 8px;
background: var(--tco-soft);
}
.tco-time-head {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 10px;
margin-bottom: 12px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(200, 164, 93, .28);
}
.tco-time-head strong {
font-size: 13px;
color: var(--tco-green);
}
.tco-time-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
gap: 10px;
}
.tco-time-btn {
min-height: 42px;
font-size: 14px;
font-weight: 800;
}
.tco-form-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}
.tco-form-grid label {
display: grid;
gap: 6px;
}
.tco-form-grid label span {
color: var(--tco-muted);
font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
font-size: 12px;
font-weight: 800;
letter-spacing: .04em;
text-transform: uppercase;
}
.tco-required {
color: var(--tco-red);
font-style: normal;
}
.tco-form-grid input,
.tco-form-grid select,
.tco-form-grid textarea {
width: 100%;
border: 1px solid var(--tco-line);
border-radius: 6px;
background: #fff;
color: var(--tco-ink);
font: inherit;
font-size: 14px;
padding: 10px 11px;
}
.tco-form-grid textarea {
resize: vertical;
}
.tco-form-grid input:focus,
.tco-form-grid select:focus,
.tco-form-grid textarea:focus {
outline: none;
border-color: var(--tco-red);
box-shadow: 0 0 0 3px rgba(196, 26, 26, .08);
}
.tco-wide {
grid-column: 1 / -1;
}
.tco-checkout {
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
gap: 16px;
padding: 18px;
border: 1px solid var(--tco-line);
border-radius: 8px;
background: #fbfaf8;
}
.tco-checkout strong {
display: block;
font-size: 17px;
line-height: 1.35;
}
.tco-checkout p {
margin: 8px 0 0;
color: var(--tco-muted);
font-size: 13px;
line-height: 1.55;
}
.tco-consent {
grid-column: 1 / -1;
display: flex;
align-items: flex-start;
gap: 9px;
color: var(--tco-muted);
font-size: 13px;
line-height: 1.5;
}
.tco-terms-inline {
display: inline;
padding: 0;
border: 0;
background: transparent;
color: var(--tco-red);
cursor: pointer;
font: inherit;
font-weight: 850;
text-decoration: underline;
text-underline-offset: 3px;
}
.tco-terms-inline:hover,
.tco-terms-inline:focus-visible {
color: var(--tco-red-dark);
outline: none;
}
.tco-payment-choice {
grid-column: 1 / -1;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
}
.tco-payment-option {
display: flex;
align-items: flex-start;
gap: 10px;
padding: 13px 14px;
border: 1px solid var(--tco-line);
border-radius: 8px;
background: #fff;
cursor: pointer;
}
.tco-payment-option.is-disabled {
opacity: .68;
cursor: not-allowed;
}
.tco-payment-option input {
margin-top: 3px;
}
.tco-payment-option strong,
.tco-payment-option small {
display: block;
}
.tco-payment-option strong {
color: var(--tco-ink);
font-size: 14px;
}
.tco-payment-option small {
margin-top: 4px;
color: var(--tco-muted);
font-size: 12px;
line-height: 1.45;
}
.tco-billing-panel {
grid-column: 1 / -1;
padding: 14px;
border: 1px solid var(--tco-line);
border-radius: 8px;
background: #fff;
}
.tco-field-help {
color: var(--tco-muted);
font-size: 12px;
line-height: 1.45;
}
.tco-primary {
min-height: 50px;
padding: 14px 32px;
border: 0;
border-radius: 50px;
background: var(--tco-red);
color: #fff;
cursor: pointer;
font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
font-size: 1rem;
font-weight: 600;
position: relative;
overflow: hidden;
transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.tco-primary::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
transition: left 0.5s ease;
}
.tco-primary:hover {
background: #9a0026;
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.tco-primary:hover::before {
left: 100%;
}
.tco-primary:disabled {
opacity: .62;
cursor: wait;
}
.tco-muted,
.tco-loading,
.tco-empty,
.tco-empty-inline {
color: var(--tco-muted);
line-height: 1.6;
}
.tco-empty,
.tco-success {
margin: 24px;
padding: 24px;
border: 1px solid var(--tco-line);
border-radius: 8px;
background: #fff;
}
.tco-success h3 {
margin: 0 0 8px;
font-size: 24px;
}
.tco-payment-link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 42px;
margin-top: 12px;
padding: 0 16px;
border-radius: 6px;
background: var(--tco-red);
color: #fff;
font-size: 14px;
font-weight: 850;
text-decoration: none;
}
.tco-payment-link:hover {
background: var(--tco-red-dark);
color: #fff;
}
.tco-toast {
position: fixed;
right: 18px;
bottom: 18px;
z-index: 99999;
max-width: 420px;
padding: 13px 15px;
border-radius: 8px;
background: var(--tco-ink);
color: #fff;
box-shadow: 0 14px 34px rgba(26, 22, 16, .22);
font-size: 14px;
}
.tco-modal[hidden] {
display: none !important;
}
.tco-modal {
position: fixed;
inset: 0;
z-index: 100000;
display: grid;
place-items: center;
padding: 22px;
}
.tco-modal-backdrop {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
background: rgba(5, 5, 5, .58);
cursor: pointer;
}
.tco-modal-panel {
position: relative;
z-index: 1;
width: min(680px, 100%);
max-height: min(760px, calc(100vh - 44px));
overflow: auto;
padding: 26px;
border: 1px solid var(--tco-line);
border-radius: 8px;
background: #fff;
box-shadow: 0 26px 80px rgba(5, 5, 5, .26);
}
.tco-modal-close {
position: absolute;
top: 14px;
right: 14px;
display: inline-flex;
align-items: center;
justify-content: center;
width: 34px;
height: 34px;
padding: 0;
border: 1px solid var(--tco-line);
border-radius: 50%;
background: #fff;
color: var(--tco-ink);
cursor: pointer;
font-size: 22px;
line-height: 1;
}
.tco-modal-panel h3 {
margin: 0 38px 14px 0;
font-family: "Roboto Slab", Georgia, serif;
font-size: 25px;
line-height: 1.2;
}
.tco-terms-body {
margin: 0 0 18px;
color: var(--tco-muted);
font-size: 14px;
line-height: 1.7;
}
.tco-terms-body p {
margin: 0 0 13px;
}
.tco-is-loading {
cursor: wait;
}
@media (max-width: 820px) {
.tco-head,
.tco-checkout {
grid-template-columns: 1fr;
display: grid;
}
.tco-head {
padding: 22px;
}
.tco-head h2 {
font-size: 26px;
}
.tco-service-grid,
.tco-calendar-panel,
.tco-payment-choice,
.tco-form-grid {
grid-template-columns: 1fr;
}
.tco-calendar-panel {
padding: 0;
border: 0;
background: transparent;
}
.tco-date-list {
display: grid;
gap: 10px;
max-height: 470px;
overflow-y: auto;
overflow-x: hidden;
padding: 0 4px 4px 0;
overscroll-behavior: contain;
scrollbar-width: thin;
}
.tco-date-btn {
flex-basis: auto;
min-height: 0;
}
.tco-booking-form {
padding: 20px;
}
.tco-time-list {
display: none;
}
.tco-date-btn.is-selected {
border-radius: 8px 8px 0 0;
}
.tco-mobile-time-panel {
display: block;
}
} .tco-app {
--tco-red: #800020 !important;
--tco-red-dark: #5f0018 !important;
--tco-ink: #050505 !important;
--tco-muted: #4e4841 !important;
--tco-line: #e3d6bf !important;
--tco-soft: #fbfaf7 !important;
--tco-gold: #c8a45d !important;
--tco-gold-dark: #9f7d36 !important;
color: #050505 !important;
}
.tco-app .tco-shell {
border-color: rgba(128, 0, 32, .12) !important;
border-radius: 12px !important;
background: #ffffff !important;
box-shadow: 0 4px 20px rgba(128, 0, 32, .10) !important;
}
.tco-app .tco-head {
background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%) !important;
border-bottom-color: rgba(200, 164, 93, .38) !important;
}
.tco-app .tco-kicker,
.tco-app .tco-summary-label {
color: #800020 !important;
letter-spacing: 0 !important;
}
.tco-app .tco-head-aside {
border-color: rgba(200, 164, 93, .52) !important;
background: #050505 !important;
color: #ffffff !important;
}
.tco-app .tco-head-aside span {
color: #c8a45d !important;
letter-spacing: 0 !important;
}
.tco-app .tco-head-aside strong {
color: #ffffff !important;
}
.tco-app .tco-step-head span {
background: #050505 !important;
color: #c8a45d !important;
border: 1px solid rgba(200, 164, 93, .62) !important;
}
.tco-app .tco-step-head h3 {
color: #050505 !important;
font-family: "Roboto Slab", Georgia, serif !important;
font-size: 20px !important;
font-weight: 700 !important;
letter-spacing: 0 !important;
}
.tco-app .tco-step-head p {
color: #4e4841 !important;
letter-spacing: 0 !important;
}
.tco-app .tco-form-grid label span {
color: #4e4841 !important;
letter-spacing: 0 !important;
}
.tco-app .tco-required {
color: #800020 !important;
}
.tco-app button.tco-service-card,
.tco-app .tco-service-card {
position: relative !important;
overflow: hidden !important;
min-height: 150px !important;
border: 1px solid rgba(200, 164, 93, .45) !important;
border-radius: 8px !important;
background: #ffffff !important;
color: #050505 !important;
box-shadow: 0 1px 0 rgba(5, 5, 5, .04), 0 12px 30px rgba(5, 5, 5, .05) !important;
transform: none !important;
}
.tco-app button.tco-service-card::before,
.tco-app .tco-service-card::before {
content: "" !important;
position: absolute !important;
inset: 0 0 auto !important;
height: 3px !important;
background: linear-gradient(90deg, #800020, #c8a45d) !important;
opacity: .82 !important;
}
.tco-app button.tco-service-card span,
.tco-app .tco-service-card span {
color: #050505 !important;
font-size: 17px !important;
line-height: 1.25 !important;
letter-spacing: 0 !important;
}
.tco-app button.tco-service-card strong,
.tco-app .tco-service-card strong {
color: #800020 !important;
font-size: 18px !important;
letter-spacing: 0 !important;
}
.tco-app button.tco-service-card small,
.tco-app .tco-service-card small {
color: #4e4841 !important;
font-size: 13px !important;
line-height: 1.5 !important;
letter-spacing: 0 !important;
}
.tco-app button.tco-service-card:hover,
.tco-app button.tco-service-card:focus-visible {
border-color: #c8a45d !important;
background: #fbfaf7 !important;
color: #050505 !important;
box-shadow: 0 16px 38px rgba(5, 5, 5, .10), 0 0 0 1px rgba(200, 164, 93, .36) inset !important;
transform: translateY(-1px) !important;
outline: none !important;
}
.tco-app button.tco-service-card:hover span,
.tco-app button.tco-service-card:hover strong,
.tco-app button.tco-service-card:hover small,
.tco-app button.tco-service-card:focus-visible span,
.tco-app button.tco-service-card:focus-visible strong,
.tco-app button.tco-service-card:focus-visible small {
color: inherit !important;
}
.tco-app button.tco-service-card:hover strong,
.tco-app button.tco-service-card:focus-visible strong {
color: #800020 !important;
}
.tco-app button.tco-service-card:hover small,
.tco-app button.tco-service-card:focus-visible small {
color: #3f3932 !important;
}
.tco-app button.tco-service-card.is-selected,
.tco-app button.tco-service-card.is-selected:hover,
.tco-app button.tco-service-card.is-selected:focus-visible {
border-color: #c8a45d !important;
background: #050505 !important;
color: #ffffff !important;
box-shadow: 0 20px 44px rgba(5, 5, 5, .18), 0 0 0 1px rgba(200, 164, 93, .50) inset !important;
}
.tco-app button.tco-service-card.is-selected::before {
opacity: 1 !important;
}
.tco-app button.tco-service-card.is-selected span,
.tco-app button.tco-service-card.is-selected:hover span {
color: #ffffff !important;
}
.tco-app button.tco-service-card.is-selected strong,
.tco-app button.tco-service-card.is-selected:hover strong {
color: #c8a45d !important;
}
.tco-app button.tco-service-card.is-selected small,
.tco-app button.tco-service-card.is-selected:hover small {
color: #e9dfcf !important;
}
.tco-app .tco-calendar-panel {
border-color: rgba(200, 164, 93, .34) !important;
background: #fbfaf7 !important;
}
.tco-app .tco-date-list {
border-bottom: 1px solid rgba(200, 164, 93, .26) !important;
}
.tco-app .tco-time-list {
border-color: rgba(200, 164, 93, .42) !important;
background: #ffffff !important;
}
.tco-app button.tco-date-btn,
.tco-app button.tco-time-btn {
border-color: rgba(200, 164, 93, .40) !important;
background: #ffffff !important;
color: #050505 !important;
box-shadow: none !important;
}
.tco-app button.tco-date-btn:hover,
.tco-app button.tco-time-btn:hover,
.tco-app button.tco-date-btn:focus-visible,
.tco-app button.tco-time-btn:focus-visible {
border-color: #c8a45d !important;
background: #fbfaf7 !important;
color: #050505 !important;
outline: none !important;
}
.tco-app button.tco-date-btn.is-selected,
.tco-app button.tco-time-btn.is-selected {
border-color: #800020 !important;
background: #800020 !important;
color: #ffffff !important;
}
.tco-app button.tco-date-btn.is-selected span,
.tco-app button.tco-date-btn.is-selected strong,
.tco-app button.tco-date-btn.is-selected small,
.tco-app button.tco-time-btn.is-selected {
color: #ffffff !important;
}
.tco-app .tco-primary,
.tco-app .tco-payment-link {
border-color: #800020 !important;
background: #800020 !important;
color: #ffffff !important;
box-shadow: 0 12px 28px rgba(128, 0, 32, .20) !important;
}
.tco-app .tco-primary:hover,
.tco-app .tco-payment-link:hover {
border-color: #9a0026 !important;
background: #9a0026 !important;
color: #ffffff !important;
transform: translateY(-2px) !important;
box-shadow: 0 8px 20px rgba(0, 0, 0, .15) !important;
}
.tco-app .tco-payment-option {
border-color: rgba(200, 164, 93, .42) !important;
background: #ffffff !important;
color: #050505 !important;
}
.tco-app .tco-payment-option:has(input:checked) {
border-color: #c8a45d !important;
background: #fbfaf7 !important;
box-shadow: 0 0 0 1px rgba(200, 164, 93, .35) inset !important;
}
.tco-app .tco-payment-option strong {
color: #050505 !important;
}
.tco-app .tco-payment-option small {
color: #4e4841 !important;
}
.tco-app .tco-payment-option.is-disabled {
opacity: .62 !important;
background: #f7f7f7 !important;
cursor: not-allowed !important;
}
.tco-app .tco-field-help {
color: #4e4841 !important;
}
.tco-app .tco-terms-inline {
border: 0 !important;
background: transparent !important;
color: #800020 !important;
box-shadow: none !important;
letter-spacing: 0 !important;
}
.tco-app .tco-terms-inline:hover,
.tco-app .tco-terms-inline:focus-visible {
color: #050505 !important;
outline: none !important;
}
.tco-app .tco-modal-backdrop {
background: rgba(5, 5, 5, .62) !important;
}
.tco-app .tco-modal-panel {
border-color: rgba(200, 164, 93, .58) !important;
background: #ffffff !important;
color: #050505 !important;
}
.tco-app .tco-modal-close {
border-color: rgba(200, 164, 93, .42) !important;
background: #ffffff !important;
color: #050505 !important;
}
.tco-app .tco-modal-close:hover,
.tco-app .tco-modal-close:focus-visible {
border-color: #800020 !important;
color: #800020 !important;
outline: none !important;
}
.tco-app .tco-modal-panel h3 {
color: #050505 !important;
letter-spacing: 0 !important;
}
.tco-app .tco-terms-body,
.tco-app .tco-terms-body p {
color: #4e4841 !important;
}
.tco-app .tco-billing-panel {
border-color: rgba(200, 164, 93, .42) !important;
background: #fbfaf7 !important;
}
.tco-app .tco-flow {
display: grid !important;
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
gap: 12px !important;
margin: 0 0 24px !important;
padding: 0 0 24px !important;
border-bottom: 1px solid rgba(200, 164, 93, .34) !important;
}
.tco-app .tco-flow-card {
min-height: 168px !important;
padding: 16px !important;
border: 1px solid rgba(200, 164, 93, .42) !important;
border-radius: 8px !important;
background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%) !important;
box-shadow: 0 10px 28px rgba(5, 5, 5, .05) !important;
}
.tco-app .tco-flow-card span {
display: block !important;
margin: 0 0 8px !important;
color: #800020 !important;
font-size: 11px !important;
font-weight: 850 !important;
line-height: 1.2 !important;
letter-spacing: 0 !important;
text-transform: uppercase !important;
}
.tco-app .tco-flow-card strong {
display: block !important;
margin: 0 0 8px !important;
color: #050505 !important;
font-family: "Roboto Slab", Georgia, serif !important;
font-size: 18px !important;
font-weight: 700 !important;
line-height: 1.25 !important;
letter-spacing: 0 !important;
}
.tco-app .tco-flow-card p {
margin: 0 !important;
color: #4e4841 !important;
font-size: 13px !important;
line-height: 1.55 !important;
letter-spacing: 0 !important;
}
@media (max-width: 820px) {
.tco-app .tco-flow {
grid-template-columns: 1fr !important;
}
.tco-app .tco-flow-card {
min-height: 0 !important;
}
} @media (max-width: 820px) {
.tco-app .tco-shell {
background: #ffffff !important;
border-color: rgba(128, 0, 32, .12) !important;
box-shadow: 0 4px 20px rgba(128, 0, 32, .10) !important;
backdrop-filter: none;
-webkit-backdrop-filter: none;
}
.tco-app .tco-step-head {
align-items: flex-start !important;
gap: 12px !important;
}
.tco-app .tco-step-head span {
flex: 0 0 30px !important;
width: 30px !important;
height: auto !important;
aspect-ratio: 1 / 1;
min-width: 30px !important;
min-height: 30px !important;
line-height: 1 !important;
border-radius: 50% !important;
font-size: 11px !important;
}
.tco-app .tco-consent {
align-items: flex-start !important;
justify-content: flex-start !important;
text-align: left !important;
}
.tco-app .tco-consent > span {
display: block !important;
text-align: left !important;
}
.tco-app .tco-terms-inline {
display: inline !important;
text-align: left !important;
}
}