
.rtac-card {
  display: grid;
  grid-template-columns: minmax(150px, 220px) 1fr;
  gap: 22px;
  width: 100%;
  margin: 24px 0;
  padding: 18px;
  border: 1px solid #ead9df;
  border-radius: 14px;
  background: #fff;
  box-sizing: border-box;
}

.rtac-card * { box-sizing: border-box; }

.rtac-image-link { display: block; align-self: start; }

.rtac-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
}

.rtac-body { min-width: 0; }

.rtac-provider {
  margin-bottom: 5px;
  color: #8d6b77;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.rtac-hotel-name {
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  background: none;
  font-size: 20px;
  line-height: 1.45;
}

.rtac-hotel-name a { color: inherit; text-decoration: none; }

.rtac-room-list {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.rtac-room {
  padding: 11px 12px;
  border-radius: 9px;
  background: #fbf7f8;
}

.rtac-room-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.rtac-plan-name {
  margin-top: 3px;
  color: #666;
  font-size: 13px;
  line-height: 1.5;
}

.rtac-price { margin-top: 7px; line-height: 1.2; }

.rtac-price-label {
  margin-right: 7px;
  color: #666;
  font-size: 13px;
}

.rtac-price-number {
  font-size: 22px;
  font-weight: 800;
}

.rtac-from {
  margin-left: 2px;
  font-size: 14px;
  font-weight: 700;
}

.rtac-unit,
.rtac-date {
  color: #777;
  font-size: 12px;
}

.rtac-date { margin-top: 5px; }
.rtac-fallback-price { margin: 8px 0 15px; }

.rtac-fallback-notice {
  margin: 0 0 12px;
  padding: 9px 10px;
  border-radius: 7px;
  background: #fff8e5;
  color: #6c5600;
  font-size: 12px;
  line-height: 1.55;
}

.rtac-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 8px;
  background: #bf0000;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.rtac-button:hover { opacity: .9; }

.rtac-note,
.rtac-no-price {
  margin-top: 10px;
  color: #777;
  font-size: 11px;
  line-height: 1.55;
}

.rtac-error {
  margin: 12px 0;
  padding: 12px;
  border-left: 4px solid #d63638;
  background: #fff4f4;
}

/* Block editor */
.rtac-editor-shell {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
}

.rtac-editor-title {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
}

.rtac-editor-help {
  margin: 6px 0 12px;
  color: #666;
  font-size: 13px;
  line-height: 1.55;
}

.rtac-editor-search-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: end;
}

.rtac-editor-results,
.rtac-editor-room-results {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.rtac-editor-hotel-result,
.rtac-editor-room-result {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.rtac-editor-room-result {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.rtac-editor-thumb,
.rtac-editor-selected-image {
  width: 100%;
  height: 78px;
  object-fit: cover;
  border-radius: 7px;
}

.rtac-editor-result-body,
.rtac-editor-selected-main,
.rtac-editor-room-result-main {
  min-width: 0;
}

.rtac-editor-meta {
  margin: 4px 0;
  color: #666;
  font-size: 12px;
  line-height: 1.45;
}

.rtac-editor-price-mini {
  margin: 5px 0 8px;
  font-weight: 700;
}

.rtac-editor-selected-hotel {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 14px;
  align-items: center;
}

.rtac-editor-selected-image { height: 92px; }

.rtac-editor-kicker {
  color: #777;
  font-size: 11px;
}

.rtac-editor-selected-name {
  display: block;
  margin: 3px 0 5px;
  font-size: 17px;
}

.rtac-editor-section {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}

.rtac-editor-dates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.rtac-editor-date-label {
  display: grid;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
}

.rtac-editor-date-label input {
  min-height: 40px;
  padding: 7px 9px;
  border: 1px solid #949494;
  border-radius: 2px;
  font-size: 14px;
}

.rtac-editor-mode-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.rtac-editor-badge {
  display: inline-block;
  padding: 3px 7px;
  border-radius: 999px;
  background: #f0f0f0;
  font-size: 11px;
}

.rtac-editor-chosen-plan {
  padding: 11px;
  border-radius: 7px;
  background: #f7f7f7;
}

.rtac-editor-room-name { font-weight: 700; }

.rtac-editor-plan-name {
  margin: 3px 0 9px;
  color: #666;
  font-size: 12px;
}

.rtac-editor-preview-note {
  margin-top: 16px;
  color: #777;
  font-size: 11px;
}

@media (max-width: 600px) {
  .rtac-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
  }

  .rtac-image { aspect-ratio: 16 / 9; }
  .rtac-hotel-name { font-size: 18px; }
  .rtac-button { width: 100%; }

  .rtac-editor-search-row,
  .rtac-editor-hotel-result,
  .rtac-editor-room-result,
  .rtac-editor-selected-hotel,
  .rtac-editor-dates {
    grid-template-columns: 1fr;
  }

  .rtac-editor-thumb,
  .rtac-editor-selected-image {
    height: 150px;
  }
}


/* v1.2: all controls live inside the block */
.rtac-editor-card-preview {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  padding: 14px;
  border: 1px solid #ead9df;
  border-radius: 10px;
  background: #fff;
}

.rtac-editor-card-preview-image {
  width: 100%;
  height: 115px;
  object-fit: cover;
  border-radius: 8px;
}

.rtac-editor-card-preview-body {
  min-width: 0;
}

.rtac-editor-preview-provider {
  color: #8d6b77;
  font-size: 11px;
  font-weight: 700;
}

.rtac-editor-preview-hotel {
  display: block;
  margin: 4px 0 10px;
  font-size: 17px;
  line-height: 1.45;
}

.rtac-editor-preview-room-wrap {
  margin-bottom: 10px;
  padding: 9px 10px;
  border-radius: 7px;
  background: #fbf7f8;
}

.rtac-editor-preview-room {
  font-size: 14px;
  font-weight: 700;
}

.rtac-editor-preview-plan,
.rtac-editor-preview-date {
  margin-top: 3px;
  color: #666;
  font-size: 12px;
  line-height: 1.45;
}

.rtac-editor-preview-price {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
}

.rtac-editor-preview-button {
  display: inline-block;
  margin-top: 9px;
  padding: 8px 12px;
  border-radius: 6px;
  background: #bf0000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.rtac-editor-inline-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 12px;
}

.rtac-editor-section-title {
  margin-bottom: 10px;
  font-weight: 700;
}

@media (max-width: 600px) {
  .rtac-editor-card-preview {
    grid-template-columns: 1fr;
  }

  .rtac-editor-card-preview-image {
    height: 170px;
  }
}
