#kph-wrapper {
font-family: 'Helvetica Neue', Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
color: #333;
}
#kph-haku label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
#kph-postinumero {
width: 100%;
padding: 8px;
border: 1px solid #ccc;
border-radius: 4px;
}
#kph-haku button:hover {
background-color: #c19d2a;
} #valitse-paikkakunta {
margin-top: 30px;
}
#valitse-paikkakunta h3 {
margin-bottom: 10px;
font-size: 1.2em;
}
#kph-laanit {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.kph-laani {
flex: 1 1 100%;
margin-top: 10px;
}
.kph-laani h4 {
cursor: pointer;
background-color: #f5f5f5;
padding: 8px;
border-radius: 4px;
}
.kph-kaupungit {
display: none;
margin-top: 5px;
padding-left: 15px;
}
.kph-kaupunki {
display: inline-block;
background-color: #eee;
color: #333;
padding: 5px 10px;
margin: 5px 5px 0 0;
border-radius: 20px;
cursor: pointer;
transition: background-color 0.3s;
}
.kph-kaupunki:hover {
background-color: #d4af37;
color: #fff;
}
.kph-kaupunki.selected {
background-color: #d4af37;
color: #fff;
} #kph-tulokset {
margin-top: 30px;
}
.kph-event {
border: 1px solid #ccc;
border-left: 5px solid #d4af37;
padding: 15px;
margin-bottom: 15px;
border-radius: 4px;
background-color: #fafafa;
}
.kph-event strong {
font-size: 1.1em;
}
.kph-varaa-btn {
display: inline-block;
margin-top: 10px;
padding: 8px 16px;
background-color: #d4af37;
color: #fff;
text-decoration: none;
border-radius: 4px;
}
.kph-varaa-btn:hover {
background-color: #c19d2a;
}
#kph-hakulomake {
display: flex;
gap: 10px;
align-items: center;
margin-bottom: 20px;
}
#kph-postinumero {
flex: 1;
}
#kph-haku {
padding: 8px 16px;
background-color: #d4af37;
color: #fff;
border: none;
border-radius: 4px;
font-weight: bold;
cursor: pointer;
transition: background-color 0.2s ease;
}
#kph-haku:hover {
background-color: #c19d2a;
}
#kph-hakulomake {
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 20px;
}
#kph-hakulomake .kph-input-row {
display: flex;
gap: 10px;
align-items: center;
}
#kph-hakulomake label {
font-weight: bold;
}
#kph-postinumero {
flex: 1;
min-width: 200px;
padding: 8px;
font-size: 16px;
border: 1px solid #ccc;
border-radius: 4px;
}
#kph-haku {
padding: 8px 16px;
background-color: #d4af37;
color: #fff;
border: none;
border-radius: 4px;
font-weight: bold;
cursor: pointer;
transition: background-color 0.2s ease;
}
#kph-haku:hover {
background-color: #c19d2a;
}
#valitse-paikkakunta {
margin-top: 30px;
text-align: center;
}
#kph-laanit {
display: block;
}
.kph-kaupunki.active {
background-color: #d4af37;
color: #fff;
}
.kph-varaus-form {
max-width: 100%;
background: #fffbea;
padding: 20px;
border-radius: 12px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
font-family: 'Helvetica Neue', Arial, sans-serif;
color: #333;
}
.kph-varaus-form label {
display: block;
font-weight: bold;
margin-bottom: 6px;
font-size: 15px;
}
.kph-varaus-form input[type="text"],
.kph-varaus-form input[type="email"] {
width: 100%;
padding: 10px;
font-size: 15px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
margin-bottom: 15px;
}
.kph-row {
display: flex;
gap: 10px;
margin-bottom: 15px;
}
.kph-col {
flex: 1;
}
.kph-varaus-form input[type="checkbox"] {
margin-right: 8px;
}
.kph-varaus-form button {
padding: 10px 20px;
background-color: #d4af37;
color: #fff;
border: none;
border-radius: 4px;
font-weight: bold;
cursor: pointer;
transition: background-color 0.2s ease;
}
.kph-varaus-form button:hover {
background-color: rgb(253, 189, 18);
}
.kph-tapahtumatiedot {
padding: 1em;
background-color: rgb(253, 189, 18);
}
.kph-tapahtumatiedot {
margin-bottom: 20px;
}
.kph-tapahtumarivi {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
gap: 10px;
}
.kph-tapahtumaotsikko {
font-weight: bold;
font-size: 1.1em;
flex: 0 0 auto;
min-width: 140px;
}
.kph-tapahtuma-arvo {
flex: 1;
text-align: right;
font-size: 1em;
line-height: 1.4;
}