.container {
  display: flex;
  flex-direction: row;
  width: 1280px;
  height: 89px;
  gap: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
}

.restaurant-info {
  display: flex;
  flex-direction: row;
  width: 993px;
  height: 57px;
  gap: 20px;
  flex: 1 0 0;
  box-sizing: border-box;
}

.restaurant-details {
  display: flex;
  flex-direction: column;
  width: 993px;
  height: 57px;
  gap: 4px;
  box-sizing: border-box;
}

.restaurant-name {
  width: 157px;
  height: 31px;
  box-sizing: border-box;
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--dark-071-d-3-b, #071d3b);
  white-space: nowrap;
  overflow: visible;
}

.crackerbarrel .restaurant-name {
  font-family: "Special Gothic", sans-serif;
  color: var(--dark-071-d-3-b, #2b1d10);
}

.address-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 993px;
  height: 22px;
  gap: 8px;
  box-sizing: border-box;
}

.address {
  width: 993px;
  height: 22px;
  flex-grow: 1;
  box-sizing: border-box;
  color: var(--dark-071-d-3-b, #071d3b);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.button-frame {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 255px;
  height: 40px;
  gap: 8px;
  box-sizing: border-box;
}

.primary-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 97px;
  height: 40px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 100px;
  box-sizing: border-box;
  background: #222724;
}

.crackerbarrel .primary-button {
  background: #faa61a;
}

.button-container {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 22px;
  padding-bottom: 2px;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  color: var(--base-0-ffffff, #fff);
  overflow: visible;
  white-space: nowrap;
}

.crackerbarrel .button-container {
  color: #2b1d10;
}

.text {
  text-decoration: none;
  cursor: pointer;
  width: 96px;
  height: 20px;
  box-sizing: border-box;
}

.divider {
  width: 1280px;
  height: 0px;
  border-top: 1px solid #c5cad0;
  margin: 0;
}
