div.widebutton {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

div.widebuttons-container {
    width: 528px;
}

div.widebuttons-container a {
    text-decoration: none;
    color: inherit;
}

div.widebutton-image {
    padding: 10px 12px 10px 10px;
    border: 2px solid #FAA21B;
    border-radius: 3px 0px 0px 3px;
    height: 28px;
    width: 28px;
}

div.widebutton-image img {
    height: 30px;
    width: 30px;
}

div.widebutton-label {
    height: 30px;
    padding: 10px;
    border: 1px solid #FAA21B;
    background-color: #FAA21B;
    border-radius: 0px 3px 3px 0px;
    width: 500px;
}

div.widebutton-label p {
    font-size: 19px;
    color: white;
    margin: 0px;
    padding: 0px;
}