html,
body {
    margin: 0;
    padding: 0;
    min-height: auto !important;
}

body.custom {
    font-family: Kanit, sans-serif;
    color: #111;
    min-height: auto !important;
    height: auto !important;
    padding-bottom: 150px;
    box-sizing: border-box;
}

.page-detail-wrap {
    position: relative;
    padding-top: 620px;
    padding-bottom: 0;
    box-sizing: border-box;
    min-height: 0 !important;
}

.page-detail-box {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 34px 40px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.18),
        0 1px 0 rgba(255, 255, 255, 0.9);
    font-family: Kanit, sans-serif;
}

.page-title-box {
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e7eb;
    color: #111827;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
}

.page-content-box {
    color: #111111;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 300;
}

.download-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 26px;
    background: #ffffff;
}

.download-table th {
    padding: 14px 16px;
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    color: #111827;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.download-table td {
    padding: 14px 16px;
    border: 1px solid #d1d5db;
    color: #111111;
    font-size: 15px;
    vertical-align: middle;
}

.download-table tr:hover td {
    background: #f9fafb;
}

.download-btn {
    display: inline-block;
    padding: 9px 22px;
    border-radius: 999px;
    background: #111827;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none !important;
    border: none !important;
}

.download-btn:hover {
    background: #374151;
}

.download-empty {
    padding: 18px;
    border-radius: 10px;
    background: #f9fafb;
    border: 1px solid #d1d5db;
    color: #b91c1c;
}

.download-notice {
    margin-bottom: 28px;
    padding: 22px 26px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #f9fafb;
    color: #111111;
    line-height: 1.9;
    font-size: 15px;
}

.download-notice-title {
    margin-bottom: 10px;
    color: #111827;
    font-size: 18px;
    font-weight: 600;
}

.download-notice p {
    margin: 8px 0;
}

.download-notice ul {
    margin: 10px 0 0 22px;
    padding: 0;
}

.download-notice li {
    margin-bottom: 6px;
}