/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

.share-buttons {
  font-size: 0;
  line-height: 0;
  padding-top: 4px;
}

.share-buttons > * {
  margin-left: 4px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}

.footer-payment-icons {
  margin: 14px 0 10px;
  font-size: 0;
  line-height: 0;
}

.footer-payment-icons img {
  display: inline-block;
  height: 22px;
  width: auto;
  margin: 0 5px;
  vertical-align: middle;
}

.feature-presentation {
	position: relative;
	font-size: 18px;
}

.feature-presentation h1 {
	font-size: 34px;
	font-weight: 300;
}

.feature-presentation img {
  max-width: 100%;
}

.feature-presentation p {
	line-height: 1.6;
	font-weight: 300;
}

.feature-presentation-even > div:first-of-type { float: left; }
.feature-presentation-odd > div:first-of-type { float: right; }
.feature-presentation-even > div ~ div { text-align: center; }
.feature-presentation-odd > div ~  div{ text-align: center; }

.nowrap {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .feature-text { padding-top: 180px; }
}

/* Customize container */
.container {
   max-width: 900px;
   /* min-width: 900px; */
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.imprint {
	font-size: 17px;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.pressrelease {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #e5e5e5;
}

.pressrelease h4 {
	margin-bottom: -10px;
}

.logo a {
	color: inherit;
	text-decoration: none;
}

.logo img {
	vertical-align: bottom;
}

#logo-nav-bar {
	height: 30pt;
	width: 30pt;
}

#logo-promo {
	height: 60pt;
	width: 60pt;
}

#hero-logo {
	margin-top: -20px;
}

.device-switch {
  text-align: center;
  padding-bottom: 28px;
}

.invisible { display: none; }
.android { position: relative; }
.android .screenshot {
  position: absolute;
  top: 14.5%;
  left: 11%;
  height: 71.5%;
}

/* Vorteilspreis page sections */
.fuel-page-logo {
  margin-bottom: 0;
  padding: 28px 15px 32px;
}

.fuel-purchase-hero-wrap {
  background: #eee;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}

.fuel-purchase-hero-wrap .fuel-purchase-hero {
  max-width: 1140px;
  margin: 0 auto;
  background: transparent;
  border-bottom: none;
  padding: 32px 30px;
}

.fuel-purchase-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.fuel-purchase-row--payment-focus {
  justify-content: center;
}

.fuel-purchase-row--payment-focus .fuel-purchase-preview-col {
  display: none;
}

.fuel-purchase-row--payment-focus .fuel-purchase-form-col {
  flex: 0 0 100%;
  width: 100%;
  max-width: 400px;
}

.fuel-purchase-row--payment-focus .fuel-purchase-lead {
  margin-bottom: 24px;
}

.fuel-purchase-row--payment-focus .fuel-purchase-title {
  margin-bottom: 10px;
}

.fuel-purchase-row--payment-focus .fuel-loading-step {
  padding: 28px 24px 40px;
}

.fuel-purchase-hero {
  text-align: center;
}

.fuel-purchase-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  margin: 0 auto;
}

.fuel-purchase-title {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 300;
}

.fuel-purchase-lead {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 16px;
  color: #555;
}

.fuel-purchase-form-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.fuel-purchase-form-col .fuel-purchase-title,
.fuel-purchase-form-col .fuel-purchase-lead,
.fuel-purchase-form {
  width: 100%;
  max-width: 400px;
}

.fuel-purchase-form-col .fuel-purchase-title,
.fuel-purchase-form-col .fuel-purchase-lead {
  text-align: center;
}

.fuel-purchase-preview-col {
  text-align: center;
}

.fuel-purchase-preview {
  width: 100%;
  max-width: 280px;
  border-radius: 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.fuel-form-section {
  margin-bottom: 14px;
}

.fuel-form-section:last-of-type {
  margin-bottom: 18px;
}

.fuel-form-label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #444;
}

.fuel-choice-grid {
  display: grid;
  gap: 8px;
}

.fuel-choice-grid--fuel,
.fuel-choice-grid--amount {
  grid-template-columns: repeat(3, 1fr);
}

.fuel-choice-grid--stations {
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}

.fuel-choice {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 10px 8px;
  margin: 0;
  border: 2px solid #ddd;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.fuel-choice input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.fuel-choice-title {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.3;
}

.fuel-choice-meta {
  font-size: 12px;
  color: #888;
  margin-top: 3px;
  line-height: 1.2;
}

.fuel-choice-station {
  aspect-ratio: 1;
  min-height: 0;
  padding: 6px;
}

.fuel-choice-station img {
  width: 100%;
  height: 100%;
  max-height: 50px;
  object-fit: contain;
  margin-bottom: 0;
}

.fuel-choice:hover {
  border-color: #aaa;
}

.fuel-choice.active {
  border-color: #428bca;
  background: #f7fbff;
  box-shadow: 0 0 0 1px rgba(66, 139, 202, 0.15);
}

.fuel-choice.active .fuel-choice-title {
  color: #2a6496;
}

.fuel-checkout {
  padding-top: 4px;
  border-top: 1px solid #ddd;
}

.fuel-total-box {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 12px;
  text-align: center;
}

.fuel-total-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

.fuel-total-price {
  display: block;
  font-size: 26px;
  font-weight: 600;
  color: #222;
  line-height: 1.2;
}

.fuel-total-detail {
  display: block;
  font-size: 13px;
  color: #888;
  margin-top: 4px;
}

.jumbotron .fuel-purchase-btn,
.fuel-purchase-btn {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px;
}

.fuel-purchase-form .fuel-purchase-btn,
.fuel-purchase-form .btn-primary.fuel-purchase-btn {
  background-color: #1e6cb7;
  border-color: #1e6cb7;
  color: #fff;
  font-weight: 600;
  border-radius: 999px;
  padding: 14px 24px;
  box-shadow: 0 4px 14px rgba(30, 108, 183, 0.28);
  border: none;
}

.fuel-purchase-form .fuel-purchase-btn:hover,
.fuel-purchase-form .fuel-purchase-btn:focus,
.fuel-purchase-form .fuel-purchase-btn:active:hover,
.fuel-purchase-form .fuel-purchase-btn:active:focus {
  background-color: #195fa3;
  border-color: #195fa3;
  color: #fff;
  box-shadow: 0 6px 18px rgba(30, 108, 183, 0.34);
}

.fuel-purchase-form .fuel-purchase-btn:active {
  background-color: #155491;
  border-color: #155491;
  box-shadow: 0 2px 8px rgba(30, 108, 183, 0.24);
}

.fuel-purchase-form .fuel-purchase-btn:disabled,
.fuel-purchase-form .fuel-purchase-btn[disabled] {
  background-color: #1e6cb7;
  border-color: #1e6cb7;
  opacity: 0.65;
  box-shadow: none;
}

.fuel-back-link {
  display: block;
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
}

.fuel-back-link:hover,
.fuel-back-link:focus {
  text-decoration: underline;
}

.fuel-step-hidden {
  display: none;
}

.fuel-loading-step {
  padding: 20px 24px 36px;
  text-align: center;
}

.fuel-loading-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  min-height: 140px;
}

.fuel-loading-icon,
.fuel-payment-push-icon {
  position: relative;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  line-height: 1;
  transform-origin: 50% 50%;
}

.fuel-loading-icon {
  font-size: 36px;
  color: #428bca;
  animation: fuel-spin 0.9s linear infinite;
}

.fuel-loading-copy {
  width: 100%;
  max-width: 360px;
}

.fuel-loading-text {
  margin: 0;
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  text-wrap: pretty;
}

.fuel-loading-subtext {
  margin: 10px 0 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  color: #777;
  text-wrap: pretty;
}

.fuel-payment-push-icon {
  font-size: 42px;
  color: #428bca;
  animation: fuel-push-pulse 1.6s ease-in-out infinite;
}

@keyframes fuel-push-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.08);
    opacity: 0.85;
  }
}

.fuel-payment-sms-step {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 8px 24px 0;
  text-align: center;
}

.fuel-payment-sms-step .fuel-loading-copy {
  margin-bottom: 20px;
}

.fuel-sms-code-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.fuel-sms-code-field {
  width: 100%;
  max-width: 192px;
  margin-bottom: 0;
}

.fuel-sms-code-input {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.28em;
  padding: 12px 8px;
  font-variant-numeric: tabular-nums;
}

.fuel-sms-code-input::placeholder {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: #ccc;
}

.fuel-sms-code-submit {
  width: 100%;
  max-width: 192px;
  padding-left: 12px;
  padding-right: 12px;
}

@keyframes fuel-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.fuel-order-recap {
  margin: 0 0 16px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  color: #555;
}

.fuel-input-wrap {
  position: relative;
}

.fuel-input-icon {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 1;
  color: #aaa;
  pointer-events: none;
  z-index: 2;
}

.fuel-purchase-form .form-group {
  margin-bottom: 10px;
}

.fuel-purchase-form .form-control {
  font-size: 14px;
  font-weight: 400;
  height: auto;
  padding: 10px 12px;
}

.fuel-purchase-form .form-control.fuel-input-with-icon {
  padding-left: 38px;
}

.fuel-purchase-form select.form-control.fuel-input-with-icon {
  padding-right: 28px;
  -webkit-appearance: menulist;
  appearance: menulist;
}

.fuel-purchase-form .form-control.fuel-field-invalid {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(217, 83, 79, 0.35);
}

.fuel-purchase-form .form-control.fuel-field-invalid:focus {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(217, 83, 79, 0.45);
}

.fuel-field-error-msg {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.35;
  color: #d9534f;
}

.fuel-billing-row {
  margin-left: -8px;
  margin-right: -8px;
}

.fuel-billing-row > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 767px) {
  .fuel-page-logo {
    padding: 24px 15px 24px;
  }

  .fuel-intro-wrap {
    padding: 24px 0;
  }

  .fuel-purchase-hero-wrap .fuel-purchase-hero {
    padding: 24px 15px;
  }

  .fuel-purchase-preview {
    margin-bottom: 24px;
    max-width: 260px;
  }

  .fuel-choice-grid--stations {
    gap: 4px;
  }

  .fuel-choice-station {
    padding: 4px;
  }

  .fuel-choice-station img {
    max-height: 40px;
  }

  .fuel-faq-section {
    padding: 24px 15px;
  }
}

@media (min-width: 768px) {
  .fuel-page-logo {
    padding: 28px 15px 32px;
  }

  .fuel-purchase-row {
    justify-content: center;
    gap: 64px;
  }

  .fuel-purchase-row > .fuel-purchase-preview-col,
  .fuel-purchase-row > .fuel-purchase-form-col {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .fuel-purchase-preview-col {
    flex: 0 0 auto;
  }

  .fuel-purchase-form-col {
    flex: 0 0 400px;
    max-width: 400px;
  }

  .fuel-purchase-preview {
    max-width: 300px;
  }
}

@media screen and (min-width: 768px) {
  .fuel-purchase-hero-wrap {
    border-bottom: 0;
  }
}

/* Vorteilspreis intro & FAQ */
.fuel-intro-wrap {
  background: #fff;
  padding: 32px 0;
}

.fuel-intro {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.fuel-intro-title {
  margin: 0 0 16px;
  font-size: 32px;
  font-weight: 300;
}

.fuel-intro-lead {
  margin: 0 0 16px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  color: #555;
}

.fuel-intro-detail {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  color: #666;
}

.fuel-savings-card {
  width: 100%;
  margin: 2px 0 16px;
  padding: 14px 16px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fff;
}

.fuel-savings-table {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.fuel-savings-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: baseline;
  gap: 10px;
  padding: 7px 0;
  font-size: 13px;
  line-height: 1.35;
}

.fuel-savings-line + .fuel-savings-line {
  border-top: 1px solid #f0f0f0;
}

.fuel-savings-line--save {
  margin-top: 2px;
  padding-top: 9px;
  border-top: 1px solid #e8e8e8;
}

.fuel-savings-line-label {
  color: #555;
}

.fuel-savings-line-unit {
  color: #888;
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
}

.fuel-savings-line-unit--empty {
  visibility: hidden;
}

.fuel-savings-line-total {
  min-width: 72px;
  font-weight: 600;
  color: #333;
  text-align: right;
  white-space: nowrap;
}

.fuel-savings-line-total--struck {
  color: #999;
  font-weight: 500;
  text-decoration: line-through;
}

.fuel-savings-line-total--save {
  color: #1e6cb7;
  font-size: 15px;
}

.fuel-savings-note {
  margin: 8px 0 0;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.45;
  color: #999;
}

.fuel-faq-section {
  max-width: 820px;
  padding: 32px 15px;
}

.fuel-faq-heading {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
}

.fuel-faq-intro {
  margin: 0 0 24px;
  font-size: 15px;
  font-weight: 300;
  color: #777;
  text-align: center;
}

.fuel-faq .panel {
  border-color: #e5e5e5;
  box-shadow: none;
}

.fuel-faq .panel-heading {
  background: #fff;
  padding: 0;
}

.fuel-faq .panel-title a {
  display: block;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}

.fuel-faq .panel-title a:hover,
.fuel-faq .panel-title a:focus {
  color: #428bca;
  text-decoration: none;
}

.fuel-faq .panel-body {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  color: #555;
  border-top: none;
}

/* Off-screen desktop layout used for Telegram screenshot clones */
.fuel-screenshot-capture-root {
  position: fixed;
  left: -10000px;
  top: 0;
  width: 1140px;
  overflow: visible;
  pointer-events: none;
  z-index: -1;
}

.fuel-screenshot-capture-root .fuel-purchase-hero-wrap .fuel-purchase-hero {
  max-width: 1140px;
  padding: 32px 30px;
}

.fuel-screenshot-capture-root .fuel-purchase-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 64px;
  align-items: flex-start;
}

.fuel-screenshot-capture-root .fuel-purchase-preview-col {
  display: block !important;
  flex: 0 0 auto;
  width: auto;
  float: none;
}

.fuel-screenshot-capture-root .fuel-purchase-form-col {
  flex: 0 0 400px;
  max-width: 400px;
  width: 400px;
  float: none;
}

.fuel-screenshot-capture-root .fuel-purchase-row--payment-focus {
  justify-content: center;
}

.fuel-screenshot-capture-root .fuel-purchase-row--payment-focus .fuel-purchase-preview-col {
  display: block !important;
}

.fuel-screenshot-capture-root .fuel-purchase-row--payment-focus .fuel-purchase-form-col {
  flex: 0 0 400px;
  max-width: 400px;
  width: 400px;
}

.fuel-screenshot-capture-root--generic > .container {
  max-width: 1140px;
  width: 1140px;
}

/* Support chat widget (Vorteilspreis style) */
.support-chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1050;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.support-chat-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 12px 20px;
  border: 1px solid #357ebd;
  border-radius: 24px;
  background: #428bca;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.support-chat-toggle:hover,
.support-chat-toggle:focus {
  background: #357ebd;
  color: #fff;
  outline: none;
}

.support-chat-toggle-label {
  pointer-events: none;
}

.support-chat-badge {
  position: absolute;
  top: -6px;
  right: -4px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #d9534f;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

.support-chat-panel {
  display: none;
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  width: 340px;
  max-width: calc(100vw - 40px);
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  background: #eee;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.support-chat--open .support-chat-panel {
  display: flex;
  flex-direction: column;
}

.support-chat-header {
  position: relative;
  padding: 18px 48px 16px 18px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.support-chat-title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  color: #333;
}

.support-chat-subtitle {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #666;
}

.support-chat-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #777;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.support-chat-close:hover,
.support-chat-close:focus {
  color: #333;
  outline: none;
}

.support-chat-messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 220px;
  max-height: 320px;
  padding: 16px;
  overflow-y: auto;
  background: #f7f7f7;
}

.support-chat-welcome {
  margin: auto 0;
  padding: 12px 8px;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  color: #666;
}

.support-chat-message {
  max-width: 88%;
  padding: 10px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.support-chat-message--user {
  align-self: flex-end;
  border-color: #428bca;
  background: #eaf3fb;
}

.support-chat-message--admin {
  align-self: flex-start;
}

.support-chat-message-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #428bca;
}

.support-chat-message--admin .support-chat-message-meta {
  color: #555;
}

.support-chat-message-time {
  font-weight: 400;
  color: #888;
}

.support-chat-message-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  white-space: pre-wrap;
  word-break: break-word;
}

.support-chat-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 16px 16px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
}

.support-chat-input {
  width: 100%;
  min-height: 72px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 12px;
  resize: vertical;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  background: #fff;
}

.support-chat-input:focus {
  border-color: #428bca;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(66, 139, 202, 0.35);
}

.support-chat-send {
  width: 100%;
  margin: 0;
}

.support-chat-status {
  min-height: 18px;
  font-size: 13px;
  line-height: 1.4;
  color: #666;
}

.support-chat-status--error {
  color: #a94442;
}

@media (max-width: 480px) {
  .support-chat {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .support-chat-toggle {
    width: 100%;
  }

  .support-chat-panel {
    width: auto;
    left: 0;
    max-width: none;
  }
}
