.ro-booking-widget.ro-booking-success-page{
  container-type: normal;
  --robs-page-max: 1280px;
  --robs-content-max: 960px;
  --robs-gap: 18px;
  --robs-head-gap: 12px;
  --robs-radius: 18px;
  --robs-border: rgba(17,24,39,.10);
  --robs-surface: #ffffff;
  --robs-surface-soft: #f8fafc;
  --robs-text: #111827;
  --robs-muted: #6b7280;
  --robs-shadow: 0 10px 28px rgba(17,24,39,.06);
  background: transparent;
}

.ro-booking-widget.ro-booking-success-page .ro-booking-wrap{
  max-width: none;
  width: 100%;
  margin: 0;
}

.ro-booking-widget.ro-booking-success-page .robs-page{
  display: grid;
  gap: var(--robs-gap);
  padding: 14px 0 24px;
  justify-items: stretch;
}

.ro-booking-widget.ro-booking-success-page .robs-page-head{
  display: grid;
  gap: var(--robs-head-gap);
  width: 100%;
}

.ro-booking-widget.ro-booking-success-page .robs-title{
  margin: 0;
  color: var(--robs-text);
  font-size: clamp(1.55rem, 2vw, 2.25rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -.02em;
}

.ro-booking-widget.ro-booking-success-page .robs-subtitle{
  margin: 0;
  color: var(--robs-muted);
  font-size: 14px;
  line-height: 1.62;
  max-width: 860px;
}

.ro-booking-widget.ro-booking-success-page .robs-thankyou-card{
  border: 1px solid var(--robs-border);
  border-radius: var(--robs-radius);
  background: var(--robs-surface);
  box-shadow: var(--robs-shadow);
  overflow: hidden;
  width: 100%;
}

.ro-booking-widget.ro-booking-success-page .robs-thankyou-card .ro-card{
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 18px;
}

.ro-booking-widget.ro-booking-success-page .robs-section-title{
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(17,24,39,.06);
  color: var(--robs-text);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -.01em;
}

.ro-booking-widget.ro-booking-success-page .robs-thankyou-content{
  color: var(--robs-text);
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.ro-booking-widget.ro-booking-success-page .robs-thankyou-content > :first-child{
  margin-top: 0;
}

.ro-booking-widget.ro-booking-success-page .robs-thankyou-content > :last-child{
  margin-bottom: 0;
}

.ro-booking-widget.ro-booking-success-page .robs-thankyou-content a{
  color: var(--ro-primary);
}

.ro-booking-widget.ro-booking-success-page .robs-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.ro-booking-widget.ro-booking-success-page .robs-actions .ro-btn,
.ro-booking-widget.ro-booking-success-page .robs-actions .ro-btn:hover,
.ro-booking-widget.ro-booking-success-page .robs-actions .ro-btn:focus,
.ro-booking-widget.ro-booking-success-page .robs-actions .ro-btn:active{
  text-decoration: none;
}

.ro-booking-widget.ro-booking-success-page .robs-actions .ro-btn.ro-btn-primary,
.ro-booking-widget.ro-booking-success-page .robs-actions .ro-btn.ro-btn-primary:hover,
.ro-booking-widget.ro-booking-success-page .robs-actions .ro-btn.ro-btn-primary:focus,
.ro-booking-widget.ro-booking-success-page .robs-actions .ro-btn.ro-btn-primary:active{
  color: #fff !important;
}

.ro-booking-widget.ro-booking-success-page .robs-actions-card{
  border: 1px solid var(--robs-border);
  border-radius: var(--robs-radius);
  background: var(--robs-surface);
  box-shadow: var(--robs-shadow);
  overflow: hidden;
  width: 100%;
}

.ro-booking-widget.ro-booking-success-page .robs-actions-card .ro-card{
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 18px;
}

@media (max-width: 640px){
  .ro-booking-widget.ro-booking-success-page .robs-actions{
    justify-content: stretch;
  }

  .ro-booking-widget.ro-booking-success-page .robs-actions .ro-btn{
    width: 100%;
  }
}
