/**
 * Style dla shortcode szczegółów produktu
 * Niezależne od reszty wtyczki
 */

/* Shortcode - wyświetlanie w rzędach */
.pd-shortcode-details {
    margin: 20px 0;
    padding: 0;
    font-family: inherit;
}

.pd-shortcode-details-row {
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
    line-height: 1.6;
    color: #1D1D1F;
}

.pd-shortcode-details-row:last-child {
    border-bottom: none;
}

.pd-shortcode-details-row-label {
    display: inline-block;
    min-width: 100px;
    font-weight: 600;
    color: #1D1D1F;
    margin-right: 10px;
}

.pd-shortcode-details-row-value {
    color: #1D1D1F;
}

/* Shortcode - wyświetlanie jako ścieżka */
.pd-shortcode-path {
    margin: 0px 0;
    text-indent: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.pd-shortcode-path-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.pd-shortcode-path-item-label {
    font-weight: 600;
    margin-right: 5px;
}

.pd-shortcode-path-item-value {
    display: inline;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.pd-shortcode-path-separator {
    display: inline-block;
    margin: 0 0px;
    font-weight: 500;
}

/* Responsywność */
@media (max-width: 782px) {
    .pd-shortcode-details-row-label {
        min-width: 80px;
        font-size: 13px;
    }
    
    .pd-shortcode-details-row {
        font-size: 13px;
    }
    
}
