body {
    margin: 0;
    background: #F4FCEC;
    color: #121212;
    font-family:
        "Yu Gothic",
        "Hiragino Kaku Gothic ProN",
        sans-serif;
}

.container {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 20px;
}

.logo {
    text-align: center;
    margin-bottom: 30px;
}

.logo img {
    max-width: 300px;
    width: 100%;
    height: auto;
}

.card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 30px;
    box-shadow:
        0 2px 10px rgba(0,0,0,0.08);
}

h1 {
    text-align: center;
    color: #096B17;
    margin-top: 0;
}

.order-no {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

.status-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 6px 12px;
    background: #fcfce3;
    border-radius: 6px;
}

.status-date {
    font-size: 20px;
    font-weight: 400;
    margin: 12px 0;
    padding-left: 12px;
}

.notice {
    border-top: 1px solid #dddddd;
    margin-top: 30px;
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.8;
}

.error {
    color: #d93025;
    margin-bottom: 20px;
}

input[type="text"],
input[type="date"],
textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    font-size: 16px;
}

button {
    background: #096B17;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    opacity: 0.9;
}

button:active {
    opacity: 0.8;
}

button,
.back-button {
    background: #096B17;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

button:hover,
.back-button:hover {
    opacity: 0.9;
}

button:active,
.back-button:active {
    opacity: 0.8;
}

table {
    border-collapse: collapse;
    font-size: 14px;
    background: #FFFFFF;
}

th,
td {
    padding: 6px 8px;
    white-space: nowrap;
}

th {
    background: #3cb371;
}

.button-small {
    padding: 6px 14px;
    font-size: 14px;
}

.search-input {
    width: 180px !important;
}

.button-link {
    display: inline-block;
    background: #096B17;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 8px;
    padding: 6px 14px;
    font-size: 14px;
}

.link-space {
    margin-left: 10px;
}

.form-input {
    width: 300px !important;
}

.form-date {
    width: 180px !important;
}

.form-row {
    margin-bottom: 20px;
}

.text-center {
    text-align: center;
}

.notice-title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 3px;
}

.notice-text {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 12px;
}