﻿/* homeIndex.css */

/* Replaces inline style="margin-bottom:4%" */
.row-margin-bottom-4 {
    margin-bottom: 4%;
}

/* Replaces inline style="margin-bottom:9%" */
.row-margin-bottom-9 {
    margin-bottom: 9%;
}

/* Example: logo image styling */
.haleon-logo {
    max-width: 100%;
    height: auto;
}

/* Example: basket image styling */
.basket-logo {
    max-width: 100%;
    height: auto;
}

/* Example: email input styling */
.email-input {
    width: 100%;
}

/* Example: continue button styling */
.continue-btn {
    margin-top: 10px;
}

/* Example: contact link styling */
.contact-link {
    color: #333;
}

/* Example: account phone link styling */
.account-phone {
    color: #333;
    font-weight:bold;
}
