/*
 Theme Name: powder-child
 Theme URI: https://example.com
 Description: Child theme of Powder
 Author: Nelly
 Template: powder
 Version: 1.0
*/

/* 
.hero__cover--curved-bottom{
    width: 100%;
    height: auto;
    clip-path: ellipse(120% 82% at 50% 0%); 
} */


/* Gör alignfull-block verkligen fullbredd i Powder */
/* .wp-site-blocks .alignfull {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
} */

/* Din kurva */
.hero__cover--curved-bottom {
    clip-path: ellipse(120% 82% at 50% 0%);
    overflow: hidden; /* hindrar att något sticker ut */
}

/* Nolla padding endast i innehållet (inte header) */
/* .entry-content .wp-block-group.alignfull.has-global-padding {
    padding-top: 0 !important;
} */

/* Ta bort vit lucka mellan header och första blocket */
/* .entry-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
} */

/* Första fullbreddsblocket (din hero) */
/* .entry-content > .wp-block-group.alignfull {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

 */
