.barbell-to-dumbbell-converter {
margin-top: 48px !important;
}
.dumbbell-to-barbell-converter,
.barbell-to-dumbbell-converter {
border-radius: 8px;
background-color: var(--wp--preset--color--midnight);
color: var(--wp--preset--color--white);
padding: 32px 24px 24px;
text-align: center;
}
.results-container {
background-color: var(--wp--preset--color--white);
padding: 16px;
border-radius: 4px;
width: 100%;
margin-top: 32px;
}
.results-container>div {
display: flex;
flex-direction: row;
gap: 8px;
align-items: center;
}
.results-container>div::before {
content: '';
display: inline-block;
width: 24px;
height: 24px;
flex: 0 0 24px;
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_11148_31958)'%3E%3Cpath d='M12.0004 2.40002C6.69639 2.40002 2.40039 6.69602 2.40039 12C2.40039 17.304 6.69639 21.6 12.0004 21.6C17.3044 21.6 21.6004 17.304 21.6004 12C21.6004 6.69602 17.3044 2.40002 12.0004 2.40002ZM11.2624 17.592H9.65439L5.76639 12.144L7.37439 10.644L10.4584 13.524L16.6264 6.40802L18.2344 7.53602L11.2624 17.592Z' fill='%233B4EE3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_11148_31958'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.header__header-title {
margin: 0;
}
.header__header-subtitle {
color: var(--wp--preset--color--tan-40);
margin: 16px 0 0;
}
.results-container p {
color: var(--wp--preset--color--midnight);
margin: 0;
text-align: left;
}
.results-container p span {
font-weight: 700;
}
.dumbbell-barbell-converter__input-fields {
display: flex;
justify-content: center;
margin: 32px auto;
max-width: 300px;
}
.input-fields-contain {
display: flex;
flex-direction: column;
position: relative;
width: 100%;
}
.input-fields-contain:first-of-type::after {
content: "lbs";
position: absolute;
bottom: 12px;
right: 12px;
color: var(--wp--preset--color--midnight);
font-size: 18px;
line-height: 1.6;
}
#total-bb-weight::after,
#total-db-weight::after {
content: "lbs";
}
.input-fields-contain label {
text-align: center;
font-size: 20px;
line-height: 1.3;
font-weight: 700;
}
.input-fields-contain p {
margin: 8px 0 0;
font-size: 16px;
color: var(--wp--preset--color--tan-40);
}
.dumbbell-barbell-converter__input-fields input,
.dumbbell-barbell-converter__input-fields select {
margin-top: 24px;
}
.input-fields-contain input {
padding: 12px 50px 12px 12px;
border-radius: 4px;
border: 0;
font-size: 18px;
line-height: 1.6;
color: var(--wp--preset--color--midnight);
}
.input-fields-contain input::placeholder {
color: var(--wp--preset--color--midnight);
text-align: right;
}
.input-fields-contain select {
padding: 10.6px 45px;
padding-right: 55px;
background-color: white;
background-image: url(//www.garagegymreviews.com/wp-content/plugins/p4-calculators/includes/dumbbell-converter/assets/chevron-down.svg);
background-repeat: no-repeat;
background-position: right 5px center;
background-size: 18px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
}
.input-fields-contain input,
.input-fields-contain select {
border-left-style: none;
border-top-style: none;
border-bottom-style: none;
}
.dumbbell-to-barbell-converter button,
.barbell-to-dumbbell-converter button {
width: 100%;
border: 0;
margin: auto;
}
@media screen and (min-width: 620px) {
.input-fields-contain label {
font-size: 24px;
}
.dumbbell-barbell-converter__input-fields {
margin: 48px auto !important;
}
.dumbbell-to-barbell-converter button,
.barbell-to-dumbbell-converter button {
width: 100%;
max-width: 274px;
}
}
@media screen and (min-width: 1024px) {
.barbell-to-dumbbell-converter {
margin-top: 64px !important;
}
.dumbbell-to-barbell-converter,
.barbell-to-dumbbell-converter {
padding: 48px !important;
}
}