.horepos-pa-output {
    --horepos-black: #050505;
    --horepos-text: #111111;
    --horepos-muted: #303030;
    --horepos-border: #eeeeee;
    display: grid;
    gap: 38px;
    margin: 28px 0;
}

.horepos-pa-card {
    position: relative;
    padding: 20px;
    border: 0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .07);
}

.horepos-pa-title {
    margin: 0 0 8px;
    color: var(--horepos-text);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}

.horepos-pa-description {
    margin: 0 0 16px;
    color: var(--horepos-muted);
    font-size: 16px;
    line-height: 1.45;
}

.horepos-pa-pack-list {
    margin: 0 0 17px 20px;
    padding: 0;
    color: var(--horepos-text);
    list-style: disc outside !important;
}

.horepos-pa-pack-list li {
    margin: 0 0 3px;
    padding-left: 1px;
    line-height: 1.4;
    list-style: disc outside !important;
}

.horepos-pa-pack-list li::marker {
    color: var(--horepos-text);
    font-size: .85em;
}

.horepos-pa-button.elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
    padding: 9px 23px;
    border: 0;
    border-radius: 3px;
    background: var(--horepos-black);
    color: #ffffff;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    box-shadow: none;
    transition: transform .18s ease;
}

.horepos-pa-button.elementor-button:hover,
.horepos-pa-button.elementor-button:focus {
    background: var(--horepos-black);
    color: #ffffff;
    transform: translateY(-2px);
}

.horepos-pa-button.elementor-button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.horepos-pa-accessory-list {
    display: grid;
    gap: 0;
}

.horepos-pa-group-heading {
    margin: 15px 0 7px;
    padding: 0 0 7px;
    border-bottom: 1px solid var(--horepos-border);
    color: var(--horepos-text);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.3;
    text-transform: uppercase;
}

.horepos-pa-accessory-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    min-height: 45px;
    padding: 3px 0;
}

.horepos-pa-accessory-content {
    position: relative;
    min-width: 0;
    padding-left: 16px;
    color: var(--horepos-text);
    font-size: 16px;
    line-height: 1.35;
}

.horepos-pa-accessory-content::before {
    position: absolute;
    top: .68em;
    left: 2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    content: "";
    transform: translateY(-50%);
}

.horepos-pa-accessory-name {
    color: var(--horepos-text);
}

.horepos-pa-accessory-separator {
    white-space: pre;
}

.horepos-pa-accessory-price {
    color: var(--horepos-text);
    font-weight: 400;
    white-space: normal;
}

.horepos-pa-accessory-price .woocommerce-Price-amount,
.horepos-pa-accessory-price .amount {
    font-weight: 400;
}

.horepos-pa-accessory-price del {
    margin-right: 5px;
    opacity: .55;
}

.horepos-pa-accessory-price ins {
    color: var(--horepos-text);
    text-decoration: none;
}

.horepos-pa-buy-button.elementor-button {
    min-width: 112px;
    padding-right: 20px;
    padding-left: 20px;
}

@media (max-width: 767px) {
    .horepos-pa-output {
        gap: 24px;
        margin: 22px 0;
    }

    .horepos-pa-card {
        padding: 18px 16px;
        border-radius: 8px;
    }

    .horepos-pa-title {
        font-size: 20px;
    }

    .horepos-pa-description,
    .horepos-pa-accessory-content {
        font-size: 15px;
    }

    .horepos-pa-accessory-item {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        min-height: 43px;
    }

    .horepos-pa-buy-button.elementor-button {
        min-width: 92px;
        padding: 8px 14px;
    }
}

@media (max-width: 480px) {
    .horepos-pa-accessory-item {
        grid-template-columns: 1fr;
        gap: 7px;
        padding: 7px 0 9px;
    }

    .horepos-pa-buy-button.elementor-button {
        justify-self: start;
        min-width: 105px;
    }
}
