.editor-styles-wrapper { /** ======================================== Base ======================================== **/ /** * Forms. */ /** ======================================== WP Blocks ======================================== **/ /** * Buttons. */ /* To fix issue in core: the global button font weight style overriding individual button block font weight */ /* TODO: remove it when it get fixed in core */ /** * Categories List Block. */ /* Block Style. */ /** * Tag Cloud Block. */ /* Block Style. */ /** * Comments Block. */ /** * Image Block. */ /** * Media & Text Block. */ /** * Featured Image Block. */ /* todo: remove it after padding applied to figure element in WordPress Core */ /** * Pagination Block. */ /* Block Style. */ /** * Read More Block. */ /* Block Style. */ /** * Search Block. */ /** ======================================== Template Parts ======================================== **/ /** * Header Template Part. */ /** * Footer Template Part. */ } .editor-styles-wrapper input:not([type=submit]), .editor-styles-wrapper select, .editor-styles-wrapper textarea, .editor-styles-wrapper .wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]), .editor-styles-wrapper .wp-block-post-comments-form textarea { border: 1px solid var(--wp--preset--color--gray-300); border-radius: 4px; outline: none; padding: var(--wp--preset--spacing--20) 12px; line-height: 1.5; } .editor-styles-wrapper input[type=checkbox], .editor-styles-wrapper .wp-block-post-comments-form input[type=checkbox] { margin: 0 0 0 var(--wp--preset--spacing--20); width: var(--wp--preset--spacing--50); } .editor-styles-wrapper .wp-block-buttons > .wp-block-button, .editor-styles-wrapper input[type=submit] { font-weight: 500; } .editor-styles-wrapper .is-style-begnas-categories-type-1-style-1 { list-style: none; padding: 0; } .editor-styles-wrapper .wp-block-tag-cloud { display: flex; gap: var(--wp--preset--spacing--20); flex-wrap: wrap; } .editor-styles-wrapper .wp-block-tag-cloud a { display: block; margin: 0; } .editor-styles-wrapper .wp-block-tag-cloud.is-style-outline a, .editor-styles-wrapper .wp-block-tag-cloud.is-style-begnas-tag-cloud-type-1-style-1 a { padding: 0 var(--wp--preset--spacing--30); font-size: var(--wp--preset--font-size--xx-small) !important; } .editor-styles-wrapper .wp-block-tag-cloud.is-style-begnas-tag-cloud-type-1-style-1 a { border: 1px solid; border-radius: var(--wp--preset--spacing--20); } .editor-styles-wrapper .comment-form-comment label { display: block; margin-bottom: 0.25em; font-weight: 500; } .editor-styles-wrapper .wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent { margin: 0 0 0 var(--wp--preset--spacing--20); } .editor-styles-wrapper .wp-block-post-comments-form .comment-form-cookies-consent { gap: 0; } .editor-styles-wrapper .wp-block-post-comments-form .comment-reply-title :where(small) { margin-right: var(--wp--preset--spacing--50); } .editor-styles-wrapper .wp-block-comment-template > li:not(:first-child) { border-top: 1px solid var(--wp--preset--color--gray-300); padding-top: var(--wp--preset--spacing--50); } .editor-styles-wrapper .is-style-begnas-image-type-1-style-1 img { border: 1px solid var(--wp--preset--color--gray-300); border-radius: var(--wp--preset--spacing--10); } .editor-styles-wrapper .wp-block-media-text { grid-gap: var(--wp--preset--spacing--80); } .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content { padding: 0; } .editor-styles-wrapper .wp-block-post-featured-image img, .editor-styles-wrapper .wp-block-post-featured-image .block-editor-media-placeholder, .editor-styles-wrapper .wp-block-post-featured-image .wp-block-post-featured-image__overlay { padding: 4px; } .editor-styles-wrapper .is-style-begnas-query-pagination-type-1-style-1 { font-size: var(--wp--preset--font-size--x-small); font-weight: 400; } .editor-styles-wrapper .is-style-begnas-query-pagination-type-1-style-1 .wp-block-query-pagination-numbers .page-numbers { display: inline-block; padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--60); border-radius: var(--wp--preset--spacing--40); } .editor-styles-wrapper .is-style-begnas-query-pagination-type-1-style-1 .wp-block-query-pagination-numbers .page-numbers.current { background-color: var(--wp--preset--color--primary-500); color: var(--wp--preset--color--gray-0); } .editor-styles-wrapper .is-style-begnas-query-pagination-type-1-style-1 a { color: var(--wp--preset--color--gray-900); } .editor-styles-wrapper .wp-block-post-excerpt__excerpt { margin-top: 0; } .editor-styles-wrapper .is-style-begnas-read-more-type-1-style-1 { font-size: var(--wp--preset--font-size--x-small); font-weight: 600; color: var(--wp--preset--color--gray-900); } .editor-styles-wrapper .is-style-begnas-read-more-type-2-style-1 { font-size: var(--wp--preset--font-size--x-small); font-weight: 500; border: 1px solid var(--wp--preset--color--gray-300); border-radius: var(--wp--preset--spacing--10); background-color: var(--wp--preset--color--primary-500); color: var(--wp--preset--color--gray-0); padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--50); } .editor-styles-wrapper .wp-block-search { max-width: 100%; } .editor-styles-wrapper .wp-block-search .wp-block-search__label { font-size: var(--wp--preset--font-size--small); display: block; margin-bottom: var(--wp--preset--spacing--10); } .editor-styles-wrapper .wp-block-search .wp-block-search__input { padding-right: 12px; padding-left: 12px; } .editor-styles-wrapper .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper { border-color: var(--wp--preset--color--gray-300); border-radius: var(--wp--preset--spacing--10); padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30); } .editor-styles-wrapper .wp-block-search.wp-block-search__button-inside .wp-block-search__input { border: none; } .editor-styles-wrapper .wp-block-search .wp-block-search__inside-wrapper { gap: var(--wp--preset--spacing--20); } .editor-styles-wrapper .wp-block-search .wp-block-search__button { margin-right: 0; display: flex; justify-content: center; align-items: center; height: var(--wp--preset--spacing--70); } .editor-styles-wrapper .wp-block-search .wp-block-search__button.has-icon { width: var(--wp--preset--spacing--70); } .editor-styles-wrapper header.wp-block-template-part { box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.03), 0px 12px 16px -4px rgba(0, 0, 0, 0.08); } .editor-styles-wrapper footer.wp-block-template-part { margin-block-start: 0; }