/*
Theme Name: PluginOrbit
Theme URI: https://pluginorbit.com/
Author: PluginOrbit
Author URI: https://pluginorbit.com/
Description: A modern WordPress and WooCommerce theme for PluginOrbit.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: pluginorbit
*/

:root {
    --po-primary: #6852f4;
    --po-primary-dark: #5540d9;
    --po-primary-light: #f0eeff;

    --po-pro: #6852f4;
    --po-free: #22a06b;
    --po-amber: #f5a524;

    --po-ink: #14161f;
    --po-ink-soft: #20232f;

    --po-heading: #171923;
    --po-text: #626778;
    --po-text-light: #858b9b;

    --po-bg: #f7f8fb;
    --po-white: #ffffff;
    --po-border: #e7e9ef;

    --po-radius-sm: 10px;
    --po-radius-md: 16px;
    --po-radius-lg: 24px;
    --po-radius-xl: 32px;

    --po-shadow-sm: 0 8px 24px rgba(20, 22, 31, 0.06);
    --po-shadow-md: 0 18px 45px rgba(20, 22, 31, 0.09);

    --po-transition: 0.25s ease;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--po-bg);
    color: var(--po-text);
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
}

body,
button,
input,
textarea,
select {
    font-family: "Outfit", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--po-heading);
    font-weight: 500;
    line-height: 1.2;
}

a {
    color: var(--po-primary);
    text-decoration: none;
    transition: var(--po-transition);
    font-weight: 500;
}

a:hover {
    color: var(--po-primary-dark);
}

img {
    max-width: 100%;
    height: auto;
}

button,
input[type="submit"],
.button {
    cursor: pointer;
}

:focus-visible {
    outline: unset;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Forms
--------------------------------------------- */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
     ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    outline: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
    border: 1px solid var(--po-border);
    border-radius: 10px;
    background: #fff;
    padding: 8px 20px;
    width: 100%;
    display: block;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
    border-color: var(--po-primary);
    outline: none;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/* =========================================
   PluginOrbit - Global Utilities
========================================= */

.po-section {
    padding: 70px 0;
}
.po-section-heading {
    max-width: 720px;
    margin-bottom: 50px;
}
.po-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--po-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.po-section-heading h2 {
    margin: 0 0 16px;
    /*font-size: clamp(34px, 4vw, 54px);*/
}
.po-section-heading p {
    margin: 0;
    color: var(--po-muted);
}
.po-text-center {
    text-align: center;
}


/* =========================================
   PluginOrbit - Badges
========================================= */

.po-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.po-badge-free {
    background: #e5f7ee;
    color: #18784f;
}
.po-badge-pro {
    background: var(--po-primary-light);
    color: var(--po-primary-dark);
}
.po-badge-amber {
    background: #fff3d8;
    color: #986500;
}

/* =========================================
   PluginOrbit - Global Table Style
========================================= */

table {
    width: 100%;
    max-width: 100%;
    margin: 30px 0;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
}


/* Table Header */

table thead th {
    padding: 15px 18px;
    background: #f7f8fa;
    color: #111827;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #e5e7eb;
}


/* Table Body */

table tbody td {
    padding: 15px 18px;
    color: #4b5563;
    background: #ffffff;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #eef0f2;
}


/* Remove Last Row Border */

table tbody tr:last-child td {
    border-bottom: 0;
}


/* Hover */

table tbody tr {
    transition: background-color 0.2s ease;
}
table tbody tr:hover td {
    background: #fafafa;
}


/* Strong Text */

table tbody td strong {
    color: #111827;
    font-weight: 600;
}


/* Links Inside Tables */

table a {
    color: #111827;
    font-weight: 500;
    text-decoration: none;
}

table a:hover {
    text-decoration: underline;
}


/* =========================================
   Boolean / Feature Table Support
========================================= */

table .true,
table .yes,
table .available {
    color: #15803d;
    font-weight: 700;
}

table .false,
table .no,
table .unavailable {
    color: #9ca3af;
    font-weight: 600;
}


/* =========================================
   PluginOrbit - Responsive
========================================= */

@media (max-width: 600px) {
    .po-section {
        padding: 50px 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}