.yt-desc-tool {
    max-width: 800px;
    margin: 40px auto;
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    color: #111;
}

.yt-desc-tool input {
    width: calc(100% - 24px);
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 24px;
}

.yt-desc-tool button {
    background-color: #2271b1;
    color: #fff;
    font-size: 16px;
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.yt-desc-tool button:hover {
    background-color: #165ea6;
}

.yt-desc-tool #description-output {
    margin-top: 20px;
    background: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    word-break: break-word;
}

.yt-desc-tool .g-recaptcha {
    overflow: hidden;
    margin-bottom: 20px;
}

.tool-attribution {
    font-size: 12px;
    margin-top: 10px;
}