HEX
Server: Apache/2.4.68 (Debian)
System: Linux as-cs-widget-demo-us-central1 6.1.0-44-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
User: root (0)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/wp-recipe-maker/assets/css/public/template_reset.scss
.wprm-recipe-container {
    outline: none;
}

.wprm-recipe {
    // Clearfix
    overflow: hidden;
    zoom: 1;
    text-align: left;
    clear: both;

    * {
        box-sizing: border-box;
    }

    ol, ul {
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-padding-start: 0;
        margin: 0;
        padding: 0;
    }

    li {
        font-size: 1em;
        margin: 0 0 0 32px;
        padding: 0;
    }

    p {
        font-size: 1em;
        margin: 0;
        padding: 0;
    }
    
    li,
    li.wprm-recipe-instruction {
        list-style-position: outside;
    }

    li:before {
        display: none;
    }

    h1, h2, h3, h4, h5, h6 {
        clear: none;
        font-variant: normal;
        text-transform: none;
        letter-spacing: normal;
        margin: 0;
        padding: 0;
    }

    a.wprm-recipe-link, a.wprm-recipe-link:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .wprm-nutrition-label {
        margin-top: 10px;
    }
}

body:not(.wprm-print) .wprm-recipe {
    p:first-letter {
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        margin: inherit;
        padding: inherit;
        font-family: inherit;
    }
}

.rtl .wprm-recipe {
    text-align: right;

    li {
        margin: 0 32px 0 0;
    }
}

.wprm-screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}