.navcorner {
    background-color: #0071bc;
    background: linear-gradient(rgba(0,113,198,0.5), rgba(0,113,198,0.5));
}
.navcorner:hover {
    background-color: #0071bc;
    transition-duration: 0.1s;
}
.place1 {
    background-color: #0071bc;
    background: linear-gradient(rgba(0,113,198,0.5), rgba(0,113,198,0.5));
}
.place0 {
    background-color: #808080;
    background: linear-gradient(rgba(128,128,128,0.5), rgba(128,128,128,0.5));
}
.place2 {
    background-color: #8cc63f;
    background: linear-gradient(rgba(140,198,63,0.5), rgba(140,198,63,0.5));
}
.place3 {
    background-color: #e59500;
    background: linear-gradient(rgba(229,149,0,0.5), rgba(229,149,0,0.5));
}
.place4 {
    background-color: #c96480;
    background: linear-gradient(rgba(201,100,128,0.5), rgba(201,100,128,0.5));
}
.place5 {
    background-color: #0071bc;
    background: linear-gradient(rgba(0,113,198,0.5), rgba(0,113,198,0.5));
}
.place4:hover {
    background-color: #c96480;
    transition-duration: 0.1s;
}
.place5:hover {
   background-color: #0071bc;
    transition-duration: 0.1s;
}
.place3:hover {
    background-color: #e59500;
    transition-duration: 0.1s;
}
.place2:hover {
    background-color: #8cc63f;
    transition-duration: 0.1s;
}
.place0:hover {
    background-color: #808080;
    transition-duration: 0.1s;
}
.place1:hover {
   background-color: #0071bc;
    transition-duration: 0.1s;
}
#cube-heading {
    color: white;
    font-size: 60px;
    text-shadow: 0 0 8px black;
    margin: 0 20px 0 20px;
}
.specteksts{
    max-width: 490px;
    background-color: #e7f0fb;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 10px;
}
.cube-regRiver {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-width: 490px;
    min-width: 245px;
    min-height: 490px;
    border-radius: 12px;
    margin: 20px 0 20px 0;
    padding: 0;
}
.cube-reg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    max-width: 490px;
    min-width: 245px;
    height: 490px;
    border-radius: 12px;
    margin: 0 0 20px 0;
    padding: 0;
    overflow: hidden;
}
#river-cubeHeading {
    color: white;
    font-size: 42px;
    text-shadow: 0px 0px 5px black;
    text-align: center;
    justify-content: center;
    flex-basis: 50%;
    display: flex;
}
.sq-river {
    width:  98px;
    height: 98px;
    border: 0;
    font-size: 18px;
    color: white;
    font-family: Trebuchet MS;
    text-shadow: 0px 0px 2px black;
    margin: 0;
    padding: 0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.river-inner {
    display: block;      /* ← atļauj 2 rindas */
    line-height: 1.2;    /* ← tāds pats kā iepriekš */
}

.river-price {
    font-size: 15px;
}

.sq-regsm {
    width: 122px;
    height: 122px;
    border: 0;
    font-size: 24px;
    color: white;
    font-family: Trebuchet MS;
    text-shadow: 0px 0px 3px black;
    margin: 0;
    padding: 0;
    border-radius: 12px;
    text-decoration: none;
    display: flex;   /* ← kritiskais labojums */
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sq-route {
    width:  163.3333px;
    height: 80px;
    border: 0;
    font-size: 17px;
    color: white;
    font-family: Trebuchet MS;
    text-shadow: 0px 0px 5px black;
    margin: 0;
    padding: 0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

