.woma-welcome-page {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #333;
    padding: 20px 10px;
}

.woma-welcome-page h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

.woma-intro-text {
    font-size: 1.1em;
    margin-bottom: 30px;
    max-width: 600px;
}

.woma-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.woma-card {
    background: #fff;
    border: 1px solid #ccd0d4;
    padding: 20px;
    flex: 1 1 250px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    transition: box-shadow 0.2s ease;
}

.woma-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.woma-card h2 {
    margin-top: 0;
    font-size: 1.2em;
}

.woma-card a {
    text-decoration: none;
    color: #0073aa;
}

.woma-card a:hover {
    color: #00a0d2;
}

.woma-how-to {
    margin-top: 40px;
    max-width: 700px;
}

.woma-how-to h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.woma-how-to ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.woma-how-to li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.woma-how-to code {
    background: #f1f1f1;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: monospace;
}

.woma-shortcode-guide {
    margin-top: 50px;
    max-width: 700px;
    line-height: 1.6;
}

.woma-shortcode-guide h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.woma-shortcode-guide h3 {
    font-size: 1.2em;
    margin-top: 20px;
}

.woma-shortcode-guide pre {
    background: #f7f7f7;
    padding: 10px 15px;
    border-radius: 5px;
    overflow-x: auto;
    margin: 10px 0 20px;
}

.woma-shortcode-guide code {
    font-family: monospace;
}

.woma-shortcode-guide ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}
