body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
}

h1 {
    font-size: 22px;
    padding: 10px;
    margin-bottom: 0;
    color: #333;
}

/* Uzdevuma loga dizains */
#uzdevuma-panelis {
    background-color: #fff;
    margin: 10px 15px;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-left: 5px solid #ff5722;
}

#punkta-nosaukums {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #222;
}

/* Atsauces bildes dizains */
#punkta-bilde {
    max-width: 100%;
    height: 180px; /* Ierobežojam augstumu, lai neaizņem visu ekrānu */
    object-fit: cover; /* Apgriež bildi smuki, ja proporcijas nesakrīt */
    border-radius: 8px;
    display: none; /* Sākumā paslēpta */
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

#uzdevuma-teksts {
    margin: 0;
    font-size: 16px;
    color: #555;
}

/* Kartes izmērs */
#map {
    height: 40vh; /* 40% no ekrāna augstuma */
    width: 100%;
    background-color: #e0e0e0;
    margin-bottom: 10px;
}

.controls {
    margin: 15px;
}

/* Smuka un ērta poga */
.button {
    background-color: #ff5722;
    color: white;
    padding: 15px 30px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
    transition: background-color 0.2s;
}

.button:active {
    transform: scale(0.95);
    background-color: #e64a19;
}

#status {
    font-size: 15px;
    font-weight: bold;
    padding: 0 15px 15px 15px;
    min-height: 45px; 
}
