/* 
 * Premium Email Theme
 * Designed for invoiceHyePark
 */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap');

/* Base */
body,
body *:not(html):not(style):not(br):not(tr):not(code) {
    box-sizing: border-box;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    position: relative;
}

body {
    -webkit-text-size-adjust: none;
    background-color: #f8fafc;
    color: #334155;
    height: 100%;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    width: 100% !important;
}

p, ul, ol, blockquote {
    line-height: 1.6;
    text-align: left;
}

a {
    color: #0f172a;
    text-decoration: underline;
}

/* Typography */
h1 {
    color: #0f172a;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

h2 {
    color: #1e293b;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 12px;
}

p {
    font-size: 16px;
    margin-bottom: 16px;
}

/* Layout */
.wrapper {
    background-color: #f1f5f9;
    padding: 40px 0;
    width: 100%;
}

.inner-body {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    padding: 0;
    width: 570px;
}

.content-cell {
    padding: 48px;
}

/* Header */
.header {
    padding: 0 0 32px;
    text-align: center;
}

.header a {
    color: #0f172a;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Buttons */
.button {
    border-radius: 12px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    padding: 12px 24px;
    text-decoration: none;
    transition: all 0.2s;
}

.button-primary {
    background-color: #0f172a;
    border: none;
}

.button-success {
    background-color: #059669;
}

/* Panels */
.panel {
    background-color: #f8fafc;
    border-left: #0f172a solid 4px;
    border-radius: 8px;
    margin: 24px 0;
    padding: 20px;
}

.panel-content p {
    margin-bottom: 0;
    color: #475569;
}

/* Footer */
.footer {
    padding: 32px 0;
    text-align: center;
}

.footer p {
    color: #94a3b8;
    font-size: 13px;
}

/* Tables */
.table th {
    border-bottom: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-bottom: 12px;
}

.table td {
    color: #334155;
    font-size: 15px;
    padding: 12px 0;
}
