.beefup {
   
}

.beefup:first-child {}

/*
.beefup:hover {
  border-color: #222;
}
*/

.beefup:first-child {
    margin-top: 0;
}


/*
.mark {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background: #1f2c5c;
    border-radius: 50%;
}
*/

.beefup__body {
    background: #f8f8f8;
    font-size: 15px;
    color: #666;
    line-height: 2;
    padding-left: 40px;
    padding: 15px 47px;
    margin-top: 20px;
}

.beefup__head {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding-right: 50px;
    font-size: 15px;
    font-weight: 600;

}

button.beefup__head,
.beefup__head > button {
    cursor: pointer;
    display: block;
    width: 100%;
    background: none;
    border: 0;
    font: inherit;
    text-align: inherit;
    outline: none;
}

button.beefup__head[aria-disabled],
.beefup__head > button[aria-disabled] {
    cursor: default;
    outline: 0;
}

.beefup__head > button {
    position: relative;
    z-index: 1;
    padding: inherit;
   width: 100%;
    background: inherit;
    border: inherit;
    color: #111;
    font-size: 16px;
}

.beefup__head::after {
    transition: transform 0.2s ease-out;
    content: '';
    transform: translate(0, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 0;
    margin-top: -2px;
    padding: 3px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    color: #ccc;
}

.beefup.is-open > .beefup__head::after {
    transform: translate(0, -50%) rotate(225deg);
    margin-top: 2px;
}
