.c-console {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.c-console a{
    color: #000;
}
.c-console__hdr {
    background-color: rgba(0,178,145,.1);
}

.c-console__ttl {
    margin: 0;
    padding: 0 16px;
    font-weight: weight(normal);
    line-height: 72px;
}

.c-console__fixed {
    padding: 16px 24px;
}

.c-console__bdy {
    flex: 1;
    padding: 16px 24px;
    overflow-y: auto;
    overscroll-behavior: contain;
}
.c-console__bdy .c-console--editor {
    min-height: 14.75rem;
}
.c-console__message {
    padding: 16px 24px;
    color: #000099;
    font-size: 14px;
}

.error {
    color: #cb2c28;
}

.success {
    color: #00a300;
}

.c-console__ftr {
    border-top: 1px solid black(low);
    padding: 12px 16px;
}

.c-console__btn:nth-child(n+2) {
    margin-right: 16px;
}
