#wachtpost-finder {
    font-family: Arial, sans-serif;
    background-color: #e6f2ff;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.plugin-title {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.input-container {
    text-align: center;
    margin: 10px 0;
}

#postcode {
    padding: 10px;
    margin: 0 10px;
    width: 100%;
    max-width: 120px; /* Max width for desktop */
    border-radius: 5px;
    border: 1px solid #ccc;
    font-weight: 600;
    display: inline-block;
}

button {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}

button:hover {
    background-color: #45a049;
}

#search-button, #postcode {
    display: inline-block;
}

#search-button, #postcode {
    width: auto;
    margin: 0 10px;
}

#search-button:hover {
    background-color: #45a049;
}

#search-button:focus, #postcode:focus {
    outline: none;
    border-color: #4CAF50;
}

#search-button, .emergency-info, .disclaimer {
    font-size: 0.875rem;
}

.emergency-info {
    color: red;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.disclaimer {
    font-style: italic;
    font-size: 0.625rem;
    color: #555;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 0.625rem !important;
}

#wachtpost-info {
    margin-top: 20px;
    text-align: center;
}

#wachtpost-info .info-section {
    margin: 10px 0;
}

#wachtpost-info p {
    margin: 4px 0;
    font-size: 1rem;
    line-height: 1.5;
}

#wachtpost-info strong {
    font-weight: bold;
}

#wachtpost-info a {
    color: blue;
    text-decoration: underline;
}

#search-button, #postcode {
    border-radius: 5px;
}

.info-section i {
    margin-right: 10px;
}

#openingsuren strong, #adres strong, #website strong {
    font-size: 1rem;
}

#openingsuren, #adres, #website {
    font-size: 1rem;
}

@media only screen and (max-width: 600px) {
    #postcode, button {
        width: 100%; /* Zorg ervoor dat het invulveld de volledige breedte heeft op mobiel */
        margin-bottom: 10px;
    }

    #postcode {
        max-width: 100%; /* Verwijder de max-width voor mobiel zodat het volledige scherm wordt benut */
    }
}

#website {
    margin-bottom: 40px;
}