.dt-pg-size-selector {
    margin-top: 8px;
}

.dt-pg-size-dropdown {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    color: inherit;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

/* Chips Container */
.dt-pg-chips-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dt-pg-chips-label {
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    display: block;
}

.dt-pg-chips-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
}

/* Chip Button */
.dt-pg-chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 10px 8px;
    border: none;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 85px;
    text-align: center;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}

.dt-pg-chip:hover {
    background: #f9fafb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.dt-pg-chip:focus {
    outline: none;
    border: 2px solid #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.dt-pg-chip--selected {
    border: 2px solid #10b981;
    background: #ecfdf5;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.15);
}

.dt-pg-chip--selected::after {
    content: '+';
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    background: #10b981;
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.dt-pg-chip__image {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
    background: #f5f5f5;
}

.dt-pg-chip__label {
    font-weight: 600;
    color: #0f172a;
    font-size: 13px;
    line-height: 1.3;
    word-break: break-word;
}

.dt-pg-chip__price {
    font-weight: 700;
    color: #10b981;
    font-size: 13px;
}

.dt-pg-card-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    font-size: 13px;
}

.dt-pg-card-label {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    background: #e0f4e8;
    color: #1b5e20;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.dt-pg-card-context {
    color: rgba(17, 24, 39, 0.85);
    font-weight: 500;
    margin-left: 8px;
}

.dt-pg-card-count {
    margin-left: auto;
    color: rgba(55, 65, 81, 0.85);
    font-size: 12px;
}
 
.dt-pg-dynamic-chips {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
}

.dt-pg-single-selector {
    margin: 16px 0 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.dt-pg-single-selector__label {
    font-weight: 600;
    color: #0f172a;
}

.dt-pg-single-selector__dropdown {
    max-width: 320px;
    padding: 8px 12px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 6px;
    background: #fff;
    font-size: 15px;
}

.dt-pg-product.dt-pg-product--group {
    position: relative;
}

.dt-pg-product.dt-pg-product--group .woocommerce-loop-product__title {
    font-weight: 600;
}

.dt-pg-heading {
    margin-bottom: 8px;
}

.dt-pg-heading__title {
    font-size: 20px;
    margin: 4px 0 0;
    color: #0f172a;
}

.dt-pg-heading__subtitle {
    margin: 2px 0 0;
    color: rgba(55, 65, 81, 0.75);
    font-size: 13px;
}

.dt-pg-product--group .dt-pc__title {
    display: none;
}

.dt-pg-size-dropdown:focus,
.dt-pg-size-dropdown:hover {
    border-color: rgba(0, 0, 0, 0.35);
    outline: none;
}
