/*
Theme Name: RD Web Hosting
Theme URI: https://www.rdwebhosting.com/
Author: RD Web Hosting
Author URI: https://www.rdwebhosting.com/
Description: A wide, dark WordPress block theme for RD Web Hosting covering website design and build, web tools and applications, digital marketing, hosting and management, and CMS &amp; CRM development. Ships reusable block patterns for hero, services, content, category intro and latest-posts sections.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rdwebhosting
Tags: full-site-editing, block-patterns, wide-blocks, one-column, custom-colors, custom-logo, dark-mode
*/

/* Block theme styling lives in theme.json. Only accents live here. */

body {
  -webkit-font-smoothing: antialiased;
}

/* Wide, edge-lit section shell used by patterns */
.rd-panel {
  border: 1px solid rgba(47, 214, 195, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(47, 214, 195, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.rd-panel:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 214, 195, 0.45);
}

.rd-rule {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47, 214, 195, 0.6), transparent);
}

.rd-eyebrow {
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.rd-grid-bg {
  background-image:
    linear-gradient(rgba(47, 214, 195, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 214, 195, 0.06) 1px, transparent 1px);
  background-size: 64px 64px;
}

/* Post cards in the latest posts pattern */
.rd-post-card .wp-block-post-title a {
  text-decoration: none;
}

.rd-post-card .wp-block-post-title a:hover {
  color: var(--wp--preset--color--accent);
}

.rd-post-card .wp-block-post-excerpt__more-link {
  display: inline-block;
  margin-top: 0.75rem;
  color: var(--wp--preset--color--accent);
  font-weight: 600;
  text-decoration: none;
}

.rd-post-card .wp-block-post-excerpt__more-link:hover {
  text-decoration: underline;
}

.wp-block-post-featured-image img {
  border-radius: 12px;
}
