.elementor-51199 .elementor-element.elementor-element-5785da2{margin-top:24px;margin-bottom:24px;padding:0px 0px 0px 0px;}.elementor-bc-flex-widget .elementor-51199 .elementor-element.elementor-element-7c72035.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-51199 .elementor-element.elementor-element-7c72035.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-51199 .elementor-element.elementor-element-7c72035 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}.elementor-51199 .elementor-element.elementor-element-7c72035 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-51199 .elementor-element.elementor-element-7c72035 > .elementor-element-populated{padding:24px 34px 24px 34px;}}@media(max-width:767px){.elementor-51199 .elementor-element.elementor-element-5785da2{margin-top:0px;margin-bottom:0px;}.elementor-51199 .elementor-element.elementor-element-7c72035 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 8px 0px 8px;}}/* Start custom CSS for html, class: .elementor-element-e44a0ed *//* Import Montserrat Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

/* Main container */
#google-ads-text-checker-container {
    width: 100%;
    max-width: 1080px;
    margin: 40px auto;
    font-family: 'Montserrat', sans-serif;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

/* Input Section Styling */
.input-section {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.input-section h1 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}

.textarea-container {
    margin-bottom: 20px;
}

#textInput {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #f9f9f9;
    outline: none;
    transition: border 0.2s ease;
}

#textInput:focus {
    border-color: #007bff;
}

#textInput::placeholder {
    color: #999;
    font-style: italic;
}

/* Button Group */
.button-group {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.button-group button {
    flex: 1;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}

.button-group button:last-child {
    margin-right: 0;
}

.analyze-button {
    background-color: #007bff;
    color: #fff;
}

.analyze-button:hover {
    background-color: #0056b3;
}

.example-button {
    background-color: #17a2b8;
    color: #fff;
}

.example-button:hover {
    background-color: #138496;
}

.clear-button {
    background-color: #dc3545;
    color: #fff;
}

.clear-button:hover {
    background-color: #c82333;
}

/* Output Section Styling */
.output-section {
    display: none;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.output-section.show {
    display: block;
}

/* Result Section Styling */
.result-section {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: 6px;
}

.result-box {
    background-color: #ffffff;
    padding: 15px;
    border: 2px solid #eaeaea;
    border-radius: 6px;
    margin-bottom: 10px;
}

.result-box p {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

/* Message Cards for Headline and Description */
#ads-message {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ads-item {
    padding: 15px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 2px solid #eaeaea;
    display: flex;
    align-items: center;
    gap: 15px;
}

.ads-item i {
    font-size: 24px;
}

.ads-item p {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.ads-item i.green-icon {
    color: #28a745;
}

.ads-item i.red-icon {
    color: #dc3545;
}

/* Explanation Section Styling */
.explanation-section {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
}

.explanation-section h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.explanation-section p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #555;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .button-group {
        flex-direction: column;
        gap: 10px;
    }
}/* End custom CSS */