#techlook-custom-options {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

#techlook-custom-options h3 {
    margin-top: 0;
    color: #333;
}

.techlook-field {
    margin-bottom: 15px;
    overflow: hidden;
}

.techlook-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.techlook-field input[type="color"],
.techlook-field input[type="text"],
.techlook-field input[type="file"] {
    width: 100%;
    max-width: 250px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
}

#techlook-char-count {
    font-size: 0.85em;
    color: #666;
    margin-left: 10px;
    vertical-align: middle;
}

.techlook-price {
    float: right;
    color: #f97316;
    font-weight: bold;
    font-size: 0.95em;
    line-height: 1.6;
}

#techlook-upload-status {
    margin-top: 5px;
    font-size: 0.9em;
    color: #666;
}

#techlook-upload-status a {
    color: #f97316;
    text-decoration: none;
}

#techlook-options-total {
    text-align: right;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
    font-weight: bold;
    color: #333;
}

#techlook-extra-total {
    color: #f97316;
}

.color-swatch {
    vertical-align: middle;
    margin-right: 5px;
}
.techlook-summary-box {
    background: #fff3cd;
    border: 1px solid #f97316;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9em;
}

.techlook-summary-content {
    flex-grow: 1;
}

#techlook-summary-text {
    color: #856404;
    margin-right: 10px;
}

#techlook-summary-total {
    color: #f97316;
    font-weight: bold;
}

.techlook-reset-all {
    text-align: right;
    margin-bottom: 10px;
}

#techlook-reset-all {
    color: #f97316;
    text-decoration: none;
    font-size: 0.85em;
}

#techlook-reset-all:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .techlook-summary-box {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .techlook-price {
        float: none;
        display: block;
        margin-top: 5px;
    }
}