/*
 * SEE-IT 4.8.2
 * Einheitlicher 1440-px-Seitenrahmen und gezielte Reparaturen der nachträglich
 * ergänzten Frontendmodule. Das bestehende Originaltheme, der Header und die
 * Hauptnavigation bleiben unverändert.
 */

:root {
  --seeit-shell: 1440px;
  --seeit-content-gutter: clamp(22px, 4vw, 68px);
}

html,
body {
  overflow-x: clip;
}

#page {
  width: 100%;
  max-width: none;
}

/* Header, Breadcrumb, Hauptinhalt und Footer besitzen dieselbe Außenkante. */
#breadcrumb-navigation.container,
#main-content,
footer.footer.container {
  width: 100% !important;
  max-width: var(--seeit-shell) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  box-sizing: border-box;
}

#main-content {
  min-width: 0;
  overflow-x: clip;
}

/* Tatsächliche Klassen der modernen Seiten. */
.seeit-contact-page,
.seeit-editorial-cms-page,
.seeit-order-page,
.seeit-hours-page,
.seeit-news-page,
.seeit-news-archive,
.seeit-news-article,
.seeit-career-page,
.seeit-etermin-page,
.booking-page,
.seeit-model-catalog,
.seeit-support-page,
.ticket-portal-page,
.booking-cancel-page,
.seeit-locations-page,
.seeit-error-page {
  width: 100%;
  max-width: var(--seeit-shell);
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

/* Einheitliche Inhaltskante innerhalb des 1440-px-Rahmens. */
.seeit-contact-page > section > .container,
.seeit-editorial-cms-page > section > .container,
.seeit-order-page > section > .container,
.seeit-hours-page > section > .container,
.seeit-news-page > section > .container,
.seeit-news-archive > section > .container,
.seeit-news-article > section > .container,
.seeit-career-page > section > .container,
.seeit-etermin-page > section > .container,
.booking-page > section > .container,
.seeit-model-catalog > section > .container,
.seeit-support-page > section > .container,
.ticket-portal-page > section > .container,
.booking-cancel-page > section > .container,
.seeit-locations-page > section > .container,
.seeit-error-page > section > .container {
  width: 100% !important;
  max-width: var(--seeit-shell) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: var(--seeit-content-gutter) !important;
  padding-left: var(--seeit-content-gutter) !important;
  box-sizing: border-box;
}

/*
 * Bootstrap 3 erzeugt auf .container und .row unsichtbare table-Clearfix-
 * Pseudoelemente. Werden diese Elemente später per CSS Grid/Flex gestaltet,
 * werden die Pseudoelemente zu zusätzlichen Spalten. Das verursachte die
 * sichtbaren Leerflächen, Minispalten und überlangen Seiten.
 */
.seeit-contact-page > section > .container::before,
.seeit-contact-page > section > .container::after,
.seeit-editorial-cms-page > section > .container::before,
.seeit-editorial-cms-page > section > .container::after,
.seeit-order-page > section > .container::before,
.seeit-order-page > section > .container::after,
.seeit-hours-page > section > .container::before,
.seeit-hours-page > section > .container::after,
.seeit-news-page > section > .container::before,
.seeit-news-page > section > .container::after,
.seeit-news-archive > section > .container::before,
.seeit-news-archive > section > .container::after,
.seeit-news-article > section > .container::before,
.seeit-news-article > section > .container::after,
.seeit-career-page > section > .container::before,
.seeit-career-page > section > .container::after,
.seeit-etermin-page > section > .container::before,
.seeit-etermin-page > section > .container::after,
.booking-page > section > .container::before,
.booking-page > section > .container::after,
.seeit-model-catalog > section > .container::before,
.seeit-model-catalog > section > .container::after,
.seeit-support-page > section > .container::before,
.seeit-support-page > section > .container::after,
.ticket-portal-page > section > .container::before,
.ticket-portal-page > section > .container::after,
.booking-cancel-page > section > .container::before,
.booking-cancel-page > section > .container::after,
.seeit-locations-page > section > .container::before,
.seeit-locations-page > section > .container::after,
.seeit-error-page > section > .container::before,
.seeit-error-page > section > .container::after,
.seeit-contact-page .row::before,
.seeit-contact-page .row::after,
.seeit-editorial-cms-page .row::before,
.seeit-editorial-cms-page .row::after,
.seeit-order-page .row::before,
.seeit-order-page .row::after,
.seeit-hours-page .row::before,
.seeit-hours-page .row::after,
.seeit-news-page .row::before,
.seeit-news-page .row::after,
.seeit-news-archive .row::before,
.seeit-news-archive .row::after,
.seeit-news-article .row::before,
.seeit-news-article .row::after,
.seeit-career-page .row::before,
.seeit-career-page .row::after,
.seeit-etermin-page .row::before,
.seeit-etermin-page .row::after,
.booking-page .row::before,
.booking-page .row::after,
.seeit-model-catalog .row::before,
.seeit-model-catalog .row::after,
.seeit-support-page .row::before,
.seeit-support-page .row::after,
.ticket-portal-page .row::before,
.ticket-portal-page .row::after,
.seeit-locations-page .row::before,
.seeit-locations-page .row::after,
footer.footer.container::before,
footer.footer.container::after,
footer.footer .row::before,
footer.footer .row::after {
  display: none !important;
  content: none !important;
}

/* Unmittelbar als Grid/Flex definierte Module dürfen ebenfalls keine Clearfix-Kinder haben. */
.seeit-contact-hero__grid::before,
.seeit-contact-hero__grid::after,
.seeit-contact-layout::before,
.seeit-contact-layout::after,
.seeit-order-hero__grid::before,
.seeit-order-hero__grid::after,
.seeit-order-form-head::before,
.seeit-order-form-head::after,
.seeit-order-form-stage::before,
.seeit-order-form-stage::after,
.seeit-order-choice__grid::before,
.seeit-order-choice__grid::after,
.seeit-order-process__grid::before,
.seeit-order-process__grid::after,
.seeit-order-notes__grid::before,
.seeit-order-notes__grid::after,
.seeit-hours-hero__grid::before,
.seeit-hours-hero__grid::after,
.seeit-store-hours__grid::before,
.seeit-store-hours__grid::after,
.seeit-career-hero__grid::before,
.seeit-career-hero__grid::after,
.seeit-career-principles__grid::before,
.seeit-career-principles__grid::after,
.seeit-career-job::before,
.seeit-career-job::after,
.seeit-career-job__facts::before,
.seeit-career-job__facts::after,
.seeit-career-job__modules::before,
.seeit-career-job__modules::after,
.seeit-career-application__grid::before,
.seeit-career-application__grid::after,
.seeit-etermin-hero__grid::before,
.seeit-etermin-hero__grid::after,
.seeit-etermin-calendar__head::before,
.seeit-etermin-calendar__head::after,
.seeit-etermin-service-strip::before,
.seeit-etermin-service-strip::after,
.seeit-etermin-notes > .container::before,
.seeit-etermin-notes > .container::after,
.platform-hero__grid::before,
.platform-hero__grid::after,
.request-choice__grid::before,
.request-choice__grid::after,
.support-form-layout::before,
.support-form-layout::after,
.ticket-portal-hero__grid::before,
.ticket-portal-hero__grid::after,
.ticket-overview__grid::before,
.ticket-overview__grid::after,
.ticket-thread__header::before,
.ticket-thread__header::after,
.ticket-thread__list::before,
.ticket-thread__list::after,
.ticket-reply-card::before,
.ticket-reply-card::after,
.ticket-public-reply-form::before,
.ticket-public-reply-form::after,
.news-article-layout::before,
.news-article-layout::after,
.news-card-grid::before,
.news-card-grid::after,
.booking-hero__grid::before,
.booking-hero__grid::after,
.booking-mode-grid::before,
.booking-mode-grid::after,
.booking-location-grid::before,
.booking-location-grid::after,
.booking-assurance-grid::before,
.booking-assurance-grid::after,
.location-network__grid::before,
.location-network__grid::after,
.store-growth__grid::before,
.store-growth__grid::after {
  display: none !important;
  content: none !important;
}

/* Footer im selben Außenrahmen und mit belastbaren Spalten. */
footer.footer.container {
  overflow: hidden;
}

footer.footer .footer-main-row {
  width: 100% !important;
  margin: 0 !important;
  padding-right: var(--seeit-content-gutter) !important;
  padding-left: var(--seeit-content-gutter) !important;
}

footer.footer .footer-bottom {
  width: 100% !important;
  margin: 0 !important;
  padding-right: var(--seeit-content-gutter) !important;
  padding-left: var(--seeit-content-gutter) !important;
}

footer.footer .footer-sections,
footer.footer .footer-sections .section,
footer.footer .social-media,
footer.footer .footer-bottom__links {
  min-width: 0;
}

footer.footer .footer-sections {
  grid-template-columns: repeat(4, minmax(150px, 1fr)) !important;
}

footer.footer .footer-sections .section,
footer.footer .footer-sections .section ul,
footer.footer .footer-sections .section li {
  width: auto !important;
  max-width: none !important;
}

/* Öffentliche Ticketdetailseite. */
.ticket-portal-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  align-items: end;
  gap: clamp(30px, 6vw, 84px);
}

.ticket-portal-hero__copy,
.ticket-status-card,
.ticket-overview__grid,
.ticket-thread__list,
.ticket-reply-card,
.ticket-public-reply-form {
  min-width: 0;
}

.ticket-portal-hero__eyebrow {
  display: block;
  margin-bottom: 11px;
  color: #9fdcf5;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
}

.ticket-portal-hero__copy h1 {
  overflow-wrap: anywhere;
}

.ticket-status-card {
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 9px;
  padding: clamp(22px, 3vw, 32px);
  color: var(--platform-ink);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .25);
  border-top: 5px solid var(--platform-orange);
  box-shadow: 0 22px 55px rgba(3, 25, 48, .28);
}

.ticket-status-card small,
.ticket-status-card > span {
  margin: 0;
  color: var(--platform-muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ticket-status-card time {
  color: var(--platform-navy);
  font-size: 13px;
  font-weight: 750;
}

.ticket-status {
  width: max-content;
  max-width: 100%;
}

.ticket-status--geloest::before,
.ticket-status--geschlossen::before {
  background: var(--platform-green);
}

.ticket-status--wartet_kunde::before,
.ticket-status--wartet_intern::before {
  background: var(--platform-orange);
}

.ticket-overview {
  padding-bottom: clamp(34px, 5vw, 62px);
  background: #f5f8fa;
}

.ticket-section-heading {
  max-width: 780px;
  margin-bottom: clamp(22px, 3vw, 34px);
}

.ticket-section-heading > span {
  display: block;
  margin-bottom: 8px;
  color: var(--platform-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ticket-section-heading h2 {
  margin: 0;
  color: var(--platform-navy);
  font-size: clamp(30px, 3.8vw, 48px);
  font-weight: 300;
  line-height: 1.12;
}

.ticket-overview__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ticket-fact-card {
  min-width: 0;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--platform-line);
  border-top: 4px solid var(--platform-blue);
  box-shadow: 0 10px 28px rgba(8, 43, 80, .07);
}

.ticket-fact-card span,
.ticket-fact-card strong {
  display: block;
}

.ticket-fact-card span {
  margin-bottom: 7px;
  color: var(--platform-muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ticket-fact-card strong {
  color: var(--platform-navy);
  font-size: 15px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.ticket-security-note {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  margin-top: 18px;
  padding: 17px 19px;
  color: #4e6170;
  background: #fff8e9;
  border: 1px solid #ead9aa;
  border-left: 5px solid var(--platform-orange);
}

.ticket-security-note > div {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #fff;
  background: var(--platform-orange);
  border-radius: 50%;
  font-weight: 900;
}

.ticket-security-note p {
  margin: 0;
  line-height: 1.65;
}

.ticket-security-note strong {
  color: var(--platform-navy);
}

.ticket-thread {
  padding-top: clamp(46px, 6vw, 80px);
  background: #fff;
}

.ticket-thread__header {
  align-items: end;
}

.ticket-thread__header > div > span {
  display: block;
  margin-bottom: 8px;
  color: var(--platform-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ticket-thread__header > p {
  margin: 0 0 5px;
  color: var(--platform-muted);
  font-size: 13px;
}

.ticket-thread-empty {
  display: grid;
  gap: 6px;
  padding: 26px 28px;
  color: var(--platform-muted);
  background: #f6f9fb;
  border: 1px solid var(--platform-line);
  border-left: 5px solid var(--platform-blue);
}

.ticket-thread-empty strong {
  color: var(--platform-navy);
  font-size: 17px;
}

.ticket-thread-empty p {
  margin: 0;
  line-height: 1.65;
}

.ticket-message {
  width: min(84%, 900px);
  max-width: min(84%, 900px);
}

.ticket-message header > div span {
  display: block;
  margin-top: 2px;
}

.ticket-attachments a {
  align-items: center;
  gap: 10px;
}

.ticket-attachments a small {
  color: var(--platform-muted);
}

.ticket-reply-card {
  display: grid;
  grid-template-columns: minmax(250px, .68fr) minmax(0, 1.32fr);
  gap: clamp(26px, 5vw, 62px);
  margin-top: clamp(28px, 5vw, 56px);
  padding: clamp(26px, 4vw, 46px);
}

.ticket-reply-card__intro > span {
  display: block;
  margin-bottom: 8px;
  color: var(--platform-blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ticket-reply-card__intro h2 {
  margin: 0;
  color: var(--platform-navy);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 300;
  line-height: 1.15;
}

.ticket-reply-card__intro p {
  margin: 14px 0 0;
  color: var(--platform-muted);
  line-height: 1.7;
}

.ticket-public-reply-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.ticket-public-field {
  width: 100%;
  min-width: 0;
  margin: 0;
  float: none;
}

.ticket-public-reply-form label,
.ticket-public-reply-form small {
  display: block;
}

.ticket-public-reply-form label {
  margin-bottom: 7px;
  color: var(--platform-navy);
  font-size: 12px;
  font-weight: 850;
}

.ticket-public-reply-form textarea,
.ticket-public-reply-form input[type="file"] {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
  border: 1px solid #cbd8df;
  background: #fff;
  font: inherit;
}

.ticket-public-reply-form textarea {
  min-height: 180px;
  padding: 13px 14px;
  resize: vertical;
}

.ticket-public-reply-form input[type="file"] {
  min-height: 48px;
  padding: 10px;
}

.ticket-public-reply-form textarea:focus,
.ticket-public-reply-form input[type="file"]:focus {
  border-color: var(--platform-blue);
  outline: 3px solid rgba(8, 116, 173, .14) !important;
}

.ticket-public-reply-form small {
  margin-top: 6px;
  color: var(--platform-muted);
  font-size: 11px;
  line-height: 1.5;
}

.ticket-public-reply-form__actions {
  display: flex;
  justify-content: flex-end;
}

.ticket-public-reply-form__actions .platform-button {
  min-width: 210px;
}

.ticket-closed-note {
  display: grid;
  gap: 6px;
  margin-top: 30px;
  padding: 22px 24px;
  background: #f2faf6;
  border: 1px solid #c7e4d7;
  border-left: 5px solid var(--platform-green);
}

.ticket-closed-note strong {
  color: var(--platform-navy);
}

.ticket-closed-note span {
  color: var(--platform-muted);
}

.ticket-closed-note a {
  width: max-content;
  color: var(--platform-blue);
  font-weight: 800;
  text-decoration: none;
}

/* Editor-Spezialseiten folgen derselben Außenkante, ihre eigene Binnenstruktur bleibt erhalten. */
.seeit-editorial-cms-page > .seeit-editorial-cms-section > .container {
  width: 100% !important;
  max-width: var(--seeit-shell) !important;
  padding-right: var(--seeit-content-gutter) !important;
  padding-left: var(--seeit-content-gutter) !important;
}

.seeit-editorial-cms-page .seeit-editor-scope,
.seeit-editorial-cms-page .seeit-editor-scope > * {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

/* Beitragsdetailseiten: Container ist nicht mehr selbst das Grid. */
.news-article-body {
  background: #fff;
}

.news-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 310px);
  gap: clamp(34px, 5vw, 68px);
  align-items: start;
  padding: clamp(46px, 6vw, 86px) 0;
}

.news-article-main,
.news-article-aside,
.news-article-content,
.news-article-content * {
  min-width: 0;
  max-width: 100%;
}

.news-article-content {
  overflow-wrap: anywhere;
}

.news-article-content table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.news-article-content iframe,
.news-article-content video {
  max-width: 100%;
}

.news-article-aside {
  position: sticky;
  top: 125px;
}

.news-article-aside__card .platform-button {
  width: 100%;
  justify-content: center;
  text-align: center;
}

/* Karriere: keine kilometerlangen Minispalten. */
.seeit-career-hero__grid,
.seeit-career-principles__grid,
.seeit-career-application__grid,
.seeit-career-job {
  width: 100%;
  min-width: 0;
}

.seeit-career-hero__media {
  min-height: 360px;
  max-height: 520px;
}

.seeit-career-hero__media img {
  min-height: 360px;
  max-height: 520px;
  object-fit: cover;
}

.seeit-career-job {
  grid-template-columns: minmax(300px, .76fr) minmax(0, 1.24fr);
  align-items: stretch;
}

.seeit-career-job__media {
  height: 100%;
  min-height: 350px;
  max-height: 600px;
}

.seeit-career-job__media img {
  height: 100%;
  min-height: 350px;
  max-height: 600px;
  object-fit: cover;
}

.seeit-career-job__main,
.seeit-career-job__modules,
.seeit-career-job__facts,
.seeit-career-form-card {
  min-width: 0;
}

.seeit-career-job__modules .seeit-editor-content,
.seeit-career-job__modules .seeit-editor-content * {
  max-width: 100%;
  overflow-wrap: anywhere;
}

/* Öffnungszeiten: Kartenhöhe durch Inhalt statt übergroßer blauer Kopffläche. */
.seeit-store-hours__grid {
  align-items: start;
}

.seeit-store-hours__card {
  display: flex;
  height: auto !important;
  min-height: 0 !important;
  flex-direction: column;
  align-self: start;
}

.seeit-store-hours__card > header {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  padding: clamp(23px, 3vw, 34px) !important;
}

.seeit-store-hours__card > header > div:first-child {
  min-height: 0 !important;
}

/* Das beschädigte Bootstrap-Grundstylesheet setzte global 480px Abstand auf address. */
.seeit-store-hours__card address {
  margin: 0 !important;
  line-height: 1.55 !important;
}

.seeit-store-hours__card > header .seeit-hours-status {
  width: 100%;
  min-height: 0 !important;
  margin-top: 22px !important;
}

.seeit-store-hours__table,
.seeit-store-hours__card > footer {
  flex: 0 0 auto;
}

/* Support-Erfolg: persönlicher Statuslink mit ausreichendem Kontrast. */
.seeit-support-page .platform-success__card .platform-button {
  color: #fff !important;
  background: var(--platform-blue, #087caf) !important;
  border-color: var(--platform-blue, #087caf) !important;
  box-shadow: 0 12px 28px rgba(8, 124, 175, .24);
}

.seeit-support-page .platform-success__card .platform-button:hover,
.seeit-support-page .platform-success__card .platform-button:focus {
  color: #fff !important;
  background: var(--platform-navy, #082f55) !important;
  border-color: var(--platform-navy, #082f55) !important;
}

/* eTermin und externe Auftragserfassung bleiben innerhalb ihrer Inhaltskante. */
.seeit-appointment-embed,
.seeit-order-form-stage,
.seeit-external-service-frame--order,
.seeit-order-page #fixdeskform,
.seeit-order-page #fixdeskform > * {
  min-width: 0 !important;
  max-width: 100% !important;
}

.seeit-appointment-embed {
  overflow: visible !important;
}

.seeit-appointment-embed iframe {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
}

/* Geräteauftrag: Drittanbieterbereich breit, Hilfe daneben – ohne Anbieterwerbung. */
.seeit-order-form-stage {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
}

.seeit-order-page #fixdeskform {
  width: 100% !important;
  max-width: 760px !important;
}

.seeit-order-page #fixdeskform iframe {
  width: 100% !important;
  max-width: 100% !important;
}

/* Interne Terminbuchung: Karten und Formulare dürfen nicht als Zusatzspalten zerfallen. */
.booking-page .booking-hero__grid,
.booking-page .booking-mode-grid,
.booking-page .booking-location-grid,
.booking-page .booking-assurance-grid,
.booking-page .booking-wizard,
.booking-page .booking-form-grid,
.booking-page .booking-summary-grid {
  min-width: 0;
}

@media (max-width: 1180px) {
  footer.footer .footer-sections {
    grid-template-columns: repeat(2, minmax(180px, 1fr)) !important;
  }

  .seeit-career-job {
    grid-template-columns: minmax(260px, .64fr) minmax(0, 1.36fr);
  }

  .ticket-overview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .ticket-portal-hero__grid,
  .ticket-reply-card,
  .news-article-layout,
  .seeit-career-job,
  .seeit-order-form-stage {
    grid-template-columns: 1fr;
  }

  .ticket-status-card {
    max-width: 520px;
  }

  .news-article-aside {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-article-aside__card:last-child {
    grid-column: 1 / -1;
  }

  .seeit-career-job__media,
  .seeit-career-job__media img {
    min-height: 300px;
    max-height: 440px;
  }

  .seeit-order-form-help {
    position: static;
  }
}

@media (max-width: 820px) {
  :root {
    --seeit-content-gutter: 22px;
  }

  footer.footer .footer-main-row,
  footer.footer .footer-bottom {
    padding-right: 22px !important;
    padding-left: 22px !important;
  }

  .ticket-message {
    width: 94%;
    max-width: 94%;
  }
}

@media (max-width: 620px) {
  .ticket-overview__grid,
  .news-article-aside,
  footer.footer .footer-sections {
    grid-template-columns: 1fr !important;
  }

  .news-article-aside__card:last-child {
    grid-column: auto;
  }

  .ticket-message {
    width: 100%;
    max-width: 100%;
  }

  .ticket-public-reply-form__actions,
  .ticket-public-reply-form__actions .platform-button {
    width: 100%;
  }

  .ticket-security-note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  :root {
    --seeit-content-gutter: 16px;
  }

  #breadcrumb-navigation.container {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  footer.footer .footer-main-row,
  footer.footer .footer-bottom {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .ticket-reply-card,
  .ticket-fact-card,
  .ticket-status-card {
    padding: 20px;
  }
}
