.prc-page-message {
    background: #ffeb3b;
    color: #000;
    padding: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.prc-plugin-tabs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 24px auto 64px auto;
    border: 1px solid #d3d1d1;
    border-radius: 24px;
    width: max-content;
    background: #fff;
    padding: 2px 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07), 0 2px 6px rgba(0, 0, 0, 0.04);
    z-index: 10;
}

.prc-plugin-tab {
    display: block;
    background: #fff;
    border: 1px solid white;
    border-radius: 24px;
    padding: 8px 12px;
    font-size: 18px;
    color: #222;
    text-align: center;
    min-width: 120px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s;
}

    .prc-plugin-tab.active {
        background: #222;
        color: #fff;
        font-weight: 700;
    }

.prc-video-plugin-tabs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0px 0 32px 0;
}

.prc-video-plugin-tab {
    display: block;
    background: #fff;
    border: 1px solid #a4a4a4;
    border-radius: 12px;
    padding: 6px 12px;
    font-size: 16px;
    color: #222;
    cursor: pointer;
    font-weight: 500;
    min-width: 120px;
    max-height: 32px;
    justify-content: center;
    text-align: center;
    align-items: center;
    transition: background 0.2s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07), 0 2px 6px rgba(0, 0, 0, 0.04);
    z-index: 10;
}

    .prc-video-plugin-tab.active {
        background: #222;
        color: #fff;
        font-weight: 700;
        border: 1px solid black;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07), 0 2px 6px rgba(0, 0, 0, 0.04);
        z-index: 10;
    }

.prc-video-plugin-combobox {
    display: none;
    background: #fff;
    border: 1px solid #a4a4a4;
    border-radius: 12px;
    padding: 4px 12px;
    font-size: 16px;
    color: #222;
    cursor: pointer;
    font-weight: 500;
    min-width: 200px;
    min-height: 40px;
    max-height: 64px;
    justify-content: center;
    text-align: center;
    transition: background 0.2s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07), 0 2px 6px rgba(0, 0, 0, 0.04);
    z-index: 10;
}

.prc-container {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 16px;
    align-items: center;
    position: relative;
    z-index: 100;
    /* Center content horizontally */
}

.prc-suite-card {
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    padding: 48px 24px 24px 24px;
    margin-bottom: 16px;
    gap: 32px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 900px;
    /* Added max-width */
    margin-left: 16px;
    margin-right: 16px;
}

    .prc-suite-card.bundle {
        padding: 24px 24px;
    }

.prc-suite-info {
    max-width: 420px;
}

.prc-suite-title {
    display: inline-block;
    align-items: center;
    font-size: 2.5rem;
    font-weight: 900;
    font-variant: small-caps;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
    color: #222;
}

    .prc-suite-title.ever {
        margin-bottom: 4px;
        display: flex;
        font-size: 1.5rem;
        font-weight: 900;
        background: linear-gradient(90deg, #e94919, #fb7e31);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        /* Firefox */
        color: #e94919;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    }

.prc-suite-title-icon {
    display: inline;
    background: #ffffff00;
    padding-right: 10px;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
}

.prc-suite-title-box {
    display: inline;
}

.prc-suite-subtitle {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: #5b5b5b;
    margin-bottom: 18px;
}

.prc-suite-lists {
    display: flex;
    gap: 48px;
}

.prc-suite-list-title {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.prc-suite-list {
    font-size: 1rem;
    margin-bottom: 8px;
    list-style: none;
    padding-left: 0;
}

    .prc-suite-list li:before {
        color: #222;
        margin-right: 8px;
        font-weight: bold;
    }

.prc-suite-pricing {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 320px;
    max-width: 360px;
    justify-content: center;
    flex: 1;
}

.prc-suite-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 32px;
    margin-bottom: 24px;
}

    .prc-suite-price-row:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.prc-suite-price-label {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-right: 8px;
}

.prc-suite-price-desc {
    font-size: 1rem;
    color: #888;
    margin-left: 4px;
}

.prc-suite-btn {
    background: #f5f7fa;
    color: #000000;
    border: 1px solid #b5b7ba;
    border-radius: 24px;
    padding: 8px 0;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
    min-width: 140px;
    width: 140px;
    text-align: center;
    box-sizing: border-box;
    margin-left: 10px;
}

    .prc-suite-btn:hover {
        background: #e3f2fd;
    }

.prc-section-title {
    font-size: 2rem;
    font-weight: 900;
    color: #2196f3;
    margin: 48px 0 24px 0;
    letter-spacing: 2px;
    text-align: left;
}

.prc-plugins-list {
    background: #fff;
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 48px;
}

.prc-plugin-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 16px 0;
    gap: 8px;
    margin-left: 80px;
    margin-right: 80px;
}

    .prc-plugin-row:last-child {
        border-bottom: none;
    }

.prc-plugin-info {
    display: flex;
    flex-direction: column;
    min-width: 300px;
    flex: 1;
}

.prc-plugin-title {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 900;
    font-variant: small-caps;
    letter-spacing: 1px;
    margin-bottom: 8px;
    color: #222;
}

.prc-plugin-subtitle {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
    font-variant: all-caps;
    color: #6b6b6b;
    margin-bottom: 18px;
}

.prc-plugin-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #222;
    margin-right: 24px;
    min-width: 120px;
    text-align: right;
}

.prc-plugin-btn {
    background: #f5f7fa;
    color: #2196f3;
    border: none;
    border-radius: 24px;
    padding: 10px 0;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    min-width: 140px;
    width: 140px;
    text-align: center;
    box-sizing: border-box;
}

    .prc-plugin-btn:hover {
        background: #e3f2fd;
    }

.prc-feature-header {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}

.prc-feature-list {
    list-style: none;
    font-size: 16px;
}

    .prc-feature-list li {
        color: #000000;
        display: flex;
        align-items: center;
    }

.prc-feature-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.prc-check-icon {
    background-image: url('/images/Store/check.png');
    display: block;
    /* Your SVG file path */
}

.prc-price {
    font-weight: 900;
    color: #0C0909;
    display: inline-block;
}

.prc-price-label {
    font-size: 28px;
    font-weight: 900;
}

.prc-plugin-price-label {
    font-size: 26px;
    font-weight: 900;
    margin-right: 10px;
}

.prc-old-price {
    color: #EC061D;
    text-decoration: line-through;
    font-size: 24px;
    margin-right: 0px;
    font-weight: 400;
    display: inline-block;
}

.prc-old-price-hide {
    height: 38px;
    display: block;
}

.prc-price-period {
    font-size: 18px;
    color: #0C0909;
    font-weight: 500;
    display: inline-block;
}

.prc-price-gap {
    min-width: 10px;
    width: 60px;
    display: inline-block;
}

.prc-container-new {
    margin-top: 130px !important;
}

.prc-plugin-tabs {
    margin-top: 154px !important;
}

@media (max-width: 1000px) {
    .prc-container-new {
        margin-top: 0 !important;
    }

    .prc-plugin-tabs {
        margin-top: 24px !important;
    }
}

@media (max-width: 800px) {
    .prc-suite-card,
    .prc-plugins-list {
        flex-direction: column;
        padding: 16px 8px;
    }

    .prc-video-plugin-tabs {
        display: none;
    }

    .prc-video-plugin-combobox {
        display: flex;
    }

    .prc-suite-card {
        padding: 32px 18px;
        margin-left: 2px;
        margin-right: 2px;
        align-items: center;
        /* Center content horizontally */
        text-align: center;
        /* Center text inside */
    }

    .prc-suite-pricing {
        min-width: 0;
    }

    .prc-suite-title {
        justify-content: center;
    }

    .prc-suite-subtitle {
        justify-content: center;
    }

    .prc-plugin-title {
        justify-content: center;
    }

    .prc-plugin-subtitle {
        justify-content: center;
    }

    .prc-plugin-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-items: center;
        /* Center content horizontally */
        text-align: center;
        /* Center text inside */
        margin-left: 20px;
        margin-right: 20px;
    }

    .prc-plugin-price,
    .prc-plugin-btn {
        margin-right: 0;
    }
}

@media (max-width: 650px) {
    .prc-plugin-tabs {
        display: block;
        min-width: 200px;
        margin: 32px auto 32px auto;
    }

    .prc-check-icon {
        display: none;
    }

    .prc-suite-card {
        padding: 32px 8px;
    }
}
