/*
Theme Name:        A1soft Newa Pro
Slug:              a1soft-newa-pro
Text Domain:       a1soft-newa-pro
Version:           1.0
Tested up to:      6.4
Requires at least: 4.7
Requires PHP:      7.0
Author:            Madan Bahadur Shahi
Author URI:        https://a1soft.com.np/
Theme URI:         https://a1soft.com.np/themes/a1soft-newa-pro/
Description:       A1soft Newa is a fast, clean, and responsive News Magazine WordPress theme, suitable for dynamic news, magazines, publishers, and blogs. It offers a customizable layout, widgets, color schemes, and supports post formats. Optimized for speed, SEO, and responsive on all devices.
Tags:              blog, e-commerce, entertainment, grid-layout, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-images, post-formats, rtl-language-support, translation-ready, theme-options, threaded-comments, footer-widgets
License:           GPLv3 or later
License URI:       https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Post Tabs Styling */
.dt_tabs.post-tabs .category-badge {
    margin-bottom: 0.8rem;
}

.editor-pick-carousel .bs-blog-category .category-badge {
    position: absolute;
}

/* WordPress Block Styling */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none;
}

/* Color Presets */
body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
}

/* Gradient Presets */
body {
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6,147,227,1) 0%, rgb(155,81,224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122,220,180) 0%, rgb(0,208,130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252,185,0,1) 0%, rgba(255,105,0,1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255,105,0,1) 0%, rgb(207,46,46) 100%);
}

/* Font Size Presets */
body {
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
}

/* Layout and Flexbox Styling */
body .is-layout-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5em;
}

body .is-layout-grid {
    display: grid;
    gap: 0.5em;
}

/* Column Gap Adjustments */
:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

/* Post Template Layout Adjustments */
:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}
