.rettssak-topp-container h1 {
	font-size: 3rem;
	}

.rettssak-innhold {
    padding: 4rem 0 6rem;
}

.rettsdag {
    max-width: 900px;
    margin: 0 auto;
}

.rettsdag-header {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.rettsdag-header img {
    width: 280px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
}

.rettsdag-info h2 {
    margin: 0;
    font-size: 2rem;
    line-height: 1.1;
}

.rettsdag-info span {
    display: block;
    margin-top: .5rem;
    color: #666;
    font-size: 1rem;
}

.rettsdag details {
    border-top: 1px solid #ddd;
}

.rettsdag summary {
    list-style: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 1.25rem 0;
}

.rettsdag summary::-webkit-details-marker {
    display: none;
}

.rettsdag summary::before {
    content: "+";
    margin-right: .75rem;
}

.rettsdag details[open] summary::before {
    content: "−";
}

.dag-notat {
    max-width: 700px;
    padding-bottom: 2rem;
}

.dag-notat p {
    margin: 0 0 1.5rem;
    font-size: 1.1rem;
    line-height: 1.9;
}

@media (max-width: 768px) {

    .rettssak-innhold {
        padding: 3rem 1rem 4rem;
    }

    .rettsdag-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .rettsdag-header img {
        width: 100%;
        max-width: 450px;
    }

    .rettsdag-info h2 {
        font-size: 2rem;
    }

    .dag-notat {
        max-width: 100%;
    }

    .dag-notat p {
        font-size: 1rem;
    }
}