.wdps-c675aa99-wrapper {
    padding: 40px;
    border-radius: 24px;
    color: #ffffff;
    background: #0b0f19;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    margin: 0 auto;
}

.wdps-c675aa99-wrapper.layout-boxed-width {
    max-width: 650px;
}

.wdps-c675aa99-wrapper.layout-full-width {
    max-width: 100%;
}

.wdps-c675aa99-header {
    text-align: center;
    margin-bottom: 25px;
}

.wdps-c675aa99-sub {
    font-size: 11px;
    letter-spacing: 3px;
    color: #00ffcc;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    font-weight: 700;
}

.wdps-c675aa99-title {
    font-size: 24px;
    margin: 0;
    color: #ffffff;
    font-weight: 700;
}

.wdps-c675aa99-slider-container {
    margin: 25px 0 15px 0;
}

.wdps-c675aa99-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
    font-weight: 600;
}

.wdps-c675aa99-active-package-label {
    color: #00ffcc;
    font-weight: 700;
}

/* Minimal completely transparent slider & thinned track */
.wdps-c675aa99-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.1) !important;
    outline: none;
    border-radius: 2px;
    border: none !important;
}

/* Thinned track types */
.wdps-c675aa99-slider.track-style-linear {
    background: rgba(255, 255, 255, 0.1) !important;
}

.wdps-c675aa99-slider.track-style-glow {
    background: linear-gradient(90deg, #1E90FF, rgba(255, 255, 255, 0.1)) !important;
}

.wdps-c675aa99-slider.track-style-dashed {
    background: repeating-linear-gradient(90deg, rgba(255,255,255,0.1) 0px, rgba(255,255,255,0.1) 10px, transparent 10px, transparent 15px) !important;
}

/* Elegant thin slider grab thumb */
.wdps-c675aa99-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    background: #1E90FF !important;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(0, 255, 204, 0.8) !important;
    border: none !important;
    transition: transform 0.1s ease;
}

.wdps-c675aa99-slider::-moz-range-thumb {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    background: #00ffcc !important;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(0, 255, 204, 0.8) !important;
    border: none !important;
}

/* Micro tweaks container */
.wdps-c675aa99-micro-container {
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.wdps-c675aa99-micro-label {
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: space-between;
    letter-spacing: 1px;
}

.wdps-c675aa99-micro-val {
    color: #1E90FF;
    font-weight: 700;
}

.wdps-c675aa99-micro-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    border-radius: 2px;
}

.wdps-c675aa99-micro-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

/* Package Central Card details */
.wdps-c675aa99-package-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 25px;
    border-radius: 16px;
    margin-bottom: 25px;
}

.wdps-c675aa99-card-header {
    margin-bottom: 20px;
    position: relative;
}

.wdps-c675aa99-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 255, 204, 0.1);
    color: #00ffcc;
    border: 1px solid #00ffcc;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.wdps-c675aa99-package-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.wdps-c675aa99-target-line {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.wdps-c675aa99-deposit-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 0;
}

.wdps-c675aa99-deposit-lbl {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
}

.wdps-c675aa99-deposit-value {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.wdps-c675aa99-deliverables-header {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.wdps-c675aa99-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

@media (min-width: 500px) {
    .wdps-c675aa99-features {
        grid-template-columns: 1fr 1fr;
    }
}

.wdps-c675aa99-features li {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Option-based icon logic */
.wdps-c675aa99-wrapper.feature-icon-style-check .wdps-c675aa99-features li::before {
    content: "✓";
    font-weight: 700;
}

.wdps-c675aa99-wrapper.feature-icon-style-circle .wdps-c675aa99-features li::before {
    content: "●";
    font-size: 10px;
}

.wdps-c675aa99-wrapper.feature-icon-style-square .wdps-c675aa99-features li::before {
    content: "▪";
    font-size: 14px;
}

.wdps-c675aa99-wrapper.feature-icon-style-bullet .wdps-c675aa99-features li::before {
    content: "★";
    font-size: 12px;
}

.wdps-c675aa99-wrapper.no-feature-icons .wdps-c675aa99-features li::before {
    content: none !important;
}

/* Custom Dropdown Multi-select for Addons */
.wdps-c675aa99-adhoc-wrapper {
    margin-top: 25px;
    position: relative;
}

.wdps-c675aa99-dropdown-container {
    position: relative;
    width: 100%;
}

.wdps-c675aa99-dropdown-trigger {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 20px;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    user-select: none;
    transition: background 0.2s, border-color 0.2s;
}

.wdps-c675aa99-dropdown-trigger:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(0, 255, 204, 0.3);
}

.wdps-c675aa99-dropdown-arrow {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    transition: transform 0.2s ease;
}

.wdps-c675aa99-dropdown-container.open .wdps-c675aa99-dropdown-arrow {
    transform: rotate(180deg);
}

.wdps-c675aa99-dropdown-menu {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
    z-index: 100;
    max-height: 250px;
    overflow-y: auto;
    display: none;
    padding: 8px;
}

.wdps-c675aa99-dropdown-container.open .wdps-c675aa99-dropdown-menu {
    display: block;
}

.wdps-c675aa99-dropdown-item {
    padding: 2px;
}

.wdps-c675aa99-dropdown-item-label {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s;
    user-select: none;
}

.wdps-c675aa99-dropdown-item-label:hover {
    background: rgba(255, 255, 255, 0.05);
}

/* Rounded addon custom checkboxes */
.wdps-c675aa99-addon-check {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.wdps-c675aa99-addon-checkbox-styled {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%; /* Rounded checkboxes */
    transition: background 0.2s, border-color 0.2s;
    flex-shrink: 0;
}

.wdps-c675aa99-dropdown-item-label:hover .wdps-c675aa99-addon-checkbox-styled {
    border-color: rgba(0, 255, 204, 0.5);
}

.wdps-c675aa99-addon-check:checked ~ .wdps-c675aa99-addon-checkbox-styled {
    background: #00ffcc;
    border-color: #00ffcc;
}

.wdps-c675aa99-addon-checkbox-styled::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid #111111;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.wdps-c675aa99-addon-check:checked ~ .wdps-c675aa99-addon-checkbox-styled::after {
    display: block;
}

.wdps-c675aa99-addon-title {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    flex-grow: 1;
}

.wdps-c675aa99-addon-cost {
    font-size: 12px;
    color: #00ffcc;
    font-weight: 700;
}

/* Footer layout relocation and flex container */
.wdps-c675aa99-footer-cta-bar {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.wdps-c675aa99-footer-price-display {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wdps-c675aa99-footer-price-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
}

.wdps-c675aa99-footer-cta-bar .wdps-c675aa99-price-value {
    font-size: 28px;
    font-weight: 800;
    color: #1E90FF;
    line-height: 1;
}

.wdps-c675aa99-footer-cta-bar .wdps-c675aa99-extra {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

@media (max-width: 500px) {
    .wdps-c675aa99-footer-cta-bar {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
    .wdps-c675aa99-footer-price-display {
        align-items: center;
    }
}
