body{
    font-family: Arial;
    margin:0;
    background:#f5f5f5;
}

header{
    background:#ff4fa3;
    color:white;
    text-align:center;
    padding:20px;
}

.container{
    max-width:600px;
    margin:auto;
    padding:15px;
}

.form input, textarea{
    width:100%;
    padding:10px;
    margin:5px 0;
    border-radius:10px;
    border:1px solid #ddd;
}

.card{
    background:white;
    padding:15px;
    margin:10px 0;
    border-radius:15px;
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
}

.card img{
    width:100%;
    border-radius:10px;
    height:180px;
    object-fit:cover;
}

.name{
    text-align:center;
    font-weight:bold;
    margin:10px 0;
}

.counter{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
}

.counter button{
    width:40px;
    height:40px;
    border-radius:50%;
    border:none;
    font-size:20px;
    cursor:pointer;
}

.minus{background:#e74c3c;color:white;}
.plus{background:#27ae60;color:white;}

.summary{
    background:white;
    padding:15px;
    border-radius:15px;
    margin-top:15px;
}

.summary h2{
    color:#7b3f00;
}

textarea{
    margin-top:10px;
    width:96%;
    height:70px;
    padding:10px;
    border-radius:10px;
    border:1px solid #ddd;
    font-size:14px;
    resize:none;
}

button{
    width:100%;
    padding:15px;
    background:#ff4fa3;
    color:white;
    border:none;
    border-radius:10px;
    font-size:16px;
    cursor:pointer;
}

button:disabled {
    background:#ccc !important;
    cursor:not-allowed;
    transform:none !important;
}
.form input {
    width: 96.5%;
    padding: 9px 10px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    outline: none;
}

.form input:focus {
    border-color: #ff4d9d;
    box-shadow: 0 0 5px rgba(255, 77, 157, 0.3);
}
.row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 14px;
}

.qty {
    color: #ff4d9d;
    font-weight: bold;
}
.footer {
    text-align: center;
    padding: 20px;
    background: #333;
    color: white;
    margin-top: 30px;
    font-size: 9px;
}

.footer p {
    margin: 5px 0;
}

.custom-footer {
    color: #ff4d9d;
    font-weight: bold;
}
.label-tanggal {
    font-size: 9px;
    margin: 4px 0;
    color: #777;
}