/* size fixes */
.gd-about__picture {
    background-size: 54rem;
    height: 39rem;
}

/* editor */
.gd-upload-mode {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    color: var(--link-color);
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 3rem;
}

.gd-upload-mode > li {
padding-bottom: 0.85rem;
cursor: pointer;
}

.gd-upload-mode > li.selected {
    border-bottom: solid 0.125rem var(--link-color);
    cursor: default;
}


.gd-form {
    width: 100%;
    max-width: 46rem;
    background-color: #fff;
    border-radius: 2px;
    padding: 3rem;
    margin: 0 auto;
    margin-bottom: 3rem;
    box-shadow: 0 10px 20px rgba(0,0,0,.04), 0 2px 6px rgba(0,0,0,.04), 0 0 1px rgba(0,0,0,.04);
}

.gd-form__header {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.gd-form__url-box {
    display:flex;
}

.gd-form__url {
    font-size: .875rem;
    height: 2.85rem;
    border: 1px solid #dfdfdf;
    background: #fff;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
    outline: none;
    -webkit-appearance: none;
}
.gd-form__url-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.2rem;
    height: 2.85rem;
    color: #fff;
    background: var(--control-color);
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    font-weight: 500;
    font-size: .875rem;
    outline: none;
    border: none;
    cursor: pointer;
    letter-spacing: .3px;
}


@media screen and (max-width: 750px) {
    .gd-upload-mode {
        margin-bottom: 2rem;
    }
   
}
