:root {
    --crm-page-bg-color: #fff;
    --crm-input-height: 3em;
    --crm-btn-height: 42px;
    --crm-l-radius: 0;
    --crm-panel-shadow: none;
    --crm-accordion-border: 1px solid #ccc;
    --crm-accordion-border-width: 1px 1px 0 1px;
    --crm-accordion-header-border: 1px solid #ccc;
    --crm-accordion-header-border-width: 1px 1px 0 1px;
    --crm-accordion-body-box-shadow: none;
    --crm-form-block-box-shadow: none;
    --crm-form-block-padding: 0;
    --crm-accordion-body-bg-color: white;
    --crm-panel-shadow: none;
    --crm-shadow-block: none;
    --crm-dashlet-box-shadow: none;
    --crm-primary-color: #00559e;
    --crm-f-form-width: 900px;
    --crm-f-fieldset-border: 1px solid #ccc;
    --crm-layer1-bg-color: #F9F8F5;
    --crm-secondary-color: #058bff;
    --crm-table-row-alternate-bg-color: #F5D5A3; /* color for alternate row mixer */
    --crm-table-row-alternate-mix: 7%; /* 0% for no row col, 100% for all of it */
    }
.fivestar-rating-wrapper {
    display: inline-block;
    padding: 0;
    line-height: 0;
    width: max-content;
}
hr {
    margin: 0.5em 0;
}
.rating-table-td:first-child {
    padding: 0 !important;
}
.rating-table-td {
    height: auto;
}
div.fivestar > form > table > tbody > tr.rating-table-tr {
    td:first-child {
        padding-right: 1em;
    }
}
table.rating-table {
    margin-block: 0.25em;
    width: auto;
}
.fivestar-rating-wrapper {
   display: flex;
   justify-content: flex-end;
}
.rate-widget-label {
    font-weight: bold;
    min-width: 2em;
}
.rating-option-result {
    min-width: 2em;
    display: inline-block !important;
}
.page-civicrm .page-content {
    padding: 0 3em;
    margin: 0 !important;
}
 
.competition-rating-submission .layout-container {
        max-width: 900px;
        margin: 0 auto !important;
}