/* courier-tracking-timer.css */

#tracking-number{
	margin-bottom:0.6rem;
}
#submit-tracking {
    background-color: #4caf50;
    color: #fff;
    padding: 10px;
	margin-bottom:2rem;
    border: none;
    cursor: pointer;
    width: 200px; /* Set a fixed width for the button */
    position: relative;
    overflow: hidden; /* Hide overflow to prevent changing button size */
}

/* Responsive Styles */
@media only screen and (max-width: 600px) {
    #courier-tracking-container {
        width: 80%;
    }

    .tracking-table {
        width: 100%;
    }

    .tracking-table td {
        padding: 8px;
        text-align: center;
    }

    .know-more-button {
        display: block;
        margin-top: 10px;
        background-color: #4caf50;
        color: #fff;
        padding: 10px;
        text-decoration: none;
        border-radius: 5px;
    }
}
