
.cc-etterem-info {
  background-color: #F7F2EC;
  padding: 70px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-family: 'Jost', sans-serif;
}
.cc-etterem-info__header {
  text-align: center;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cc-etterem-info__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 40px;
  color: #A8957A;
  margin: 0 0 24px 0;
}
.cc-etterem-info__divider-main {
  width: 120px;
  height: 1px;
  background-color: #D0C4B0;
}
.cc-etterem-info__grid {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.cc-etterem-info__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 40px;
  position: relative;
}
.cc-etterem-info__col:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0; top: 10%;
  height: 80%; width: 1px;
  background-color: #D0C4B0;
  opacity: 0.5;
}
.cc-etterem-info__icon {
  width: 28px; height: 28px;
  color: #A8957A;
  margin-bottom: 20px;
}
.cc-etterem-info__col-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 22px;
  color: #A8957A;
  margin: 0 0 24px 0;
}
.cc-etterem-info__text-block {
  font-weight: 300;
  font-size: 15px;
  color: #2C2828;
  line-height: 1.6;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cc-etterem-info__link { color: #A8957A; text-decoration: none; }
.cc-etterem-info__link:hover { opacity: 0.7; }
.cc-etterem-info__schedule { font-weight: 400; }
.cc-etterem-info__note { font-size: 13px; opacity: 0.7; margin-top: -4px; }
.cc-etterem-info__btn {
  display: inline-flex;
  align-items: center;
  background-color: #A8957A;
  color: #FFFFFF;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  margin-top: auto;
}
.cc-etterem-info__btn:hover { background-color: #8D7B60; }
@media (max-width: 900px) {
  .cc-etterem-info__grid { grid-template-columns: 1fr; gap: 48px; }
  .cc-etterem-info__col::after { display: none; }
  .cc-etterem-info__col { padding: 0 20px; }
}
