.crea-product-details {
    margin: 25px 0;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    border-left: 4px solid #b1c33c;
}
.crea-product-details h3 {
    margin: 0 0 15px 0;
    font-size: 18px;
    color: #383736;
    font-weight: 600;
}
.crea-details-table {
    width: 100%;
    border-collapse: collapse;
}
.crea-details-table tr {
    border-bottom: 1px solid #e5e7eb;
}
.crea-details-table tr:last-child {
    border-bottom: none;
}
.crea-details-table th {
    text-align: left;
    padding: 10px 15px 10px 0;
    font-weight: 500;
    color: #666;
    width: 40%;
    font-size: 14px;
}
.crea-details-table td {
    padding: 10px 0;
    color: #383736;
    font-weight: 600;
    font-size: 14px;
}
.crea-details-table td a {
    color: #b1c33c;
    text-decoration: none;
}
.crea-details-table td a:hover {
    text-decoration: underline;
}
