body {
    background-color: #f5f5f5;
    color: #333;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    padding: 16px;
}

.v-application {
    background-color: #f5f5f5 !important;
    min-height: 100vh;
}

.v-container {
    max-width: 800px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 32px !important;
    margin: 0 auto;
}

.text-h4 {
    color: #1976d2;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 24px;
    border-bottom: 2px solid #1976d2;
    padding-bottom: 12px;
}

.text-h6 {
    color: #1565c0;
    font-weight: 600;
    font-size: 18px;
    margin-top: 32px;
    margin-bottom: 16px;
    border-left: 4px solid #1976d2;
    padding-left: 12px;
}

.text-body-1 {
    color: #424242;
    font-size: 16px;
    letter-spacing: 0.03em;
}

strong {
    color: #1976d2;
    font-weight: 600;
}

[style*="text-indent"] {
    line-height: 1.8;
    margin-bottom: 12px;
}

div[style*="text-indent"]+div[style*="text-indent"] {
    margin-top: 8px;
}

.ml-6 {
    margin-left: 24px;
}

.mr-2 {
    margin-right: 8px;
}

.mb-4 {
    margin-bottom: 16px;
}

.my-4 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.mt-2 {
    margin-top: 8px;
}

@media (max-width: 600px) {
    body {
        padding: 8px;
    }

    .v-container {
        padding: 16px !important;
    }

    .ml-6 {
        margin-left: 12px !important;
    }

    .mr-2 {
        margin-right: 8px !important;
    }

    .text-h4 {
        font-size: 20px;
    }

    .text-h6 {
        font-size: 16px;
    }

    .text-body-1 {
        font-size: 14px;
    }
}