body {
  margin: 0;
  padding: 0;
}

.ant-message {
  z-index: 10000000 !important;
}
.card-widget {
  border: 2px solid var(--ck-color-base-border, #c4c4c4);
  border-radius: 8px;
  padding: 15px;
  background: #f7f8f9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card-widget.ck-widget_selected {
  border-color: var(--ck-color-focus-border, #1a9bed);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card-title {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  color: var(--ck-color-base-text, #333);
}

/* Hotel Card Widget */
.hotel-card-widget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  background: #f7f8f9;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 16px 20px;
  margin: 8px 0;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.05);
          box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.hotel-card-widget.ck-widget_selected {
  border-color: #1a9bed;
  -webkit-box-shadow: 0 0 0 2px rgba(26,155,237,0.25);
          box-shadow: 0 0 0 2px rgba(26,155,237,0.25);
}

.hotel-card-logo {
  font-size: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 72px;
  height: 72px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #1a1a1a;
  border-radius: 8px;
  overflow: hidden;
}

.hotel-card-body {
  -ms-flex: 1 1;
      flex: 1 1;
  min-width: 0;
}

.hotel-card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.hotel-card-widget .hotel-name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
}

.hotel-card-widget .hotel-price {
  margin: 0;
  font-size: 13px;
  color: #888;
}

.hotel-view-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #26c6da;
  color: #fff !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  text-decoration: none;
  pointer-events: none;
}


/*# sourceMappingURL=main.95abc32a.css.map*/