/* Paid bot hosting: shared product components with readable, balanced details. */
.bot-hosting-page.product-refresh-page .bot-plan-grid { margin-inline: auto; }
body.bot-hosting-page main #plans .hosting-plan-grid .card { padding: 28px; }
body.bot-hosting-page main #plans .hosting-plan-grid .desc { min-height: 3em; font-size: .95rem; }
body.bot-hosting-page main #plans .hosting-plan-grid .price { margin: 8px 0 22px; }
body.bot-hosting-page main #plans .hosting-plan-grid > .card .plan-specs .spec-item:nth-child(n+3) { grid-column: 1 / -1; }
body.bot-hosting-page main #plans .hosting-plan-grid > .card .plan-specs .spec-val { font-size: .95rem; line-height: 1.4; overflow-wrap: normal; }
body.bot-hosting-page main #plans .hosting-plan-grid > .card .plan-specs .spec-label { font-size: .68rem; }
.bot-hosting-page .bot-plan-included { grid-template-columns: 1fr; gap: 0; padding: 0; margin: 4px 0 24px; }
.bot-hosting-page .bot-plan-included li { display: flex; justify-content: flex-start; gap: 12px; min-height: 0; padding: 11px 0; border: 0; border-bottom: 1px solid #ece5f3; border-radius: 0; font-size: .9rem; line-height: 1.5; text-align: left; }
.bot-hosting-page .bot-plan-included i { width: 20px; text-align: center; }
.bot-hosting-page .bot-free-callout { max-width: 1160px; margin: 28px auto 0; padding: 24px; border-radius: 16px; }
.bot-hosting-page .bot-region-grid { width: 100%; max-width: 1160px; gap: 24px; }
.bot-hosting-page .bot-region-card { border-radius: 16px; }
.bot-hosting-page .bot-region-visual { display: grid; place-items: center; padding: 20px 12px; }
.bot-hosting-page .bot-region-visual img { align-self: center; object-position: center; }
.bot-hosting-page .bot-runtime-card { padding: 24px; border-radius: 16px; border-color: #e3daed; }
.bot-hosting-page .bot-runtime-card .desc { font-size: .94rem; line-height: 1.6; }
.bot-hosting-page .bot-runtime-meta { font-size: .85rem; line-height: 1.6; }
.bot-hosting-page .bot-builder-shell { border-radius: 20px; border: 1px solid #e3daed; overflow: hidden; }
.bot-hosting-page .bot-base-option { padding: 18px; border-radius: 12px; }
.bot-hosting-page .bot-base-option small { font-size: .83rem; line-height: 1.5; }
.bot-hosting-page .bot-resource-heading small { font-size: .82rem; }
.bot-hosting-page .bot-unit-strip { gap: 18px; padding: 22px; line-height: 1.6; }
@media (max-width: 640px) {
  body.bot-hosting-page main #plans .hosting-plan-grid .card { padding: 22px; }
  .bot-hosting-page .bot-free-callout { padding: 20px; }
  .bot-hosting-page .bot-base-option { padding: 14px; }
}
