HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/ippmt.kauko.lt/wp-content/plugins/ocean-elementor-widgets/assets/css/recipe/style.scss
/*------------------------------------------------------------------
Recipe
-------------------------------------------------------------------*/
.oew-recipe-wrap {
    border: 1px solid #eaeaea;

    ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .oew-recipe-header {
        padding: 30px;
    }

    .oew-recipe-image {
        float: right;
        width: 200px;
        max-width: 100%;
        margin-left: 30px;
    }

    .oew-recipe-header-content {
        overflow: hidden;
    }

    .oew-recipe-title {
        display: block;
        font-size: 28px;
        margin: 0 0 10px;
    }

    .oew-recipe-meta {
        display: inline-block;
        margin-bottom: 15px;

        li {
            float: left;
        }
    }

    .oew-recipe-meta-item {
        position: relative;

        &:after {
            content: '/';
            margin-right: 6px;
        }

        &:last-child:after {
            content: '';
            margin-right: 0;
        }
    }

    .oew-recipe-section {
        padding: 30px;
        border-top: 1px solid #eaeaea;
    }

    h3 {
        font-size: 20px;
    }

    .oew-recipe-details {
        width: 100%;
        padding: 20px 30px;
        text-align: center;

        li {
            display: inline-block;
            min-width: 125px;
            padding: 10px 20px;
            text-align: left;
        }

        &-icon {
            color: #13aff0;
            margin-right: 8px;
        }

        &-content {
            display: inline-block;
        }

        &-icon,
        &-content,
        &-title,
        &-value {
            vertical-align: middle;
        }

        &-title,
        &-value {
            display: block;
        }

        &-title {
            font-weight: 600;
        }
    }

    .oew-recipe-ingredients li {
        position: relative;
        margin: 0 0 5px;

        &:last-child {
            margin-bottom: 0;
        }

        i {
            margin-right: 4px;
        }
    }

    ol {
        list-style: decimal;
        margin: 0 0 0 15px;
        padding: 0;
    }

    .oew-recipe-notes-text p:last-child {
        margin: 0;
    }
}

/* RTL */
body.rtl {
    .oew-recipe-wrap {
        .oew-recipe-image {
            float: left;
            margin-right: 30px;
            margin-left: 0;
        }

        .oew-recipe-meta li {
            float: right;
        }

        .oew-recipe-meta-item {
            &:after {
                margin-left: 6px;
                margin-right: 0;
            }

            &:last-child:after {
                margin-left: 0;
            }
        }


        .oew-recipe-details {
            li {
                text-align: right;
            }

            &-icon {
                margin-left: 8px;
                margin-right: 0;
            }
        }

        .oew-recipe-ingredients li {
            i {
                margin-left: 4px;
                margin-right: 0;
            }
        }

        ol {
            margin: 0 15px 0 0;
        }
    }
}

/*------------------------------------------------------------------
Responsive
-------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    .oew-recipe-wrap .oew-recipe-image {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }
}