/*
Theme Name: Abisko Child
Theme URI: https://andersnoren.se/teman/abisko-wordpress-theme/
Template: abisko
Author: Anders Norén
Author URI: https://andersnoren.se
Description: Abisko is a stylish blog theme with a heavy emphasis on bold typography and generous amounts of whitespace. It comes with 5 different theme styles to choose from, and over 30 different block patterns that you can use to quickly build unique page layouts. Demo: https://andersnoren.se/themes/abisko/
Tags: blog,portfolio,news,grid-layout,one-column,two-columns,three-columns,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,sticky-post,threaded-comments,translation-ready,block-styles,wide-blocks,full-site-editing,block-patterns
Version: 1.0.6.1780731384
Updated: 2026-06-06 09:36:24

*/

/* Loop: Kommentarzahl um das Wort "Kommentare" ergänzen */
.irit-kommentarzahl::after {
    content: " Kommentare";
}

/* Datenschutz-Checkbox im Kommentarformular ausrichten */

.comment-form-privacy-consent {
    display: flex;
    align-items: flex-start;
    gap: 0.6em;
    margin: 1em 0;
}

.comment-form-privacy-consent input[type="checkbox"] {
    margin-top: 0.25em;
    flex: 0 0 auto;
}

.comment-form-privacy-consent label {
    line-height: 1.5;
}