/*!
Theme Name: strawberry
Author: devForce
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: strawberry
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

.entry-content .alignfull {
    max-width: 100vw;
    width: 100vw;
    position: relative;
}

.alignfull img {
    width: 100vw;
}

iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
}

figure.fixed-pros-cons table tr td:first-child img {
    display: flex;
    width: 100px;
    min-width: 25px;
    max-width: 25px;
    margin: 0 auto !important;
}

figure.fixed-pros-cons table tr td:first-child {
    max-width: 10%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}



ol li a {
    display: contents;
}

.wp-block-table table tr td img {
    min-width: 15px;
    max-width: 20px;
    width: 100%;
}
