/* Default */
.preciousuite-gold-price p {
    color: #ffffff;
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    padding: 0;
}

.preciousuite-gold-price label {
    font-size: 16px;
    color: #ffffff;
    cursor: auto;
    font-weight: 400;
}

.preciousuite-gold-price a {
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}

.preciousuite-gold-price a.link-yellow:hover {
    color: #891652;
    border-bottom: 2px solid;
}

.preciousuite-gold-price h1 {
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
}

.preciousuite-gold-price h2 {
    margin: 0;
    font-size: 20px;
    line-height: 23px;
}

.preciousuite-gold-price h3 {
    color: #ffffff;
    margin: 0;
    font-size: 18px;
    line-height: 18px;
}

.preciousuite-gold-price .btn-primary {
    background: #891652;
    color: #ffffff;
    font-weight: 600;
    border-radius: 50px;
    padding: 0;
    font-size: 15px;
    line-height: 15px;
    border: 0;
    padding: 12px 0;
    width: 100%;
    border-radius: 15px;
    box-shadow: 3px 3px 0px 0px #b17506;
    cursor: pointer;
}

.preciousuite-gold-price .btn-submit {
    display: block;
    padding: 12px 20px;
    width: auto;
    margin: 25px auto;
}

.preciousuite-gold-price .btn-primary:hover,
.preciousuite-gold-price .btn-primary.btn-green:hover {
    background: #891652;
    border: 0;
    opacity: 0.9;
}

.preciousuite-gold-price .btn-primary.btn-green {
    background: #2AAA8A;
    color: #ffffff;
}

/* Default */

/* Container */
.preciousuite-wrapper {
    display: grid;
    grid-template-columns: 1fr 225px;
    gap: 20px;
    max-width: 96%;
    width: 1300px;
    margin: 25px auto;
    align-items: flex-start;
}

/* Container */

/* Header */
.preciousuite-header,
.preciousuite-footer {
    display: flex;
    background-color: #891652;
    padding: 15px 25px;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    z-index: 1;
    position: relative;
}

.preciousuite-header:after,
.preciousuite-footer:after {
    background-size: 100%;
    background-image: url(../uploads/header-bg.png);
    background-repeat: repeat;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 81px;
    z-index: -1;
    opacity: 0.15;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.preciousuite-header .preciousuite-logo img {
    width: 215px;
    display: block;
}

/* Header */

/* Footer */
.preciousuite-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 15px 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.preciousuite-footer:after {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    height: 54px;
}

/* Footer */

/* Setting Page Content Part */
.preciousuite-form {
    padding: 0;
    margin-bottom: 0;
}

.preciousuite-form input[type=text] {
    width: 100% !important;
    height: 40px;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none;
}

.preciousuite-form input[type=submit] {
    margin: 25px 0;
}

.preciousuite-form th {
    color: #ffffff;
    font-size: 16px;
    padding: 20px 0 0 0;
}

.preciousuite-form td {
    padding: 10px 0px;
}

.preciousuite-gold-price h2 {
    position: relative;
    padding-left: 40px;
}

.preciousuite-gold-price h2>span {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 34px;
    background-size: 100%;
}

.preciousuite-gold-price h2>span img {
    width: 32px;
}

#preciousuite-container {
    padding: 24px;
}

.preciousuite-sub-title {
    padding: 24px;
    background: #E6B964;
    margin-bottom: 0;
    border-radius: 25px;
    box-shadow: 5px 5px 0 0 #C49234;
    border: 1px dashed #ffffff;
}

.preciousuite-gold-price .ai_search_bar_form {
    padding: 30px 0 0;
}

.preciousuite-description label {
    padding-bottom: 10px;
    font-size: 14px;
    color: #ffeb00;
    font-weight: 500;
}

.preciousuite-description label span {
    color: #ffffff;
    font-size: 16px;
}

.preciousuite-description a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Setting Bar Page Content Part */

/* Documentation Section Content Part */
.preciousuite-gold-price h2 {
    position: relative;
    padding-left: 0px;
    display: flex;
    align-items: center;
    color: #891652;
    font-weight: 600;
    margin-bottom: 10px;
}

.preciousuite-gold-price h2>span {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 34px;
    background-size: 100%;
}

.preciousuite-gold-price h2>span img {
    width: 26px;
}

.preciousuite-documentation .preciousuite-sub-title {
    margin: 20px 0;
}

a.link-yellow {
    color: #891652;
    border-bottom: none;
    font-weight: 700;
}

.preciousuite-documentation #preciousuite-container {
    padding: 30px 30px;
}

span.short-code-design {
    color: #ffeb00;
    font-weight: 600;
    border: 1px dotted;
    padding: 5px;
}

/* Documentation Section Content Part */

.variable_pricing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.variable_pricing p {
    float: none !important;
    display: block;
    width: 100%;
}

.variable_pricing p select {
    width: 100%;
    max-width: 100%;
    height: 44px;
    margin-top: 5px;
}

.preciousuite-logo img {
    display: block;
}

.preciousuite-fields-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

.preciousuite-field {
    width: 100%;
    background-color: #FCFBE7;
    padding: 24px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 5px 5px 0 0 #C49234
}

.preciousuite-field img {
    width: 35px;
    display: block;
    margin: 0 auto;
}

label.preciousuite-label {
    font-family: system-ui;
    font-size: 16px;
    color: #EABE6C;
    cursor: auto;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 5px;
    line-height: 18px;
}

.preciousuite-field input[type=number] {
    width: 100%;
    height: 40px;
    border-radius: 15px;
    background-color: #EABE6C;
    border: none;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    box-shadow: 3px 3px 0 0 #C49234;
}

.preciousuite-gold-price p.submit {
    text-align: center;
}

.preciousuite-box.preciousuite-logo {
    display: flex;
    align-items: center;
    gap: 5px;
}

.preciousuite-footer .preciousuite-logo img {
    width: 130px;
}

.preciousuite-setting-page {
    background: #EABE6C;
    border-radius: 25px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}

.preciousuite-ads-card {
    background-color: #891652;
    padding: 24px;
    border-radius: 25px;
    position: relative;
}

.preciousuite-ads a.preciousuite-page-title {
    display: block;
    margin: 0 auto;
}

.preciousuite-ads-card-content {
    background-color: #EABE6C;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    box-shadow: 2px 3px 0px 0px #b17506;
}

.preciousuite-ads .preciousuite-box.preciousuite-logo {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.preciousuite-ads-card:after {
    background-size: 300%;
    background-image: url(../uploads/header-bg.png);
    background-repeat: repeat;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    border-radius: 25px;
    z-index: 0;
}

.preciousuite-ads .preciousuite-ads-card-title {
    color: #ffffff;
    font-size: 20px;
    margin: 0 0 15px 0;
    line-height: 25px;
}

.color-dp {
    color: #891652 !important;
    font-weight: 600;
}

.preciousuite-ads-card-pd {
    padding: 25px 17px;
}

.preciousuite-ads-img img {
    display: block;
    width: 80%;
    margin: 0 0 auto auto;
    border-bottom-right-radius: 25px;
}

.preciousuite-wrapper .preciousuite-ads {
    display: grid;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1023px) {
    .preciousuite-wrapper {
        display: block;
    }

    .preciousuite-ads {
        margin: 15px 0;
    }

    .preciousuite-ads-card {
        width: 200px;
    }
}

/* Preciousuite premium admin shell */
.preciousuite-gold-price {
    --ps-primary: #0f172a;
    --ps-accent: #2563eb;
    --ps-success: #22c55e;
    --ps-warning: #f59e0b;
    --ps-bg: #f8fafc;
    --ps-card: #ffffff;
    --ps-border: #e2e8f0;
    --ps-muted: #64748b;
    --ps-text: #0f172a;
    margin: 20px 20px 0 0;
}

.preciousuite-gold-price .preciousuite-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    max-width: 1520px;
    width: auto;
    margin: 0;
    align-items: start;
}

.preciousuite-gold-price .preciousuite-setting-page,
.preciousuite-gold-price .preciousuite-ads-card {
    border: 1px solid var(--ps-border);
    border-radius: 16px;
    background: var(--ps-card);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.preciousuite-gold-price .preciousuite-header,
.preciousuite-gold-price .preciousuite-footer {
    border-radius: 0;
    background: var(--ps-primary);
    padding: 22px 28px;
}

.preciousuite-gold-price .preciousuite-header:after,
.preciousuite-gold-price .preciousuite-footer:after,
.preciousuite-gold-price .preciousuite-ads-card:after {
    display: none;
}

.preciousuite-gold-price .preciousuite-header h1,
.preciousuite-gold-price .preciousuite-footer h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 0;
}

.preciousuite-gold-price .preciousuite-logo img,
.preciousuite-gold-price .preciousuite-header .preciousuite-logo img {
    max-width: 190px;
    width: 100%;
}

.preciousuite-gold-price #preciousuite-container {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 24px;
    padding: 24px;
    background: var(--ps-bg);
}

.preciousuite-gold-price #preciousuite-container> :not(.preciousuite-tabs) {
    grid-column: 2;
    min-width: 0;
}

.preciousuite-gold-price .preciousuite-tabs {
    grid-column: 1;
    grid-row: 1 / span 30;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: start;
    position: sticky;
    top: 48px;
    margin: 0;
    padding: 12px;
    border: 1px solid var(--ps-border);
    border-radius: 14px;
    background: #fff;
}

.preciousuite-gold-price .preciousuite-tabs.nav-tab-wrapper {
    border-bottom: 1px solid var(--ps-border);
}

.preciousuite-gold-price .preciousuite-tabs .nav-tab {
    float: none;
    margin: 0;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--ps-muted);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 11px 12px;
    white-space: normal;
}

.preciousuite-gold-price .preciousuite-tabs .nav-tab:hover {
    background: #eff6ff;
    color: var(--ps-accent);
}

.preciousuite-gold-price .preciousuite-tabs .nav-tab-active,
.preciousuite-gold-price .preciousuite-tabs .nav-tab-active:focus,
.preciousuite-gold-price .preciousuite-tabs .nav-tab-active:hover {
    background: var(--ps-accent);
    color: #fff;
}

.preciousuite-gold-price .preciousuite-form,
.preciousuite-gold-price .widget-tabs-nav,
.preciousuite-gold-price .widget-tabs-content,
.preciousuite-gold-price .preciousuite-log-section,
.preciousuite-gold-price .preciousuite-sub-title,
.preciousuite-gold-price .preciousuite-short-code-container {
    background: #fff;
    border: 1px solid var(--ps-border);
    border-radius: 14px;
    box-shadow: none;
}

.preciousuite-gold-price .preciousuite-form,
.preciousuite-gold-price .widget-tabs-content,
.preciousuite-gold-price .preciousuite-log-section {
    padding: 24px;
}

.preciousuite-gold-price .preciousuite-sub-title,
.preciousuite-gold-price .preciousuite-short-code-container {
    padding: 16px 18px;
}

.preciousuite-gold-price #preciousuite-container p,
.preciousuite-gold-price #preciousuite-container label,
.preciousuite-gold-price #preciousuite-container th,
.preciousuite-gold-price #preciousuite-container td,
.preciousuite-gold-price #preciousuite-container .description,
.preciousuite-gold-price #preciousuite-container span.description {
    color: var(--ps-text);
}

.preciousuite-gold-price #preciousuite-container p,
.preciousuite-gold-price #preciousuite-container .description {
    font-size: 14px;
    line-height: 1.6;
}

.preciousuite-gold-price #preciousuite-container h2,
.preciousuite-gold-price #preciousuite-container h3 {
    color: var(--ps-primary);
    letter-spacing: 0;
}

.preciousuite-gold-price .preciousuite-fields-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.preciousuite-gold-price .preciousuite-field {
    width: auto;
    background: #fff;
    border: 1px solid var(--ps-border);
    border-radius: 14px;
    box-shadow: none;
    padding: 18px;
}

.preciousuite-gold-price label.preciousuite-label {
    color: var(--ps-primary);
    letter-spacing: 0;
}

.preciousuite-gold-price input[type=text],
.preciousuite-gold-price input[type=number],
.preciousuite-gold-price input[type=password],
.preciousuite-gold-price select,
.preciousuite-gold-price textarea,
.preciousuite-gold-price .preciousuite-field input[type=text],
.preciousuite-gold-price .preciousuite-field input[type=number] {
    min-height: 40px;
    border: 1px solid var(--ps-border) !important;
    border-radius: 8px;
    background: #fff;
    color: var(--ps-text);
    box-shadow: none;
}

.preciousuite-gold-price .btn-primary,
.preciousuite-gold-price #preciousuite-container p.submit .update-settings-btn,
.preciousuite-gold-price .button.button-primary {
    width: auto;
    min-height: 40px;
    border-radius: 8px;
    background: var(--ps-accent);
    border: 1px solid var(--ps-accent);
    box-shadow: none;
    color: #fff;
    line-height: 18px;
    padding: 10px 16px;
}

.preciousuite-gold-price .btn-primary:hover,
.preciousuite-gold-price #preciousuite-container p.submit .update-settings-btn:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
}

.preciousuite-gold-price .preciousuite-ads {
    display: grid;
    gap: 16px;
    align-items: start;
}

.preciousuite-gold-price .preciousuite-ads-card {
    padding: 18px;
}

.preciousuite-gold-price .preciousuite-ads-card-content {
    background: #f8fafc;
    border: 1px solid var(--ps-border);
    border-radius: 14px;
    box-shadow: none;
}

.preciousuite-gold-price .preciousuite-ads .preciousuite-ads-card-title {
    color: var(--ps-primary);
    font-size: 17px;
    line-height: 1.35;
}

.preciousuite-gold-price .color-dp {
    color: var(--ps-accent) !important;
}

.preciousuite-gold-price .preciousuite-ads-img img {
    width: 68%;
}

#preciousuite-status-row-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border-radius: 8px;
    font-weight: 800;
    white-space: nowrap;
    width: 80px;
}

@media (max-width: 1200px) {
    .preciousuite-gold-price .preciousuite-wrapper {
        grid-template-columns: 1fr;
    }

    .preciousuite-gold-price .preciousuite-ads {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 782px) {
    .preciousuite-gold-price #preciousuite-container {
        grid-template-columns: 1fr;
    }

    .preciousuite-gold-price #preciousuite-container> :not(.preciousuite-tabs),
    .preciousuite-gold-price .preciousuite-tabs {
        grid-column: 1;
        grid-row: auto;
        position: static;
    }

    .preciousuite-gold-price .preciousuite-fields-wrapper,
    .preciousuite-gold-price .preciousuite-ads {
        grid-template-columns: 1fr;
    }
}