/* =================================================================
 * pdetail.php 專屬樣式表 (p_detail.css) - v2.1 (修正排版)
 * ================================================================= */

/* 【核心修正】移除多餘的 padding-right，解決換行問題 */
.product-info-column {
    font-family: 'PT Sans', sans-serif;
}

/* 調整標題字體 */
.pdetail-title {
    margin-right: 20px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 15px;
}

/* 調整商品描述的字體 */
.pdetail-description {
    margin-right: 20px;
    font-size: 15px;
    line-height: 1.6;
}

/* "How Zazzle Works" 區塊的樣式 */
.how-it-works {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 15px 20px;
    border-radius: 4px;
    margin-top: 10px;
    margin-right: 20px;
    font-size: 13px;
}
.how-it-works h4 {
    margin-top: 0;
    font-weight: bold;
}
.how-it-works ul {
    padding-left: 10px;
    margin-bottom: 0;
}

/* Tags 區塊的樣式 */
.tags-section {
    margin-right: 15px;
    margin-top: 10px;
}
.tags-section h4 {
    font-weight: bold;
}
.tags-section .label {
    display: inline-block;
    background-color: #e9e9e9;
    color: #555;
    padding: 4px 8px;
    margin: 0 5px 8px 0;
    font-size: 12px;
    font-weight: normal;
    text-shadow: none;
    border-radius: 3px;
}
.tags-section .label:hover {
    background-color: #dcdcdc;
    color: #333;
}

/* "Customize" 按鈕的樣式 */
.btn-customize {
    margin-top: 10px;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 8px;
}

/* 【新增】Designer by... 的樣式 */
.designer-info {
    font-size: 13px;
    color: #888;
    margin-top: 0;
    margin-bottom: 5px;
}

.designer-info a:hover {
    color: #000;
}