.elementor-12740 .elementor-element.elementor-element-a73b016{--display:flex;--min-height:100vh;--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:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;--align-content:center;--padding-top:180px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-12740 .elementor-element.elementor-element-a73b016:not(.elementor-motion-effects-element-type-background), .elementor-12740 .elementor-element.elementor-element-a73b016 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-21b0a0c );background-image:url("https://discus.co.uk/wp-content/smush-webp/2023/10/AdobeStock_499902811-Converted-2.png.webp");background-position:bottom center;background-repeat:no-repeat;background-size:cover;}.elementor-12740 .elementor-element.elementor-element-a05e6ff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-12740 .elementor-element.elementor-element-c8ae6b2{width:100%;max-width:100%;text-align:start;}.elementor-12740 .elementor-element.elementor-element-c8ae6b2 > .elementor-widget-container{padding:0px 0px 10px 0px;}.elementor-12740 .elementor-element.elementor-element-c8ae6b2 .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-text );}.elementor-12740 .elementor-element.elementor-element-162435b{--display:flex;}.elementor-12740 .elementor-element.elementor-element-20897d4{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-12740 .elementor-element.elementor-element-026af71{--display:flex;}@media(min-width:768px){.elementor-12740 .elementor-element.elementor-element-a05e6ff{--width:100%;}}@media(max-width:1200px){.elementor-12740 .elementor-element.elementor-element-a73b016{--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:180px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-12740 .elementor-element.elementor-element-c8ae6b2 .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-12740 .elementor-element.elementor-element-20897d4{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-12740 .elementor-element.elementor-element-a73b016{--min-height:72vh;--padding-top:140px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-12740 .elementor-element.elementor-element-a73b016:not(.elementor-motion-effects-element-type-background), .elementor-12740 .elementor-element.elementor-element-a73b016 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:bottom left;}.elementor-12740 .elementor-element.elementor-element-c8ae6b2 .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-12740 .elementor-element.elementor-element-20897d4{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS */.dmarc-checker {
    max-width: 540px;
    margin: 0 auto;
    font-family: inherit;
}

.dmarc-checker label {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.dmarc-checker input,
.dmarc-checker textarea,
.dmarc-checker select {
    width: 100%;
    padding: 13px 14px;
    font-size: 15px;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    box-sizing: border-box;
}

.dmarc-checker input:focus {
    outline: none;
    border-color: #005EB8;
    box-shadow: 0 0 0 2px rgba(0, 94, 184, 0.15);
}

#dmarc-loading {
    margin-top: 16px;
    font-size: 15px;
    font-weight: 600;
}

.dmarc-spinner {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 3px solid #ddd;
    border-top: 3px solid #005EB8;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    vertical-align: middle;
    margin-right: 8px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.dmarc-card,
#dmarc-contact-form {
    margin-top: 18px;
    padding: 24px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    box-sizing: border-box;
}

.dmarc-card {
    border-left: 7px solid;
}

.dmarc-good {
    border-color: #2e8b57;
}

.dmarc-warning {
    border-color: #f0ad4e;
}

.dmarc-bad {
    border-color: #d9534f;
}

.dmarc-score {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 13px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    background: #f4f7fb;
}

.dmarc-card h3 {
    margin: 0 0 12px 0;
    font-size: 24px;
    line-height: 1.2;
}

.dmarc-card p {
    font-size: 15px;
    line-height: 1.5;
}

.dmarc-check-list {
    margin-top: 18px;
    padding: 16px;
    border-radius: 10px;
    background: #f7f9fc;
}

.dmarc-check-list p {
    margin: 6px 0;
    font-size: 14px;
}

.dmarc-details-toggle,
.gform_button {
    margin-top: 16px;
    padding: 12px 18px;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    background: #005EB8 !important;
    color: #ffffff !important;
    font-weight: 700;
}

#dmarc-technical-details {
    margin-top: 14px;
    padding: 14px;
    border-radius: 8px;
    background: #f7f9fc;
    word-break: break-word;
}

.dmarc-record {
    font-size: 13px;
    opacity: 0.85;
}

.dmarc-help {
    padding: 0;
    border: 0;
    background: transparent;
}

.dmarc-help h4 {
    margin: 0 0 10px 0;
    color: #005EB8;
    font-size: 21px;
}

.dmarc-help p {
    font-size: 15px;
    line-height: 1.5;
}

.dmarc-help .gform_wrapper {
    margin-top: 18px;
}

.dmarc-help .gfield {
    margin-bottom: 14px !important;
}

.dmarc-help .gfield_label {
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
}

.dmarc-help .ginput_container {
    margin-top: 4px !important;
}

.dmarc-help .gform_footer {
    margin-top: 14px !important;
    padding-top: 0 !important;
}

.dmarc-help .gform_button {
    width: 100%;
    font-size: 15px;
}

.dmarc-choice-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 20px 0;
}

.dmarc-tab {
    padding: 14px 16px;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    background: #f7f9fc;
    cursor: pointer;
    font-weight: 700;
    color: #111;
}

.dmarc-tab.active {
    background: #005EB8;
    border-color: #005EB8;
    color: #ffffff;
}

.dmarc-tab-content {
    display: none;
    margin-top: 16px;
    padding: 20px;
    border-radius: 12px;
    background: #f7f9fc;
}

.dmarc-tab-content.active {
    display: block;
}

.dmarc-tab-content h5 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #005EB8;
}

.dmarc-diary-button {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 18px;
    background: #005EB8;
    color: #ffffff !important;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
}

.dmarc-diary-button:hover {
    opacity: 0.9;
}

@media (max-width: 600px) {
    .dmarc-choice-tabs {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */