
.gdrive-link-generator {
    max-width: 500px;
    margin: 32px auto;
    background: #faf9f8;
    border-radius: 14px;
    box-shadow: 0 2px 16px rgba(80,80,80,0.05);
    padding: 32px 24px;
    font-family: 'Segoe UI', Arial, sans-serif;
}
.gdrive-header {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #232323;
}
.gdrive-label {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #222;
}
.gdrive-input {
    width: 100%;
    font-size: 15px;
    border: 1px solid #dedede;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 18px;
    transition: border .2s;
    background: #fff;
}
.gdrive-input:focus {
    border: 1.5px solid #0072ff;
    outline: none;
}
.gdrive-btn {
    background: #ffd600;
    color: #202020;
    font-weight: 600;
    padding: 11px 28px;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 12px;
    box-shadow: 0 1px 6px rgba(80,80,80,0.04);
    transition: background .2s;
}
.gdrive-btn:hover {
    background: #ffe066;
}
.gdrive-btn-copy {
    background: #eee;
    color: #333;
    padding: 8px 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 7px;
    font-size: 14px;
    font-weight: 500;
    transition: background .2s;
}
.gdrive-btn-copy:hover {
    background: #dadada;
}
.gdrive-output-section {
    margin: 22px 0 10px 0;
}
.gdrive-error {
    color: #b3261e;
    font-size: 14px;
    min-height: 18px;
    margin-bottom: 8px;
}
.gdrive-info {
    font-size: 14px;
    color: #686868;
    margin-top: 18px;
}
