body {
    background: #f6f6f6;
}
.userprod-main-container {
    max-width: 900px;
    margin: 0 auto 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    padding: 0 0 32px 0;
    position: relative;
    z-index: 1;
    margin-top: 100px;
}

.userprod-title {
    font-family: 'Philosopher', serif;
    font-size: 30px;
    color: #7b3f4b;
    margin: 0;
    padding-top: 32px;
    position: relative;
    z-index: 2;
    text-align: left;
    padding-left: 32px;
    margin-bottom: 10px;
}
.userprod-subtitle {
    font-family: 'Philosopher', serif;
    font-size: 25px;
    color: #222;
    margin-bottom: 18px;
    margin-top: 2px;
    position: relative;
    z-index: 2;
    padding-left: 32px;
    margin-bottom: 70px;
}
.userprod-section {
    position: relative;
    z-index: 2;
    margin-top: -60px;
    margin-bottom: 24px;
    padding: 0 32px;
    background: url('/static/photo/various-vases-pottery-indoors-workshop.jpg') center/cover no-repeat;
}
.userprod-list {

    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 32px 24px 16px 24px;
    max-height: 320px;
    overflow-y: auto;
}
.userprod-card {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 18px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.04);
    padding: 18px 20px 14px 20px;
    border-left: 4px solid #e7d1c1;
    position: relative;
}
.userprod-info {
    flex: 1 1 auto;
    min-width: 0;
}
.userprod-title-item {
    font-weight: bold;
    font-size: 1.1rem;
    color: #3d2b2b;
    margin-bottom: 4px;
}
.userprod-date, .userprod-desc {
    font-size: 1rem;
    color: #444;
    margin-bottom: 2px;
}
.userprod-status {
    font-size: 1.05rem;
    font-weight: 500;
    margin-left: 28px;
    margin-top: 4px;
    padding: 6px 18px;
    border-radius: 18px;
    min-width: 110px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #e7d1c1;
    transition: background 0.2s;
}
.userprod-status-drying {
    color: #a05c6c;
    background: #fbe9ef;
    border-color: #e7d1c1;
}
.userprod-status-firing {
    color: #b97a56;
    background: #fff3e6;
    border-color: #e7d1c1;
}
.userprod-status-ready {
    color: #4e8a4e;
    background: #eafbe6;
    border-color: #b7e2b7;
}
.userprod-empty, .userprod-error {
    padding: 32px 0;
    text-align: center;
    color: #b97a56;
    font-size: 1.1rem;
}
.userprod-status-info {
    margin-top: 32px;
    background: #f8f8f8;
    border-radius: 8px;
    padding: 18px 28px 18px 28px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.03);
    font-size: 1rem;
    color: #444;
}
.userprod-status-info-title {
    font-weight: bold;
    font-size: 1.1rem;
    color: #7b3f4b;
    margin-bottom: 8px;
}
.userprod-status-info-text ol {
    margin: 0 0 0 18px;
    padding: 0;
}
.userprod-status-info-text li {
    margin-bottom: 6px;
    line-height: 1.5;
}
/*@media (max-width: 700px) {
    .userprod-main-container {
        padding: 0 0 18px 0;
    }
    .userprod-section {
        padding: 0 8px;
    }
    .userprod-title, .userprod-subtitle {
        padding-left: 12px;
    }
    .userprod-status-info {
        padding: 12px 8px;
    }
    .userprod-list {
        padding: 18px 4px 8px 4px;
    }
    .userprod-card {
        flex-direction: column;
        padding: 12px 8px 10px 8px;
    }
    .userprod-status {
        margin-left: 0;
        margin-top: 10px;
    }
}*/