.elementor-415 .elementor-element.elementor-element-e3c7769{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-415 .elementor-element.elementor-element-e3c7769.e-con{--align-self:flex-start;--flex-grow:0;--flex-shrink:0;}.elementor-415 .elementor-element.elementor-element-21c5e1f{width:100%;max-width:100%;}.elementor-415 .elementor-element.elementor-element-21c5e1f > .elementor-widget-container{background-color:#FFFFFF;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-415 .elementor-element.elementor-element-e3c7769{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-21c5e1f *//* Peptide Calculator Styles */
.peptide-calculator {
    margin: 0 auto;
    max-width: 1100px;
}

.calculator-header {
    text-align: center;
    margin-bottom: 48px;
}

.calculator-title {
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.calculator-subtitle {
    font-size: 1.125rem;
    margin: 0;
}

.calculator-grid {
    display: grid;
    gap: 100px;
    margin-bottom: 16px;
    background: #fff;
}

@media (min-width: 1024px) {
    .calculator-grid {
        grid-template-columns: 1fr 1fr;
        background: #fff;
    }
}

.calculator-card {
    background: #fff;
    padding: 0px 20px;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #0073ec;
}

.card-icon {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

.option-grid {
    display: grid;
    gap: 16px;
    margin-bottom: 16px;
}

.option-grid-2 {
    grid-template-columns: 1fr 1fr;
}

.option-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.option-button {
    padding: 16px;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #000;
    border: 1px solid #ccc;
}

.option-button:hover {
    color: #fff;
    box-shadow: 0 4px 16px -4px rgba(34, 211, 238, 0.2);
}

.option-button.active {
    background: linear-gradient(135deg, #0073ec, #8734fe);
    color: white;
    border-color: transparent;
    box-shadow: 0 10px 30px -10px rgba(34, 211, 238, 0.3);
    transform: scale(1.05);
}

.custom-input-section {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
}

.input-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
}

.custom-input {
    width: 100%;
    padding: 12px;
    border: 2px solid #e5e7eb;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.2s;
}

.custom-input:focus {
    outline: none;
    border-color: #0073ec;
    box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.1);
}

.results-card {
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.05), rgba(6, 182, 212, 0.05));
    border: 1px solid rgba(34, 211, 238, 0.2);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 10px 30px -10px rgba(34, 211, 238, 0.3);
}

.results-header {
    text-align: center;
    margin-bottom: 24px;
}

.results-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.results-description {
    color: #000;
    margin: 0;
}

.badge {
    display: inline-block;
    padding: 4px 8px;
    background: #f3f4f6;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 4px;
}

.badge-primary {
    background: linear-gradient(135deg, #0073ec, #8734fe);
    color: white;
}

.syringe-container {
    display: flex;
    justify-content: center;
    margin: 32px 0;
}

.syringe-wrapper {
    position: relative;
}

.syringe-barrel {
    width: 320px;
    height: 48px;
    border: 2px solid #9ca3af;
    border-radius: 0 8px 8px 0;
    background: white;
    position: relative;
    overflow: hidden;
}

.syringe-markings {
    position: absolute;
    inset: 0;
    display: flex;
}

.syringe-mark {
    flex: 1;
    position: relative;
    border-right: 1px solid #d1d5db;
}

.syringe-mark:last-child {
    border-right: none;
}

.syringe-mark::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 8px;
    background: #9ca3af;
}

.syringe-mark-label {
    position: absolute;
    bottom: -24px;
    left: 0;
    transform: translateX(-50%);
    font-size: 12px;
    color: #6b7280;
}

.syringe-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, #22d3ee, #06b6d4);
    border-radius: 0 8px 8px 0;
    transition: width 0.5s ease-out;
}

.syringe-plunger {
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 32px;
    background: #9ca3af;
    border-radius: 4px 0 0 4px;
}

.syringe-needle {
    position: absolute;
    right: -48px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 4px;
    background: #6b7280;
    border-radius: 0 9999px 9999px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.stat-card {
    padding: 16px;
    border-radius: 8px;
    text-align: center;
}

.stat-label {
    font-size: 14px;
    color: #000;
    margin-bottom: 4px;
}

.stat-value {
    font-weight: 600;
    color: #0073ec;
    font-size: 16px;
}

.hidden {
    display: none;
}


/* Mobile responsiveness */
@media (max-width: 768px) {
    .peptide-calculator {
        padding: 16px;
    }
    
    .calculator-title {
        font-size: 2rem;
    }
    
    .option-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .syringe-barrel {
        width: 280px;
        height: 40px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .calculator-grid {
        gap: 50px
    }
}/* End custom CSS */