/* PayPal remains a direct DEVZ PayPal checkout action.
   Gold is PayPal's recommended high-recognition button treatment. */
body:not(.inner-page) #quoteForm .payment-panel #bookWithPaypal[hidden] {
  display: none !important;
}

body:not(.inner-page) #quoteForm .payment-panel #bookWithPaypal.payment-method-card.paypal-choice {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: space-between !important;
  text-align: center;
  min-height: 88px;
  width: 100%;
  margin: 0 !important;
  padding: 13px 12px 12px !important;
  border: 1px solid #d6a026 !important;
  border-radius: 15px !important;
  background: #ffc439 !important;
  color: #003087 !important;
  box-shadow: 0 8px 22px rgba(0,48,135,.12) !important;
}

body:not(.inner-page) #quoteForm .payment-panel #bookWithPaypal.payment-method-card.paypal-choice:hover {
  transform: translateY(-2px);
  border-color: #c99420 !important;
  background: #ffc439 !important;
  filter: brightness(.985);
  box-shadow: 0 12px 28px rgba(0,48,135,.18) !important;
}

body:not(.inner-page) #quoteForm .payment-panel #bookWithPaypal .payment-method-type,
body:not(.inner-page) #quoteForm .payment-panel #bookWithPaypal .payment-method-action {
  color: #003087 !important;
}

body:not(.inner-page) #quoteForm .payment-panel #bookWithPaypal img {
  display: block;
  width: 124px;
  height: auto;
  max-height: 31px;
  object-fit: contain;
  object-position: center;
}

body:not(.inner-page) #quoteForm .payment-panel #bookWithPaypal:focus-visible {
  outline: 3px solid rgba(0,48,135,.30) !important;
  outline-offset: 3px;
}

body:not(.inner-page) #quoteForm .payment-panel #bookWithPaypal:disabled {
  cursor: wait;
  opacity: .7;
}

@media (max-width: 560px) {
  body:not(.inner-page) #quoteForm .payment-panel #bookWithPaypal.payment-method-card.paypal-choice {
    min-height: 78px;
    align-items: center !important;
    text-align: center;
  }
  body:not(.inner-page) #quoteForm .payment-panel #bookWithPaypal img {
    object-position: center;
  }
}

body:not(.inner-page) #quoteForm .payment-panel #bookWithPaypal .payment-method-type,
body:not(.inner-page) #quoteForm .payment-panel #bookWithPaypal .payment-method-action {
  align-self: stretch;
  text-align: left;
}
