#rezept-plz-container {
font-family: 'Montserrat', sans-serif;
background-color: #fff;
color: #b8356d;
margin: 0 auto;
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
max-width: 400px;
}
#rezept-plz-search-container {
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 10px;
margin-bottom: 20px;
}
#rezept-plz-search-field {
flex: 1;
padding: 10px;
font-size: 16px;
border: 1px solid #ccc;
border-radius: 4px;
}
#rezept-plz-search-button {
padding: 10px 20px;
font-size: 16px;
background-color: #b8356d;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
}
#rezept-plz-search-button:hover {
background-color: #b8356d;
}
#rezept-plz-results {
margin-top: 20px;
width: 100%;
text-align: center;
}
#rezept-plz-results div {
margin-bottom: 10px;
padding: 10px;
border: 1px solid #ccc;
cursor: pointer;
background-color: white;
color: #b8356d;
}
#rezept-plz-results div.rezept-plz-featured {
background-color: #b8356d;
color: white;
}
.rezept-plz-details {
margin-top: 20px;
text-align: center;
width: 100%;
max-width: 400px;
background-color: #f9f9f9;
color: #b8356d;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
border: 1px solid #ddd;
}
.rezept-plz-details h3 {
font-size: 24px;
color: #b8356d !important;
font-weight: bold;
margin-bottom: 10px;
}
.rezept-plz-details p {
font-size: 16px;
margin: 5px 0;
}
.rezept-plz-details .rezept-plz-button {
display: block;
margin: 10px 0;
padding: 12px;
font-size: 16px;
background-color: #b8356d;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
text-align: center;
text-decoration: none;
width: 100%;
}
.rezept-plz-details .rezept-plz-button:hover {
background-color: #b8356d;
}
#rezept-plz-menu-search-button {
background-color: #b8356d;
border: none;
color: #fff;
border-radius: 3px;
}
.rezept-plz-details .rezept-plz-link {
margin-top: 10px;
display: block;
font-size: 16px;
text-decoration: none;
color: #b8356d;
}
.rezept-plz-details .rezept-plz-link:hover {
text-decoration: underline;
}
#rezept-plz-menu-search-field, #rezept-plz-search-field {
margin-bottom: 0px !important; 
}