﻿/* Style for your custom HTML description */
.swagger-ui .custom-description {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 16px 20px;
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

    .swagger-ui .custom-description h2,
    .swagger-ui .custom-description h3 {
        color: #1a73e8;
        margin-top: 0.8em;
        margin-bottom: 0.4em;
        font-weight: 600;
    }

    .swagger-ui .custom-description p {
        margin: 0.4em 0;
    }

    .swagger-ui .custom-description ul {
        margin-left: 1.2em;
        padding-left: 1em;
        list-style-type: disc;
    }

    .swagger-ui .custom-description li {
        margin: 0.3em 0;
    }

    .swagger-ui .custom-description a {
        color: #1565c0;
        text-decoration: none;
    }

        .swagger-ui .custom-description a:hover {
            text-decoration: underline;
        }

    .swagger-ui .custom-description code {
        background: #f0f0f0;
        padding: 2px 5px;
        border-radius: 4px;
        font-family: monospace;
        font-size: 90%;
    }
