/*** lounashinnaston tyylit ***/
.lounas-hinnasto {
    max-width: 400px;
}

h2#lounas {
    color: #B0151A !important; /* sama punainen */
    margin-bottom: 1rem;
}

.lounas-hinnasto__list {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.lounas-hinnasto__item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.lounas-hinnasto__item:hover {
  background: #f9f9f9;
}

.lounas-hinnasto__name {
    color: #222;
}

.lounas-hinnasto__price {
    font-weight: 600;
    color: #222;
}


/*** viikon acf lounaslistan tyylit ko. sivulla */ 
.lounaslista {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.lounaslista li {
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
}

.lounaslista li:hover {
  background: #f9f9f9;
}

.lounaslista li:last-child {
  border-bottom: none;
}

.lounaslista li strong {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}

.lounas-sisalto {
  color: #444;
  line-height: 1.5;
}

.paivan-lounas .lounas-sisalto {
  color: #fff;
}

/* viikonloppu harmaalla jos halutaan! 
.lounaslista li:nth-child(6),
.lounaslista li:nth-child(7) {
  opacity: 0.6;
}*/


/*** ateriapalvelu ap pdf-tiedostoliitteiden tyylit ko. sivulla */
.ap-pdf-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.ap-pdf-item {
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 8px;
    text-align: center;
}

.ap-pdf-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.ap-pdf-btn {
    display: inline-block;
    padding: 10px 16px;
    background: #DC1A22;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
}

.ap-pdf-btn:hover {
    opacity: 0.9;
}

@media (max-width: 900px) {
    .ap-pdf-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .ap-pdf-wrap {
        grid-template-columns: 1fr;
    }
}

ul#primary-menu .main-navi-btn
a {
  background-color: var(--global-palette1);
  color: white;
	line-height: 2.5em;
  padding: 0em 2em;
	margin: 0 0.3em 0 0.3em; 
  border-radius: 999px;
	transition: all 0.3s ease-in-out;
}

.menu-container .kb-link-wrap {
	background: none;
}

ul#primary-menu .main-navi-btn a:hover
{
	background-color: var(--global-palette2);
	color: white;
}

/* varjo ja grad headeriin*/
.site-header {
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

body:not(.home) #feat-image-wrapper {
  background: linear-gradient(
    to bottom,
    #f0f0f0,
    #ffffff 120px
  );
}

.alacarte-item {
  border-bottom: 1px solid #eaeaea;
}

.alacarte-item .kuvaus {
  font-size: 15px;
}

.alacarte-item:hover {
  background: #f7f7f7;
}

.alacarte-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.alacarte-left {
  max-width: 70%;
}

.alacarte-right {
  font-weight: bold;
  white-space: nowrap;
}
.alacarte strong {
  font-size: 18px;
}

.alacarte-meta {
  display: inline;
  font-size: 0.75em;
  background: #f3f3f3;
  padding: 2px 6px;
  border-radius: 4px;
  margin-top: 4px;
  margin-left: 1em;
}
.alacarte-extras h3 {
    margin-top: 24px !important;
    margin-bottom: 12px !important;
}