/* SeoBanner.css: Generated from Figma API and design breakdown */

.seo-banner {
  width: 1280px;
  min-height: 52px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #222724;
  border-radius: 10px;
  gap: 20px;
  justify-content: center;
  padding: 8px 20px;
  box-sizing: border-box;
}

.crackerbarrel .seo-banner {
  background: #2b1d10;
}

.seo-banner-main {
  flex: 1 1 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.seo-banner-icon {
  width: 33px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seo-banner-title {
  color: #fff;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: 19.6px;
  white-space: nowrap;
}

.crackerbarrel .seo-banner-title {
  font-family: "Libre Franklin", sans-serif;
}

.seo-banner-button {
  height: 28px;
  border-radius: 4px;
  border: none;
  background: #222724;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  font-family: "Raleway", sans-serif;
  cursor: pointer;
}

.crackerbarrel .seo-banner-button {
  background: #2b1d10;
  font-family: "Libre Franklin", sans-serif;
}

.seo-banner-button-text {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 15.12px;
  white-space: nowrap;
}

.seo-banner-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

.seo-banner-button-icon svg {
  display: block;
}

.category-button {
  text-decoration: none;
  height: 28px;
  border-radius: 4px;
  border: none;
  background: #222724;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  font-family: "Raleway", sans-serif;
  cursor: pointer;
}

.crackerbarrel .category-button {
  background: #2b1d10;
  font-family: "Libre Franklin", sans-serif;
}

.category-button-text {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 15.12px;
  white-space: nowrap;
}
