body {
    font-family: sans-serif;
    background: #f4f1ee;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 1em;
}
header {
    position: relative;
    background: #eae7dd;
    padding: 1em;
    text-align: center;
    margin-bottom: 2em;
}
.majutus {
    background: #fff;
    border-left: 4px solid #5c735f;
    margin-bottom: 1em;
    padding: 1em;
    box-shadow: 0 0 4px rgba(0,0,0,0.05);
}
.plus-link {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 20px;
    height: 20px;
    background: #5c735f;
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    line-height: 1;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
    z-index: 100;
    padding: 0;
    transform: translateY(-0.5px); /* 👈 See viib märgi optiliselt keskpunkti */
}
.plus-link:hover {
    background: #47604b;
}
