body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    background: #f9fafc;
    color: #222;
    line-height: 1.6;
}

header {
    background: #bac0c2;
    color: white;
    text-align: center;
    padding: 2rem 1rem;
}

main {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1.5rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

img {
    max-width: 20%;
    height: auto;
}

h1 {
    color: white;
}

h2 {
    color: #1f4e79;
}
.question-block {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
}

label {
    display: block;
    margin: 0.4rem 0;
    cursor: pointer;
}

button {
    background: #1f4e79;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 4px;
}

    button:hover {
        background: #2b6aa5;
    }

#results-page {
    max-width: 800px;
    margin: 2rem auto;
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.hotel-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 1rem;
    background: #f7faff;
}
footer {
    background: #bac0c2;
    color: white;
    text-align: center;
    padding: 1rem;
}
footer img {
  position: absolute;
  left: 20px;
  height: 50px; 
  width: auto;
}


footer .footer-text {
  text-align: center;
  font-size: 16px;
}

    .hotel-card h3 {
        margin-top: 0;
    }
.meets-text {
    color: #1f8f4e;
    font-weight: 500;
}

.misses-text {
    color: #c0392b;
    font-weight: 500;
}

.neutral-text {
    color: #666;
}

.question-tag {
    display: inline;
}