.vrum-calendar-sync {
    max-width: 920px;
    margin: 0 auto;
    color: #182033;
}
.vcs-header,
.vcs-vehicle {
    border-bottom: 1px solid #d9dee8;
    padding: 18px 0;
}
.vcs-header h2,
.vcs-vehicle h3,
.vcs-sources h4,
.vcs-export h4 {
    margin: 0 0 10px;
}
.vcs-muted {
    color: #637089;
    font-size: 14px;
}
.vcs-notice {
    border-left: 4px solid #1f8f57;
    background: #eefaf3;
    margin: 16px 0;
    padding: 10px 12px;
}
.vcs-notice--error {
    border-left-color: #b42318;
    background: #fff3f1;
}
.vcs-export,
.vcs-source,
.vcs-connect {
    margin: 14px 0;
}
.vcs-source {
    border-top: 1px solid #e5e7eb;
    padding-top: 14px;
}
.vcs-source__head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.vcs-status {
    border-radius: 999px;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 5px 8px;
}
.vcs-status--connected {
    background: #e8f7ef;
    color: #16613c;
}
.vcs-status--paused,
.vcs-status--never,
.vcs-status--syncing {
    background: #eef1f6;
    color: #4e5b73;
}
.vcs-status--error {
    background: #fff0ed;
    color: #9f1d12;
}
.vcs-url,
.vrum-calendar-sync input[type="url"],
.vrum-calendar-sync input[name="platform_name"] {
    box-sizing: border-box;
    max-width: 100%;
    min-height: 38px;
    width: 100%;
}
.vcs-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.vcs-actions form,
.vcs-inline {
    margin: 0;
}
.vrum-calendar-sync button,
.vrum-calendar-sync .button {
    align-items: center;
    background: #050505;
    border: 0;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    min-height: 36px;
    padding: 8px 16px;
    text-decoration: none;
}
.vrum-calendar-sync button:hover,
.vrum-calendar-sync .button:hover {
    background: #242424;
    color: #fff;
}
.vcs-debug pre {
    background: #f6f8fb;
    overflow: auto;
    padding: 12px;
}
