/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

/* Concert dates below the preview titles on the homepage. */
body.home .post-title:has(.mkc-home-concert-date) h3 {
    margin-bottom: 7px;
}

body.home .mkc-home-concert-date {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

/* Inquiry form: scoped to Anfragen, including native select options. */
body.page-id-222 .wpcf7-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}
body.page-id-222 .wpcf7-form .hidden-fields-container { display: none; }
body.page-id-222 .wpcf7-form > p,
body.page-id-222 .wpcf7-form > .column,
body.page-id-222 .wpcf7-form > .wpcf7-response-output {
    float: none;
    width: auto;
    margin: 0;
    grid-column: 1 / -1;
    min-width: 0;
}
body.page-id-222 .wpcf7-form > .column:has([name="Strasse"]),
body.page-id-222 .wpcf7-form > .column:has([name="ort"]) { grid-column: auto; }
body.page-id-222 .wpcf7-form > .column { padding: 0; }
body.page-id-222 .wpcf7-form p { margin: 0; }
body.page-id-222 .wpcf7-form :is(input[type="text"], input[type="email"], input[type="tel"], select, textarea) {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    min-height: 52px;
    padding: 14px 16px;
    border: 1px solid #deded5;
    border-radius: 8px;
    background-color: #faf9f5;
    color: #242820;
    -webkit-text-fill-color: #242820;
    font-size: 16px;
    line-height: 1.5;
    box-shadow: none;
    transition: border-color .18s ease, box-shadow .18s ease;
    color-scheme: light;
}
body.page-id-222 .wpcf7-form select { padding-right: 40px; cursor: pointer; }
body.page-id-222 .wpcf7-form select option { color: #242820; background: #faf9f5; }
body.page-id-222 .wpcf7-form textarea { min-height: 170px; resize: vertical; }
body.page-id-222 .wpcf7-form ::placeholder { color: #62665f; -webkit-text-fill-color: #62665f; opacity: 1; }
body.page-id-222 .wpcf7-form :is(input, select, textarea):focus {
    color: #242820;
    background-color: #fff;
    border-color: #f0e0a6;
    outline: 2px solid #f0e0a6;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(240, 224, 166, .15);
}
body.page-id-222 .wpcf7-form input[type="submit"] {
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 14px 24px;
    border: 0;
    border-radius: 8px;
    background: #f0e0a6;
    color: #242820;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
}
body.page-id-222 .wpcf7-form input[type="submit"]:hover { background: #f8ebbc; }
body.page-id-222 .wpcf7-not-valid-tip { margin-top: 7px; color: #fff0ec; font-size: 13px; }
body.page-id-222 .wpcf7-form .wpcf7-response-output { color: #fff; padding: 12px 16px; border-radius: 8px; }
body.page-id-222 .wpcf7-spinner { display: block; margin: 10px auto 0; }
@media (max-width: 600px) {
    body.page-id-222 .wpcf7-form { grid-template-columns: minmax(0, 1fr); gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
    body.page-id-222 .wpcf7-form :is(input, select, textarea) { transition: none; }
}
