/*
Theme Name: Texas Roadhouse Cuisine Guide
Theme URI: https://texasroadhousecuisine.us/
Author: Texas Roadhouse Cuisine Editorial Team
Description: Same-domain WordPress conversion with one-click content import, Rank Math metadata, legacy redirects, schema, XML sitemap and AI-search discovery files.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: texas-roadhouse-cuisine
*/

.editorial-byline {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem;
  margin-top: 1rem;
  color: #675c55;
  font-size: .92rem;
  line-height: 1.55;
}

.editorial-byline a {
  color: #7a241d;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.post-edit-link {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 50;
  border-radius: 999px;
  background: #7a241d;
  color: #fff;
  padding: .65rem 1rem;
  box-shadow: 0 8px 25px rgba(31, 25, 22, .2);
  font-weight: 700;
}

@media (max-width: 720px) {
  .editorial-byline {
    display: block;
  }
}
