* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #333;
}

.rating-button {
    display: flex;
    width: 280px;
    height: 74px;
    margin: 5px;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    border-top: 5px solid #226694;
    box-shadow: 0px 0px 4px 0px #999;
    text-decoration: none;
}

.rating-button.error {
    justify-content: center;
}

.rating-button.error h3 {
    font-size: 18px;
}

.nocowboys-logo {
    display: flex;
    align-items: center;
}
.variant-2 .nocowboys-logo {
    align-items: self-start;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.variant-2 .nocowboys-logo span {
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

.nocowboys-logo img {
    margin-right: 10px;
}

.fa,
.fa-stack {
    display: inline-block;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
}

.rating-summary {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #666;
    font-size: 12px;
}
.variant-2 .rating-summary {
    justify-content: center;
    gap: 5px;
}

.rating-summary .bottom-text {
    color: #999;
}

.business-stars {
    font-size: 18px;
    color: #ffa922;
}

.business-stars .fa {
    margin-right: 2px;
}

.close-button-wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 5px;
}
.close-button {
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: flex-end;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
}
