/* ===== Generelt ===== */
html {
    background-color: #A8E4A0;
    background-image: url('https://teresa.notstad.net/bakgrunner/bakgrunn.jpg');
    background-repeat: repeat;
    background-size: 320px auto;
    background-attachment: fixed;
}

body {
    font-family: Georgia, serif;
    color: #333;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

h1 {
    text-align: center;
    color: #e8e4d8;
    font-size: 2.5em;
    border-bottom: 2px solid #b5451b;
    padding-bottom: 10px;
}

h3 {
    color: #305CDE;
    margin-bottom: 5px;
}

input, textarea, button {
    padding: 8px;
    margin-bottom: 10px;
    font: inherit;
}

button {
    background-color: #2d6a2d;
    color: white;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 4px;
}

button:hover {
    background-color: #1e4d1e;
}

a {
    color: #305CDE !important;
}

a:visited {
    color: #305CDE !important;
}

a:hover {
    color: #b5451b !important;
}

hr {
    border: 1px solid #2d6a2d;
}

/* ===== Quick links ===== */
.quick-links {
    background: #D8D7BF;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.quick-links strong {
    color: #333;
    font-size: 0.9em;
}

.quick-links a {
    color: #305CDE;
    text-decoration: none;
    background: #fdf0e0;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.9em;
}

.quick-links a:hover {
    color: #b5451b;
}

/* ===== Oppskrift ===== */
.oppskrift {
    background: #D8D7BF;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.oppskrift h2 {
    color: #305CDE;
    margin-top: 0;
}

.bilder {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.bilder img {
    width: calc(50% - 5px);
    max-height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.bilder img:only-child {
    width: 100%;
}

.info {
    background: #fdf0e0;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 0.9em;
    margin-bottom: 15px;
}

/* ===== Admin-lenke ===== */
.admin-link {
    text-align: right;
    margin-bottom: 20px;
}

.admin-link a {
    font-size: 0.85em;
    text-decoration: none;
}

/* ===== Logg inn / Logg ut / Se nettside (admin.php) ===== */
.admin-actions a,
.admin-actions a:visited {
    color: #fbff50 !important;
}

.admin-actions a:hover {
    color: #b5451b !important;
}
