/**
 * YouTube Fetcher Public CSS
 */

.ytfetcher-container {
    margin: 20px 0;
    max-width: 100%;
}

.ytfetcher-video {
    margin-bottom: 15px;
}

.ytfetcher-info {
    margin-top: 15px;
}

.ytfetcher-title {
    margin: 0 0 10px 0;
    font-size: 1.2em;
    font-weight: bold;
}

.ytfetcher-description {
    line-height: 1.5;
    white-space: pre-line;
} 